From: Otavio Salvador Date: Sat, 15 Sep 2012 17:47:06 +0000 (-0300) Subject: imx-test: Add a dummy package X-Git-Tag: 2.1~1709 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d56f33611d4628891e0139c6ad8316971e3bf93b;p=meta-freescale.git imx-test: Add a dummy package The dummy package allows for SoCs without imx-test compatible package to be used without the need of SoC specific changes in the default images. To achive it, we used a version 00.00.00 so it will be the "oldest" alternative for the recipe and being used only as a fallback. Change-Id: Icbdd2588cc98c8fbb093c7a44736b7ed2292844c Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb new file mode 100644 index 00000000..f98770d6 --- /dev/null +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb @@ -0,0 +1,9 @@ +SUMMARY = "Dummy package for SoCs lacking imx-test package" +DESCRIPTION = "Dummy package for SoCs lacking imx-test package" +SECTION = "base" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" + +inherit allarch + +ALLOW_EMPTY = "1"