summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-16 23:51:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-17 10:16:48 -0300
commit8e16e98ff4c044c8cd78b7f606411d529218d0ce (patch)
treecd962c0add06eab165e91357e33430dd3de61c9a
parent0138ac4cdda621d2729488821e2307449875ef86 (diff)
downloadmeta-fsl-arm-8e16e98ff4c044c8cd78b7f606411d529218d0ce.tar.gz
imx-test: depends on virtual/kernel
The build of imx-test requires the kernel source to be deployed onto sysroot so we do depends on kernel to be previously built. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-test/imx-test.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 09250a7..292dc01 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -1,10 +1,11 @@
1SUMMARY = "Test programs for IMX BSP" 1SUMMARY = "Test programs for IMX BSP"
2DESCRIPTION = "Unit tests for the IMX BSP" 2DESCRIPTION = "Unit tests for the IMX BSP"
3SECTION = "base" 3SECTION = "base"
4DEPENDS = "virtual/kernel"
4LICENSE = "GPLv2" 5LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
6 7
7INC_PR = "r1" 8INC_PR = "r2"
8 9
9PLATFORM_imx53ard = "IMX53" 10PLATFORM_imx53ard = "IMX53"
10PLATFORM_imx53qsb = "IMX53" 11PLATFORM_imx53qsb = "IMX53"