summaryrefslogtreecommitdiffstats
path: root/conf/machine/inteld1521.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/machine/inteld1521.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/machine/inteld1521.conf')
-rw-r--r--conf/machine/inteld1521.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/inteld1521.conf b/conf/machine/inteld1521.conf
index 091ef18..d1c9104 100644
--- a/conf/machine/inteld1521.conf
+++ b/conf/machine/inteld1521.conf
@@ -7,8 +7,8 @@
7# If the configuration need to be updated please check first the original .conf 7# If the configuration need to be updated please check first the original .conf
8 8
9# Soft set linux-yocto as preferred kernel like x86-base.inc 9# Soft set linux-yocto as preferred kernel like x86-base.inc
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" 10PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel-host"
11PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel" 11PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel-host"
12PREFERRED_VERSION_linux-intel ?= "4.9%" 12PREFERRED_VERSION_linux-intel ?= "4.9%"
13 13
14# include the user space intel microcode loading support in the generated images. 14# include the user space intel microcode loading support in the generated images.