From b15ad0213029e34bb539cacb5cf98aec3eac42aa Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 20 Feb 2020 10:09:41 -0500 Subject: [PATCH] Remove meta-arm-iota Feedback received that it is not acceptable to have a distro layer inside (https://lists.yoctoproject.org/g/meta-arm/message/6). Removing from meta-arm and will create a separate git repository once that code is ready. Change-Id: I74d1083341d90caa038c1bd8c1d53aa565d28460 Signed-off-by: Jon Mason --- meta-arm-iota/conf/layer.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-arm-iota/conf/layer.conf diff --git a/meta-arm-iota/conf/layer.conf b/meta-arm-iota/conf/layer.conf deleted file mode 100644 index 392ed9b2..00000000 --- a/meta-arm-iota/conf/layer.conf +++ /dev/null @@ -1,13 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "meta-arm-iota" -BBFILE_PATTERN_meta-arm-iota = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-arm-iota = "6" - -LAYERDEPENDS_meta-arm-iota = "core" -LAYERSERIES_COMPAT_meta-arm-iota = "warrior zeus"