summaryrefslogtreecommitdiffstats
path: root/templates/wandboard/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-04-14 00:39:11 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-04-14 00:39:11 +0200
commit19b70ab0e44e15fa11a27291c26c35b5e11fb41d (patch)
tree819af02b5fbcca1489b88742ca84230e2f81f05d /templates/wandboard/conf/bblayers.conf.sample
parent9cb2f1cbbaa8a03bdff290310c8c9dd71c3b180d (diff)
Introduce TI vayu and synchronize and streamline templates
This changeset introduces the templates for the TI vayu board. Also this changeset sychronizes the templates with meta-agl and formats them in a way so the extra layers are at the end. Also unify conf-notes.txt into common/conf-notes.txt for easier maintenance. Change-Id: Ia8555f0961b35791234c50ec75e5c4f4a3f7a77d 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.sample10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/wandboard/conf/bblayers.conf.sample b/templates/wandboard/conf/bblayers.conf.sample
index 91784545..4a577bc4 100644
--- a/templates/wandboard/conf/bblayers.conf.sample
+++ b/templates/wandboard/conf/bblayers.conf.sample
@@ -5,7 +5,7 @@ LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
-# AGL layers for MinnowBoard MAX (Intel)
+# AGL layers for Wandboard (NXP/Freescale)
BBLAYERS ?= " \
##OEROOT##/meta \
##OEROOT##/meta-yocto \
@@ -15,12 +15,14 @@ BBLAYERS ?= " \
##OEROOT##/../meta-agl/meta-agl-bsp \
##OEROOT##/../meta-openembedded/meta-oe \
##OEROOT##/../meta-openembedded/meta-multimedia \
- ##OEROOT##/../meta-openembedded/meta-ruby \
##OEROOT##/../meta-openembedded/meta-efl \
- ##OEROOT##/../meta-agl-demo \
- ##OEROOT##/../meta-qt5 \
+ ##OEROOT##/../meta-openembedded/meta-networking \
+ ##OEROOT##/../meta-openembedded/meta-python \
##OEROOT##/../meta-fsl-arm \
##OEROOT##/../meta-fsl-arm-extra \
+ ##OEROOT##/../meta-agl-demo \
+ ##OEROOT##/../meta-openembedded/meta-ruby \
+ ##OEROOT##/../meta-qt5 \
"
BBLAYERS_NON_REMOVABLE ?= " \
##OEROOT##/meta \