From 75f103846494e30b6fea489bd9020f17e4256f74 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 19 Jan 2016 13:47:35 +0900 Subject: Provide template configuration for each machine or board In previous patch, meta-intel layer is added to BBLAYERS for both QEMU(qemux86/qemux86-64) and Minnowboard MAX(intel-corei7-64) although QEMU target doesn't need it. It is preffered to prepare a template configuration for each machine or board. Change-Id: Ic88131eb6413b29757916cc5166b8d950d0096fc Signed-off-by: Tadao Tanikawa --- templates/qemux86-64/conf/bblayers.conf.sample | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/qemux86-64/conf/bblayers.conf.sample (limited to 'templates/qemux86-64/conf/bblayers.conf.sample') diff --git a/templates/qemux86-64/conf/bblayers.conf.sample b/templates/qemux86-64/conf/bblayers.conf.sample new file mode 100644 index 00000000..12577610 --- /dev/null +++ b/templates/qemux86-64/conf/bblayers.conf.sample @@ -0,0 +1,26 @@ +# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf +# changes incompatibly +LCONF_VERSION = "6" + +BBPATH = "${TOPDIR}" +BBFILES ?= "" + +# AGL layers for QEMUx86-64 +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-agl-demo \ + ##OEROOT##/../meta-qt5 \ + " +BBLAYERS_NON_REMOVABLE ?= " \ + ##OEROOT##/meta \ + ##OEROOT##/meta-yocto \ + ##OEROOT##/../meta-agl/meta-agl \ + " -- cgit 1.2.3-korg