aboutsummaryrefslogtreecommitdiffstats
path: root/templates/wandboard/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-01-21 23:04:13 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-02-09 14:47:34 +0100
commit4904012b7748fd096681dda66f53ec5b06438495 (patch)
tree39a6edc766d9aea5d280f61b32317da2906e6294 /templates/wandboard/conf/bblayers.conf.sample
parentf05bcdadc5422b0d7fa9b094aec256c3e86791c2 (diff)
Add wandboard as target board
This patch adds the wandboard as i.mx6 target. Change-Id: Iae25b991d475ce321b4192cbac130ad389021c72 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/wandboard/conf/bblayers.conf.sample')
-rw-r--r--templates/wandboard/conf/bblayers.conf.sample25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/wandboard/conf/bblayers.conf.sample b/templates/wandboard/conf/bblayers.conf.sample
new file mode 100644
index 000000000..25cd5142c
--- /dev/null
+++ b/templates/wandboard/conf/bblayers.conf.sample
@@ -0,0 +1,25 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+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-efl \
+ ##OEROOT##/../meta-fsl-arm \
+ ##OEROOT##/../meta-fsl-arm-extra \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/../meta-agl/meta-agl \
+ "