Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
comment "gst-fsl-plugins needs an imx-specific Linux kernel to be built"
|
||||
depends on BR2_arm && !BR2_LINUX_KERNEL
|
||||
|
||||
comment "gst-fsl-plugins needs an (e)glibc toolchain"
|
||||
comment "gst-fsl-plugins needs a glibc toolchain"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
@@ -9,13 +9,12 @@ config BR2_PACKAGE_GST_FSL_PLUGINS
|
||||
bool "gst-fsl-plugins"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
depends on BR2_arm # Only relevant for i.MX
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # libfslcodec
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC # imx-codec
|
||||
select BR2_PACKAGE_GST_PLUGINS_BASE
|
||||
select BR2_PACKAGE_LIBFSLVPUWRAP
|
||||
select BR2_PACKAGE_IMX_VPUWRAP if BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
|
||||
select BR2_PACKAGE_IMX_LIB
|
||||
select BR2_PACKAGE_IMX_VPU
|
||||
select BR2_PACKAGE_LIBFSLPARSER
|
||||
select BR2_PACKAGE_LIBFSLCODEC
|
||||
select BR2_PACKAGE_IMX_PARSER
|
||||
select BR2_PACKAGE_IMX_CODEC
|
||||
select BR2_PACKAGE_FREESCALE_IMX
|
||||
help
|
||||
GStreamer plugins for hardware-accelerated audio and video
|
||||
|
||||
@@ -16,7 +16,11 @@ GST_FSL_PLUGINS_INSTALL_STAGING = YES
|
||||
GST_FSL_PLUGINS_AUTORECONF = YES
|
||||
|
||||
GST_FSL_PLUGINS_DEPENDENCIES += host-pkgconf gstreamer gst-plugins-base \
|
||||
libfslvpuwrap imx-lib imx-vpu libfslparser libfslcodec
|
||||
imx-lib imx-parser imx-codec
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREESCALE_IMX_HAS_VPU),y)
|
||||
GST_FSL_PLUGINS_DEPENDENCIES += imx-vpuwrap
|
||||
endif
|
||||
|
||||
GST_FSL_PLUGINS_CONF_ENV = \
|
||||
PLATFORM=$(BR2_PACKAGE_GST_FSL_PLUGINS_PLATFORM) \
|
||||
|
||||
Reference in New Issue
Block a user