From ccbd0921becb0a54e473963c0bd11aa0df56e567 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 5 Jul 2018 16:37:17 -0300 Subject: [PATCH] imx-test: Add to EXTRA_OEMAKE if machine has vpu Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador (cherry picked from commit 68942ef68aef1ca59f70a4392f839e8c99b0cc02) --- 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 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" 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.40.1