]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-test: Add a dummy package
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 15 Sep 2012 17:47:06 +0000 (14:47 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Sep 2012 22:48:27 +0000 (19:48 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb [new file with mode: 0644]

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 (file)
index 0000000..f98770d
--- /dev/null
@@ -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"