Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -8,8 +8,9 @@ menuconfig BR2_PACKAGE_GST1_IMX
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
help
|
||||
This is a set of GStreamer 1.0 plugins for plugins for Freescale's
|
||||
i.MX platforms, which make use of the i.MX multimedia capabilities.
|
||||
This is a set of GStreamer 1.0 plugins for plugins for
|
||||
Freescale's i.MX platforms, which make use of the i.MX
|
||||
multimedia capabilities.
|
||||
|
||||
https://github.com/Freescale/gstreamer-imx
|
||||
|
||||
@@ -26,12 +27,12 @@ comment "imxeglvivsink needs the Vivante 3D libraries"
|
||||
|
||||
config BR2_PACKAGE_GST1_IMX_G2D
|
||||
bool "imxg2d"
|
||||
depends on BR2_PACKAGE_IMX_GPU_VIV_G2D
|
||||
depends on BR2_PACKAGE_IMX_GPU_G2D
|
||||
help
|
||||
Elements leveraging the 2D GPU
|
||||
|
||||
comment "imxg2d needs the Vivante 2D libraries"
|
||||
depends on !BR2_PACKAGE_IMX_GPU_VIV_G2D
|
||||
comment "imxg2d needs the G2D libraries"
|
||||
depends on !BR2_PACKAGE_IMX_GPU_G2D
|
||||
|
||||
config BR2_PACKAGE_GST1_IMX_IPU
|
||||
bool "imxipu"
|
||||
@@ -84,4 +85,14 @@ config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC
|
||||
help
|
||||
Elements for V4L2 capture
|
||||
|
||||
config BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK
|
||||
bool "imxv4l2videosink"
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2 # V4L2_COLORSPACE_DEFAULT
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BAD
|
||||
help
|
||||
Elements for V4L2 output
|
||||
|
||||
comment "imxv4l2videosink needs a toolchain w/ headers >= 4.2"
|
||||
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_2
|
||||
|
||||
endif
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# locally computed hash
|
||||
sha256 999c093e38768e51d14abbe7836c09b666bcb89f03f34dd3697a6e5b5e4a4086 gst1-imx-0.12.3.tar.gz
|
||||
sha256 3fcf1046ab8c6c7cd94218f4d2bc31ad7b5efa8a6b8f9fd5d93dc182f98ce026 gst1-imx-0.13.0.tar.gz
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_IMX_VERSION = 0.12.3
|
||||
GST1_IMX_VERSION = 0.13.0
|
||||
GST1_IMX_SITE = $(call github,Freescale,gstreamer-imx,$(GST1_IMX_VERSION))
|
||||
|
||||
GST1_IMX_LICENSE = LGPLv2+
|
||||
GST1_IMX_LICENSE = LGPL-2.0+
|
||||
GST1_IMX_LICENSE_FILES = LICENSE
|
||||
|
||||
GST1_IMX_INSTALL_STAGING = YES
|
||||
@@ -33,6 +33,10 @@ ifeq ($(BR2_PACKAGE_IMX_GPU_VIV),y)
|
||||
GST1_IMX_DEPENDENCIES += imx-gpu-viv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_IMX_GPU_G2D),y)
|
||||
GST1_IMX_DEPENDENCIES += imx-gpu-g2d
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_IMX_EGLVISINK),y)
|
||||
# There's no --enable-eglvivsink option
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
@@ -83,10 +87,17 @@ GST1_IMX_CONF_OPTS += --disable-vpu
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSRC),y)
|
||||
# There's no --enable-v4l2src option
|
||||
# There's no --enable-imxv4l2videosrc option
|
||||
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
||||
else
|
||||
GST1_IMX_CONF_OPTS += --disable-v4l2src
|
||||
GST1_IMX_CONF_OPTS += --disable-imxv4l2videosrc
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GST1_IMX_V4L2VIDEOSINK),y)
|
||||
# There's no --enable-imxv4l2videosink option
|
||||
GST1_IMX_DEPENDENCIES += gst1-plugins-bad
|
||||
else
|
||||
GST1_IMX_CONF_OPTS += --disable-imxv4l2videosink
|
||||
endif
|
||||
|
||||
$(eval $(waf-package))
|
||||
|
||||
Reference in New Issue
Block a user