From f8517afc7a5ada4538b3b7d397fa32586d57ffe5 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 15 Jul 2015 17:14:27 -0300 Subject: Move meta-fsl-arm content to layer root The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador --- recipes-bsp/imx-test/imx-test_00.00.00.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes-bsp/imx-test/imx-test_00.00.00.bb (limited to 'recipes-bsp/imx-test/imx-test_00.00.00.bb') 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 000000000..f38dc67fa --- /dev/null +++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb @@ -0,0 +1,10 @@ +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}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +ALLOW_EMPTY_${PN} = "1" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf50|vf60)" -- cgit v1.2.3-54-g00ecf