summaryrefslogtreecommitdiff
path: root/meta-alibaba/meta-thor/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authormoyan_yyb <moyan.yyb@alibaba-inc.com>2021-02-03 11:55:13 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2021-02-09 01:29:43 +0300
commit111b57c119533e0fc87cb654daecaa36b233b9e4 (patch)
treeea0ae523630ed7f0a48eca2dc4fc89c0bb4d741a /meta-alibaba/meta-thor/conf/bblayers.conf.sample
parent9e4ec2e36c66560e64a264b2af5b2f0d1b530605 (diff)
downloadopenbmc-111b57c119533e0fc87cb654daecaa36b233b9e4.tar.xz
thor: initial machine creation
Signed-off-by: yongbing yang <SnowYang@linux.alibaba.com> Change-Id: Ic0248e729ac47d692c059648fcf60b297de2ae3d
Diffstat (limited to 'meta-alibaba/meta-thor/conf/bblayers.conf.sample')
-rw-r--r--meta-alibaba/meta-thor/conf/bblayers.conf.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-alibaba/meta-thor/conf/bblayers.conf.sample b/meta-alibaba/meta-thor/conf/bblayers.conf.sample
new file mode 100644
index 000000000..50cc08f71
--- /dev/null
+++ b/meta-alibaba/meta-thor/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-perl \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-aspeed \
+ ##OEROOT##/meta-alibaba \
+ ##OEROOT##/meta-alibaba/meta-thor \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-openembedded/meta-oe \
+ ##OEROOT##/meta-openembedded/meta-networking \
+ ##OEROOT##/meta-openembedded/meta-perl \
+ ##OEROOT##/meta-openembedded/meta-python \
+ ##OEROOT##/meta-phosphor \
+ ##OEROOT##/meta-aspeed \
+ ##OEROOT##/meta-alibaba \
+ ##OEROOT##/meta-alibaba/meta-thor \
+ "