summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-s6q/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorP.K.Lee <p.k.lee@quantatw.com>2022-01-04 11:02:26 +0300
committerP. K. Lee <p.k.lee@quantatw.com>2022-01-06 04:46:06 +0300
commitf95d8776f1710662216b5cc10d6436d74f582b0a (patch)
tree71e421f7383955e197576f5d29da7a9970258fd4 /meta-quanta/meta-s6q/conf/bblayers.conf.sample
parent36b84a6aba2a6609c50c8f97bb16d7c0f14c44b0 (diff)
downloadopenbmc-f95d8776f1710662216b5cc10d6436d74f582b0a.tar.xz
meta-quanta: s6q: create basic machine
Initial introduction of Quanta S6Q family equipped with Aspeed 2600 BMC SoC. Tested: 1. Build Quanta S6Q board and load on the target hardware. 2. Ensure that BMC boots to console. Change-Id: Ia16d5fd6e38e2191908c0bec44cb412be254a433 Signed-off-by: P.K.Lee <p.k.lee@quantatw.com>
Diffstat (limited to 'meta-quanta/meta-s6q/conf/bblayers.conf.sample')
-rw-r--r--meta-quanta/meta-s6q/conf/bblayers.conf.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-quanta/meta-s6q/conf/bblayers.conf.sample b/meta-quanta/meta-s6q/conf/bblayers.conf.sample
new file mode 100644
index 0000000000..3118d5068e
--- /dev/null
+++ b/meta-quanta/meta-s6q/conf/bblayers.conf.sample
@@ -0,0 +1,18 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "8"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-poky \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-aspeed \
+ ##OEROOT##/meta-quanta \
+ ##OEROOT##/meta-quanta/meta-s6q\
+ "