summaryrefslogtreecommitdiffstats
path: root/templates/intel-corei7-64/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2016-01-19 13:47:35 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2016-01-20 14:11:01 +0900
commit75f103846494e30b6fea489bd9020f17e4256f74 (patch)
treeb7a214a8355b6c6c208e935f0364680f2c1335f4 /templates/intel-corei7-64/conf/bblayers.conf.sample
parentfb2a42e77e551a2f9952a7544da297f5dfa9e4f6 (diff)
Provide template configuration for each machine or board
In previous patch, meta-intel layer is added to BBLAYERS for both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64) although QEMU target doesn't need it. It is preffered to prepare a template configuration for each machine or board. Change-Id: Ic88131eb6413b29757916cc5166b8d950d0096fc Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'templates/intel-corei7-64/conf/bblayers.conf.sample')
-rw-r--r--templates/intel-corei7-64/conf/bblayers.conf.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/intel-corei7-64/conf/bblayers.conf.sample b/templates/intel-corei7-64/conf/bblayers.conf.sample
new file mode 100644
index 00000000..0535695d
--- /dev/null
+++ b/templates/intel-corei7-64/conf/bblayers.conf.sample
@@ -0,0 +1,27 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+# AGL layers for MinnowBoard MAX (Intel)
+BBLAYERS ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/meta-yocto-bsp \
+ ##OEROOT##/../meta-agl/meta-ivi-common \
+ ##OEROOT##/../meta-agl/meta-agl \
+ ##OEROOT##/../meta-agl/meta-agl-bsp \
+ ##OEROOT##/../meta-openembedded/meta-oe \
+ ##OEROOT##/../meta-openembedded/meta-multimedia \
+ ##OEROOT##/../meta-openembedded/meta-ruby \
+ ##OEROOT##/../meta-agl-demo \
+ ##OEROOT##/../meta-qt5 \
+ ##OEROOT##/../meta-intel \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/../meta-agl/meta-agl \
+ "