summaryrefslogtreecommitdiffstats
path: root/package/freescale-imx
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-03-04 16:06:05 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-03-31 23:05:19 +0200
commite42a65bdcd76018dbe2d4fd4459a7ca216e99e32 (patch)
treed353d48cf6f1f5b0194bb3b2bf8d353d634ee680 /package/freescale-imx
parent42be6b6153ba0fdbd2152944e86f7cb180b55012 (diff)
downloadbuildroot-e42a65bdcd76018dbe2d4fd4459a7ca216e99e32.tar.gz
buildroot-e42a65bdcd76018dbe2d4fd4459a7ca216e99e32.zip
package/freescale-imx: Remove imx6s from has_vpu list
According to imx-vpu-5.4.37/Makefile, line 6: INCLUDE_LIST:= IMX27ADS IMX51 IMX53 IMX6Q imx6s is not supported by the imx-vpu package. Its install target, guarded by ifeq ($(PLATFORM), $(findstring $(PLATFORM), $(INCLUDE_LIST))) does nothing, causing a build error later on in the imx-vpuwrap package checking for vpu_lib.h... no configure: error: lib_vpu is required, consider installing imx-lib Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/freescale-imx')
-rw-r--r--package/freescale-imx/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/freescale-imx/Config.in b/package/freescale-imx/Config.in
index b5e5ab23dc..e33a90d912 100644
--- a/package/freescale-imx/Config.in
+++ b/package/freescale-imx/Config.in
@@ -60,8 +60,7 @@ config BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
default y if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX27ADS || \
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX51 || \
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX53 || \
- BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q || \
- BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6S
+ BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q
config BR2_PACKAGE_FREESCALE_IMX_HAS_VIV_GPU
bool
OpenPOWER on IntegriCloud