From eaf4f998d6a16b01f0db60824c1156ce10ac720c Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Mon, 15 Oct 2018 11:50:05 -0500 Subject: imx-test: Add VPU tests Add VPU tests by making sure VPU support is in sysroots. Signed-off-by: Tom Hochstein --- recipes-bsp/imx-test/imx-test_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index b176e107..bf55f7df 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80 DEPENDS = "alsa-lib libdrm" DEPENDS_append_mx6 = " imx-lib" DEPENDS_append_mx7 = " imx-lib" +DEPENDS_append_imxvpu = " virtual/imxvpu" PE = "1" PV = "7.0+${SRCPV}" -- cgit v1.2.3-54-g00ecf