summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_git.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-07-05 16:37:17 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-05 17:09:23 -0300
commit68942ef68aef1ca59f70a4392f839e8c99b0cc02 (patch)
tree6be8994b7ea2d2cc8e5e71cd043a744c7fa5d1f1 /recipes-bsp/imx-test/imx-test_git.bb
parentf8417256f3862f84382e1e8a3cac5b845ce3f857 (diff)
downloadmeta-freescale-68942ef68aef1ca59f70a4392f839e8c99b0cc02.tar.gz
imx-test: Add to EXTRA_OEMAKE if machine has vpu
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_git.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb
index 31f179d8..6e6971e5 100644
--- a/recipes-bsp/imx-test/imx-test_git.bb
+++ b/recipes-bsp/imx-test/imx-test_git.bb
@@ -48,6 +48,10 @@ PLATFORM_mx7ulp = "IMX7D"
48 48
49PARALLEL_MAKE="-j 1" 49PARALLEL_MAKE="-j 1"
50 50
51IMX_HAS_VPU = "false"
52IMX_HAS_VPU_imxvpu = "true"
53EXTRA_OEMAKE += "HAS_VPU=${IMX_HAS_VPU}"
54
51PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" 55PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
52PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr" 56PACKAGECONFIG[x11] = ",,libx11 libxdamage libxrender libxrandr"
53 57