diff options
author | 2013-10-02 15:56:54 -0300 | |
---|---|---|
committer | 2013-10-18 12:29:21 -0300 | |
commit | ad7d3b3eb4a52307a1938582c66b8cbd58697532 (patch) | |
tree | 0455776fd04601cb96ead5ced1a7a91042726b03 | |
parent | 5ee5f87139b412d4201917e4b71141a3390fb54d (diff) | |
download | meta-fsl-arm-1.5.tar.gz meta-fsl-arm-1.5.tar.bz2 meta-fsl-arm-1.5.zip |
imx-test: Add dependency on imx-vpu1.5
Change-Id: Id3dce7c7531acb790e289438adfe08b5b9bcf87c
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/imx-test/imx-test.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc index d8aa99d..fb3745d 100644 --- a/recipes-bsp/imx-test/imx-test.inc +++ b/recipes-bsp/imx-test/imx-test.inc @@ -2,6 +2,7 @@ SUMMARY = "Test programs for IMX BSP" DESCRIPTION = "Unit tests for the IMX BSP" SECTION = "base" DEPENDS = "virtual/kernel imx-lib" +DEPENDS_append_mx5 = " imx-vpu" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |