[meta-freescale] [PATCH 3/3] imx-test: Add to EXTRA_OEMAKE if machine has vpu

Fabio Berton fabio.berton at ossystems.com.br
Thu Jul 5 12:37:17 PDT 2018


Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-bsp/imx-test/imx-test_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 9352cae0..74ce470b 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -49,6 +49,10 @@ PLATFORM_mx7ulp  = "IMX7D"
 
 PARALLEL_MAKE="-j 1"
 
+IMX_HAS_VPU         = "false"
+IMX_HAS_VPU_imxvpu  = "true"
+EXTRA_OEMAKE       += "HAS_VPU=${IMX_HAS_VPU}"
+
 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
 PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
 
-- 
2.18.0



More information about the meta-freescale mailing list