summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-07-21 12:39:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-24 09:13:55 +0100
commita2b4731cef542059de589eead5c01c52093a06a9 (patch)
tree0998726c7df05e9558d8f1f5a839abc368fd90d3 /meta-yocto-bsp
parentf19dd2be627c66b9114a3bdf70fd207c984ea793 (diff)
downloadpoky-a2b4731cef542059de589eead5c01c52093a06a9.tar.gz
meta-yocto-bsp: Remove superfluous kernel set
The genericx86 and genericx86-64 machine confs do not need to set the PREFERRED_PROVIDER_virtual/kernel as they will use the one set by the distribution. If there needed to be a different version for one of these machines in the future, we could add it in to the machine.conf. (From meta-yocto rev: 89dd8159fc83f54d7fe234b619a28f5d97519156) Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86-64.conf2
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86.conf2
2 files changed, 0 insertions, 4 deletions
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf
index bfedd84c30..12f7c0d200 100644
--- a/meta-yocto-bsp/conf/machine/genericx86-64.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf
@@ -7,6 +7,4 @@ DEFAULTTUNE ?= "core2-64"
7require conf/machine/include/tune-core2.inc 7require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc 8require conf/machine/include/genericx86-common.inc
9 9
10PREFERRED_VERSION_linux-yocto ?= "4.10%"
11
12SERIAL_CONSOLES_CHECK = "ttyS0" 10SERIAL_CONSOLES_CHECK = "ttyS0"
diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf
index af03b86893..798b62ec2b 100644
--- a/meta-yocto-bsp/conf/machine/genericx86.conf
+++ b/meta-yocto-bsp/conf/machine/genericx86.conf
@@ -8,5 +8,3 @@ require conf/machine/include/tune-core2.inc
8require conf/machine/include/genericx86-common.inc 8require conf/machine/include/genericx86-common.inc
9 9
10MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check" 10MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
11
12PREFERRED_VERSION_linux-yocto ?= "4.10%"