Enable the linux-intel production kernel for meta-intel by default for 4.9, this will enable using the Intel production kernel.
This is a well tested 4.9 tree that will start to include additional support for the Apollolake and Joule hardware. Signed-off-by: Saul Wold <[email protected]> --- conf/machine/include/meta-intel.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 21587fb..eb759c4 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -9,8 +9,8 @@ # # Soft set linux-yocto as preferred kernel like x86-base.inc -PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.8%" +PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel" +PREFERRED_VERSION_linux-intel ?= "4.9%" # for Xserver older than 1.13.0 OLD_XSERVER_X86_EXT = "xserver-xorg-extension-dri \ -- 2.7.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
