summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-15 14:47:06 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-19 19:48:27 -0300
commit6f633ce09bf9a5e68134afc642155533d60e1c53 (patch)
treeb64f03d26f39bd3e998d56d5cc66918c74b1f3e3
parentc4c4a69da43383771c1e7d5935161320753f6d43 (diff)
downloadmeta-fsl-arm-6f633ce09bf9a5e68134afc642155533d60e1c53.tar.gz
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 <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-test/imx-test_00.00.00.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb
new file mode 100644
index 0000000..f98770d
--- /dev/null
+++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb
@@ -0,0 +1,9 @@
1SUMMARY = "Dummy package for SoCs lacking imx-test package"
2DESCRIPTION = "Dummy package for SoCs lacking imx-test package"
3SECTION = "base"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
6
7inherit allarch
8
9ALLOW_EMPTY = "1"