[oe-commits] [openembedded-core] 40/69: x86-base.inc: suggest the latest kernel

git at git.openembedded.org git at git.openembedded.org
Wed Mar 23 14:26:28 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b83f97289cc7a82ab3e2c58b93ee253c17c3bcbd
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Mon Mar 21 17:57:08 2016 +0200

    x86-base.inc: suggest the latest kernel
    
    Use latest 4.x kernel instead of 3.x version
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/machine/include/x86-base.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index f7c8a45..5663145 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -20,7 +20,7 @@ SERIAL_CONSOLE ?= "115200 ttyS0"
 # kernel-related variables
 #
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ??= "3.0%"
+PREFERRED_VERSION_linux-yocto ??= "4.4%"
 
 #
 # XSERVER subcomponents, used to build the XSERVER variable

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list