diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-14 18:14:46 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-05-01 23:26:16 +0000 |
commit | 830bc3ca3237188a13c7366334ee9d0e7e4797cf (patch) | |
tree | f5dfdd10692abd11d141663ae3aa2d672e8d608b /templates/raspberrypi2/conf/bblayers.conf.sample | |
parent | 882046bdfb44380e4a1db97c992c63ad8350e3eb (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: If512487c6bd57a7640cbf2f07a12f6877137daee
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.sample | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/raspberrypi2/conf/bblayers.conf.sample b/templates/raspberrypi2/conf/bblayers.conf.sample new file mode 100644 index 000000000..108d927c1 --- /dev/null +++ b/templates/raspberrypi2/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 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 \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + " |