From 4610106247a9c47248e8c467d0edcad31524fc7e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 22 Aug 2017 16:21:16 +0200 Subject: meta-gpe: remove this now pretty empty layer Signed-off-by: Martin Jansa --- meta-gpe/conf/layer.conf | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 meta-gpe/conf/layer.conf (limited to 'meta-gpe/conf/layer.conf') diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf deleted file mode 100644 index 00f3929f8f..0000000000 --- a/meta-gpe/conf/layer.conf +++ /dev/null @@ -1,15 +0,0 @@ -# We have a conf and classes directory, append to BBPATH -BBPATH .= ":${LAYERDIR}" - -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "gpe-layer" -BBFILE_PATTERN_gpe-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_gpe-layer = "7" - -# This should only be incremented on significant changes that will -# cause compatibility issues with other layers -LAYERVERSION_gpe-layer = "1" - -LAYERDEPENDS_gpe-layer = "core openembedded-layer" -- cgit v1.2.3-54-g00ecf