aboutsummaryrefslogtreecommitdiffstats
path: root/templates/raspberrypi2/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-04-14 18:16:08 +0200
committerGerrit Code Review <gerrit@172.30.200.200>2016-05-01 23:26:23 +0000
commit54c89a006a0dea9d4460cba8c16c3ed57af4e5d9 (patch)
tree4d7e1287d7268afbcd610794d62d94ae975e9a29 /templates/raspberrypi2/conf/bblayers.conf.sample
parent19b70ab0e44e15fa11a27291c26c35b5e11fb41d (diff)
Add raspberrypi 2 and 3
This adds the rpi 2 and 3 to the mix. Untested! It merely enables the layer and nothing else. Patches/fixes welcome. Depends-On: I08ec2e9e41003b9dc8244f86d50ccf64e112aba2 Change-Id: I5551fa9cc803acba0f70e021643b568d9631b59e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/raspberrypi2/conf/bblayers.conf.sample')
-rw-r--r--templates/raspberrypi2/conf/bblayers.conf.sample30
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample
new file mode 100644
index 00000000..0bfd2faa
--- /dev/null
+++ b/templates/raspberrypi2/conf/bblayers.conf.sample
@@ -0,0 +1,30 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "6"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+# AGL layers for TI vayu
+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-openembedded/meta-networking \
+ ##OEROOT##/../meta-openembedded/meta-python \
+ ##OEROOT##/../meta-raspberrypi \
+ ##OEROOT##/../meta-agl-demo \
+ ##OEROOT##/../meta-openembedded/meta-ruby \
+ ##OEROOT##/../meta-qt5 \
+ "
+BBLAYERS_NON_REMOVABLE ?= " \
+ ##OEROOT##/meta \
+ ##OEROOT##/meta-yocto \
+ ##OEROOT##/../meta-agl/meta-agl \
+ "