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 --- conf/bblayers.conf.sample | 2 +- conf/conf-notes.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index b5b20190..12577610 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -5,6 +5,7 @@ LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" +# AGL layers for QEMUx86-64 BBLAYERS ?= " \ ##OEROOT##/meta \ ##OEROOT##/meta-yocto \ @@ -15,7 +16,6 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-openembedded/meta-oe \ ##OEROOT##/../meta-openembedded/meta-multimedia \ ##OEROOT##/../meta-openembedded/meta-ruby \ - ##OEROOT##/../meta-intel \ ##OEROOT##/../meta-agl-demo \ ##OEROOT##/../meta-qt5 \ " diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt index b6df8d0d..502690dc 100644 --- a/conf/conf-notes.txt +++ b/conf/conf-notes.txt @@ -1,3 +1,5 @@ Common targets are: + agl-image-ivi + agl-image-ivi-crosssdk agl-demo-platform agl-demo-platform-crosssdk -- cgit 1.2.3-korg