From 1f12c110ec8b55b59581a2ff88661943bbfdfaba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 29 Sep 2018 11:58:57 +0200 Subject: [PATCH] Change layer settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/layer.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5759f8d..64e45e6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -4,10 +4,13 @@ BBPATH .= ":${LAYERDIR}" # We have recipes directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes*/*/*.bb" -BBFILE_COLLECTIONS += "angstrom-layer" -BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/" -BBFILE_PRIORITY_angstrom-layer = "7" -LAYERSERIES_COMPAT_angstrom-layer = "rocko sumo" +BBFILE_COLLECTIONS += "mortsgna-layer" +BBFILE_PATTERN_mortsgna-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_mortsgna-layer = "7" + +LAYERSERIES_COMPAT_mortsgna-layer = "rocko sumo" +# REVISIT +LAYERDEPENDS_mortsgna-layer = "core openembedded-layer" BBFILES_DYNAMIC += " \ browser-layer:${LAYERDIR}/appends/meta-browser/*.bbappend \