summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/conf/layer.conf')
-rw-r--r--meta-openbmc-mods/conf/layer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-openbmc-mods/conf/layer.conf b/meta-openbmc-mods/conf/layer.conf
index 9cc62fc6a..35c801089 100644
--- a/meta-openbmc-mods/conf/layer.conf
+++ b/meta-openbmc-mods/conf/layer.conf
@@ -3,12 +3,12 @@ BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
- ${LAYERDIR}/recipes-*/*/*.bbappend"
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
-BBFILE_COLLECTIONS += "intel"
-BBFILE_PATTERN_intel = "^${LAYERDIR}/"
-BBFILE_PRIORITY_intel = "5"
-LAYERSERIES_COMPAT_intel = "thud"
+BBFILE_COLLECTIONS += "intel-openbmc"
+BBFILE_PATTERN_intel-openbmc = "^${LAYERDIR}/"
+BBFILE_PRIORITY_intel-openbmc = "5"
+LAYERSERIES_COMPAT_intel-openbmc = "warrior"
IMAGE_FEATURES[validitems] += "tools-sdk tools-debug"