1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-05 02:20:30 +00:00

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 <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2020-02-20 10:09:41 -05:00
committed by Jon Mason
parent ae19998d27
commit b15ad02130
-13
View File
@@ -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"