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/qemux86 | |
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/qemux86')
-rw-r--r-- | templates/qemux86/conf/bblayers.conf.sample | 4 | ||||
l---------[-rw-r--r--] | templates/qemux86/conf/conf-notes.txt | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample index 884cc2446..49042f9a7 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 ?= " \ diff --git a/templates/qemux86/conf/conf-notes.txt b/templates/qemux86/conf/conf-notes.txt index bdee76b87..fc5c6a1b8 100644..120000 --- a/templates/qemux86/conf/conf-notes.txt +++ b/templates/qemux86/conf/conf-notes.txt @@ -1,7 +1 @@ -Common targets are: - agl-image-ivi - agl-image-ivi-crosssdk - agl-image-ivi-qa - agl-demo-platform - agl-demo-platform-crosssdk - agl-demo-platform-qa +../../common/conf-notes.txt
\ No newline at end of file |