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 16:27:39 -0300 |
commit | fe493e500f9098177e5763768a9b8e4e04b4ceed (patch) | |
tree | 9ed912faa6d6e63c09222e8f1f3505b828057877 | |
parent | 43398c73e1a26546927301d74724eeca67d6cf7c (diff) | |
download | meta-fsl-arm-fe493e500f9098177e5763768a9b8e4e04b4ceed.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" | ||