diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-14 00:39:11 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-04-14 00:39:11 +0200 |
commit | 19b70ab0e44e15fa11a27291c26c35b5e11fb41d (patch) | |
tree | 819af02b5fbcca1489b88742ca84230e2f81f05d /templates/dra7xx-evm/conf/bblayers.conf.sample | |
parent | 9cb2f1cbbaa8a03bdff290310c8c9dd71c3b180d (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/dra7xx-evm/conf/bblayers.conf.sample')
-rw-r--r-- | templates/dra7xx-evm/conf/bblayers.conf.sample | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/templates/dra7xx-evm/conf/bblayers.conf.sample b/templates/dra7xx-evm/conf/bblayers.conf.sample new file mode 100644 index 000000000..7595f3bbb --- /dev/null +++ b/templates/dra7xx-evm/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-ti \ + ##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 \ + " |