summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample')
-rw-r--r--meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample b/meta-intel-openbmc/meta-s2600wf/conf/templates/default/bblayers.conf.sample
new file mode 100644
index 0000000000..aeedde9bff
--- /dev/null
+++ b/meta-intel-openbmc/meta-s2600wf/conf/templates/default/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-intel-openbmc \
+ ##OEROOT##/meta-intel-openbmc/meta-s2600wf \
+"