summaryrefslogtreecommitdiff
path: root/meta-fii/conf
diff options
context:
space:
mode:
authorMohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>2021-08-17 17:34:22 +0300
committerVivekanand Veeracholan <vveerach@google.com>2021-08-18 20:38:48 +0300
commitf59d01784b9646026df272cbb05ebe8c4fb3cd63 (patch)
tree565704ab5a698823ad66fba9194cbcd7e8dc49d8 /meta-fii/conf
parent9e1a3ae8360dbac826493c34f259c8f0176ad3fd (diff)
downloadopenbmc-f59d01784b9646026df272cbb05ebe8c4fb3cd63.tar.xz
meta-fii/meta-kudo: follow the new Yocto override syntax change
Changing the syntax for various yocto files ie. (_ to :) changes to bb, bbappend and conf files. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: If25577ee9d98398c1a1ab7f85a0373c46af70245
Diffstat (limited to 'meta-fii/conf')
-rw-r--r--meta-fii/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fii/conf/layer.conf b/meta-fii/conf/layer.conf
index 4cb55ee26..ea180d473 100644
--- a/meta-fii/conf/layer.conf
+++ b/meta-fii/conf/layer.conf
@@ -5,4 +5,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "fii-layer"
BBFILE_PATTERN_fii-layer := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_fii-layer = "warrior zeus gatesgarth dunfell hardknott"
+LAYERSERIES_COMPAT_fii-layer = "hardknott honister"