summaryrefslogtreecommitdiffstats
path: root/templates/wandboard/conf/bblayers.conf.sample
diff options
context:
space:
mode:
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 \
+ "