summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-09-28 13:01:21 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-28 13:06:05 +0200
commitb7893ac9fcaf6c3a7e8624dbe481827964880fb6 (patch)
tree3f29317dede2c9c45d2ab6c64f625fd9b9385b88 /conf/layer.conf
parent6d88d7a31b77a965552e33e62cec1598e05dc205 (diff)
downloadmeta-enea-bsp-x86-b7893ac9fcaf6c3a7e8624dbe481827964880fb6.tar.gz
qemux86-64: change ARCH to corei7 and move on intel kernel source tree
In order to use the same SDK for host and guest it was decided to change the build architecture of qemux86-64 to corei7 and use the same kernel provided by Intel. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 3da3779..44a788c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,3 +10,6 @@ BBFILE_COLLECTIONS += "enea-bsp-x86"
10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" 10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-x86 = "6" 11BBFILE_PRIORITY_enea-bsp-x86 = "6"
12LAYERDEPENDS_enea-bsp-x86 = "intel" 12LAYERDEPENDS_enea-bsp-x86 = "intel"
13
14# change qemux86-64 arch from core2 to corei7
15require conf/machine/qemux86-64-corei7.conf