diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-15 14:47:06 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-19 19:48:27 -0300 |
commit | 6f633ce09bf9a5e68134afc642155533d60e1c53 (patch) | |
tree | b64f03d26f39bd3e998d56d5cc66918c74b1f3e3 | |
parent | c4c4a69da43383771c1e7d5935161320753f6d43 (diff) | |
download | meta-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.bb | 9 |
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 @@ | |||
1 | SUMMARY = "Dummy package for SoCs lacking imx-test package" | ||
2 | DESCRIPTION = "Dummy package for SoCs lacking imx-test package" | ||
3 | SECTION = "base" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | ||
6 | |||
7 | inherit allarch | ||
8 | |||
9 | ALLOW_EMPTY = "1" | ||