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 \