summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/conf/layer.conf
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-05-07 10:41:27 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-21 22:53:32 +0300
commit9f17c411648a900222911d48cd4d36777acbb1aa (patch)
treefdf5cde651371d63ece7a8854edbdf416451d04a /meta-quanta/meta-gbs/conf/layer.conf
parentc482bcf803fac0e680d118eee3b122d934b6dede (diff)
downloadopenbmc-9f17c411648a900222911d48cd4d36777acbb1aa.tar.xz
meta-quanta: add meta-gbs machine
The meta-gbs equipped with Nuvoton NPCM730 BMC SoC. Tested: Build GBS image and load on the target hardware (From meta-quanta rev: c679ff6a47362319a59a511d710a116ddd90ca2a) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5b85609a5c310ce1b7dc13df867b7c230cf59c39 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/conf/layer.conf')
-rw-r--r--meta-quanta/meta-gbs/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/conf/layer.conf b/meta-quanta/meta-gbs/conf/layer.conf
new file mode 100644
index 000000000..ba7f543b6
--- /dev/null
+++ b/meta-quanta/meta-gbs/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "gbs-layer"
+BBFILE_PATTERN_gbs-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_gbs-layer = "warrior zeus dunfell"