diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-16 23:51:43 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-07-17 10:16:48 -0300 |
commit | 8e16e98ff4c044c8cd78b7f606411d529218d0ce (patch) | |
tree | cd962c0add06eab165e91357e33430dd3de61c9a | |
parent | 0138ac4cdda621d2729488821e2307449875ef86 (diff) | |
download | meta-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.inc | 3 |
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 @@ | |||
1 | SUMMARY = "Test programs for IMX BSP" | 1 | SUMMARY = "Test programs for IMX BSP" |
2 | DESCRIPTION = "Unit tests for the IMX BSP" | 2 | DESCRIPTION = "Unit tests for the IMX BSP" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | DEPENDS = "virtual/kernel" | ||
4 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
6 | 7 | ||
7 | INC_PR = "r1" | 8 | INC_PR = "r2" |
8 | 9 | ||
9 | PLATFORM_imx53ard = "IMX53" | 10 | PLATFORM_imx53ard = "IMX53" |
10 | PLATFORM_imx53qsb = "IMX53" | 11 | PLATFORM_imx53qsb = "IMX53" |