From d7dc839ad442145e364fca6f9cfd7938fe0e2db9 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 21 Jan 2016 23:08:43 +0100 Subject: Add wandboard as target board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds the wandboard as i.mx6 target. Note: It does not build yet (etnaviv w/o X11 headers). Change-Id: Iae25b991d475ce321b4192cbac130ad389021c72 Signed-off-by: Jan-Simon Möller --- templates/wandboard/conf/bblayers.conf.sample | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/wandboard/conf/bblayers.conf.sample (limited to 'templates/wandboard/conf/bblayers.conf.sample') diff --git a/templates/wandboard/conf/bblayers.conf.sample b/templates/wandboard/conf/bblayers.conf.sample new file mode 100644 index 000000000..917845452 --- /dev/null +++ b/templates/wandboard/conf/bblayers.conf.sample @@ -0,0 +1,29 @@ +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "6" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +# AGL layers for MinnowBoard MAX (Intel) +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-ruby \ + ##OEROOT##/../meta-openembedded/meta-efl \ + ##OEROOT##/../meta-agl-demo \ + ##OEROOT##/../meta-qt5 \ + ##OEROOT##/../meta-fsl-arm \ + ##OEROOT##/../meta-fsl-arm-extra \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + " -- cgit 1.2.3-korg