summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/conf/bblayers.conf.sample
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/bblayers.conf.sample
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/bblayers.conf.sample')
-rw-r--r--meta-quanta/meta-gbs/conf/bblayers.conf.sample29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/conf/bblayers.conf.sample b/meta-quanta/meta-gbs/conf/bblayers.conf.sample
new file mode 100644
index 000000000..541036d81
--- /dev/null
+++ b/meta-quanta/meta-gbs/conf/bblayers.conf.sample
@@ -0,0 +1,29 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-nuvoton \
+ ##OEROOT##/meta-google \
+ ##OEROOT##/meta-quanta \
+ ##OEROOT##/meta-quanta/meta-gbs \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-nuvoton \
+ ##OEROOT##/meta-google \
+ ##OEROOT##/meta-quanta \
+ ##OEROOT##/meta-quanta/meta-gbs \
+ "