[poky] [PATCH 1/1] poky-lsb.conf: use kernel 4.8

Robert Yang liezhi.yang at windriver.com
Mon Sep 12 01:25:52 PDT 2016


The qemuarm64 + poky-lsb + kernel 4.1 can't be boot, hang at "Starting
Connection Manager" use kernel 4.8 can fix the problem.

Tested on:
qemux86 qemuppc qemuarm qemuarm64 qemumips qemumips64
$ bitbake core-image-sato core-image-sato-sdk && bitbake core-image-sato core-image-sato-sdk -ctestimage

All of them work well.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta-poky/conf/distro/poky-lsb.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky-lsb.conf b/meta-poky/conf/distro/poky-lsb.conf
index e7d6995..373a668 100644
--- a/meta-poky/conf/distro/poky-lsb.conf
+++ b/meta-poky/conf/distro/poky-lsb.conf
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11"
 KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
 
 # Use the LTSI Kernel for LSB Testing
-PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.1%"
+PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.8%"
-- 
2.9.0



More information about the poky mailing list