From ff6550e49157ac79c939ef630c7df8da055eeed0 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 16 Jul 2012 23:51:43 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index 09250a79..292dc010 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc @@ -1,10 +1,11 @@ SUMMARY = "Test programs for IMX BSP" DESCRIPTION = "Unit tests for the IMX BSP" SECTION = "base" +DEPENDS = "virtual/kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -INC_PR = "r1" +INC_PR = "r2" PLATFORM_imx53ard = "IMX53" PLATFORM_imx53qsb = "IMX53" -- 2.40.1