From 0227ac31282a225da365faea499cd7a57cd34579 Mon Sep 17 00:00:00 2001 From: PKLee-Quanta Date: Sat, 22 Dec 2018 09:28:33 +0800 Subject: meta-quanta: Add meta-f0b machine Initial introduction of Quanta F0B family equipped with Aspeed 2500 BMC SoC. Tested: Build Quanta F0B board and load on the target hardware. Ensure that BMC boots to console. (From meta-quanta rev: b0d87650a1f20510596881a37c6a4424c6c5781a) Change-Id: Ieb5aad2f897dc8fb1840e0db2929b9350e3fa063 Signed-off-by: PKLee-Quanta Signed-off-by: Brad Bishop --- meta-quanta/meta-f0b/conf/bblayers.conf.sample | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-quanta/meta-f0b/conf/bblayers.conf.sample (limited to 'meta-quanta/meta-f0b/conf/bblayers.conf.sample') diff --git a/meta-quanta/meta-f0b/conf/bblayers.conf.sample b/meta-quanta/meta-f0b/conf/bblayers.conf.sample new file mode 100644 index 000000000..28b258258 --- /dev/null +++ b/meta-quanta/meta-f0b/conf/bblayers.conf.sample @@ -0,0 +1,27 @@ +# 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-aspeed \ + ##OEROOT##/meta-quanta \ + ##OEROOT##/meta-quanta/meta-f0b \ + " +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-aspeed \ + ##OEROOT##/meta-quanta \ + ##OEROOT##/meta-quanta/meta-f0b \ + " -- cgit v1.2.3