mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
intel-core*: Prefer 3.19 for the Intel common BSPs
Now that 3.17 has been removed and linux-yocto-3.19 is available, set the preferred version to 3.19. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
d7cb7ecc0a
commit
86bae8895a
|
@ -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 ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.19%"
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
MACHINE_FEATURES += "va-impl-intel"
|
||||
|
|
|
@ -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 ?= "3.17%"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.19%"
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
MACHINE_FEATURES += "va-impl-intel"
|
||||
|
|
Loading…
Reference in New Issue
Block a user