From 19b70ab0e44e15fa11a27291c26c35b5e11fb41d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 14 Apr 2016 00:39:11 +0200 Subject: Introduce TI vayu and synchronize and streamline templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- templates/qemux86/conf/bblayers.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/qemux86/conf/bblayers.conf.sample') diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index 884cc244..49042f9a 100644 --- a/templates/qemux86/conf/bblayers.conf.sample +++ b/templates/qemux86/conf/bblayers.conf.sample @@ -15,9 +15,11 @@ 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-openembedded/meta-networking \ + ##OEROOT##/../meta-openembedded/meta-python \ ##OEROOT##/../meta-agl-demo \ + ##OEROOT##/../meta-openembedded/meta-ruby \ ##OEROOT##/../meta-qt5 \ " BBLAYERS_NON_REMOVABLE ?= " \ -- cgit 1.2.3-korg