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/wandboard/conf/bblayers.conf.sample | 10 ++++++---- templates/wandboard/conf/conf-notes.txt | 6 +----- 2 files changed, 7 insertions(+), 9 deletions(-) mode change 100644 => 120000 templates/wandboard/conf/conf-notes.txt (limited to 'templates/wandboard') 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 \ diff --git a/templates/wandboard/conf/conf-notes.txt b/templates/wandboard/conf/conf-notes.txt deleted file mode 100644 index 502690dc..00000000 --- a/templates/wandboard/conf/conf-notes.txt +++ /dev/null @@ -1,5 +0,0 @@ -Common targets are: - agl-image-ivi - agl-image-ivi-crosssdk - agl-demo-platform - agl-demo-platform-crosssdk diff --git a/templates/wandboard/conf/conf-notes.txt b/templates/wandboard/conf/conf-notes.txt new file mode 120000 index 00000000..fc5c6a1b --- /dev/null +++ b/templates/wandboard/conf/conf-notes.txt @@ -0,0 +1 @@ +../../common/conf-notes.txt \ No newline at end of file -- cgit 1.2.3-korg