summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-bsp/imx-test
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
commitd56f33611d4628891e0139c6ad8316971e3bf93b (patch)
treeb2c0d6cea516f7ff6a37ddb02a124ddb5cc0ab9c /meta-fsl-arm/recipes-bsp/imx-test
parenta02b6796ea35c019d4564e1707406969cff57a49 (diff)
downloadmeta-freescale-d56f33611d4628891e0139c6ad8316971e3bf93b.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>
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/imx-test')
-rw-r--r--meta-fsl-arm/recipes-bsp/imx-test/imx-test_00.00.00.bb9
1 files changed, 9 insertions, 0 deletions
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 @@
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"