From 95e3bea7f64813fa765bb4e68bea4c8490dbd8e0 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 21 Jan 2016 12:38:30 -0800 Subject: machine: update PREFERRED_VERSION to 4.4 for intel-core* and intel-quark This makes us use the new 4.4 kernel by default. Signed-off-by: California Sullivan --- conf/machine/intel-core2-32.conf | 2 +- conf/machine/intel-corei7-64.conf | 2 +- conf/machine/intel-quark.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 039528c3..313df631 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -8,7 +8,7 @@ require conf/machine/include/intel-core2-32-common.inc require conf/machine/include/intel-common-pkgarch.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.1%" +PREFERRED_VERSION_linux-yocto ?= "4.4%" MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index cc16d621..f63fb74e 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -8,7 +8,7 @@ require conf/machine/include/intel-corei7-64-common.inc require conf/machine/include/intel-common-pkgarch.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.1%" +PREFERRED_VERSION_linux-yocto ?= "4.4%" MACHINE_FEATURES += "pcbios efi" MACHINE_FEATURES += "va-impl-intel" diff --git a/conf/machine/intel-quark.conf b/conf/machine/intel-quark.conf index 7da054ec..0717aae7 100644 --- a/conf/machine/intel-quark.conf +++ b/conf/machine/intel-quark.conf @@ -8,7 +8,7 @@ require conf/machine/include/intel-quark-common.inc require conf/machine/include/intel-common-pkgarch.inc PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "4.1%" +PREFERRED_VERSION_linux-yocto ?= "4.4%" #Avoid pulling in GRUB MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" -- cgit v1.2.3-54-g00ecf