mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-04 20:54:46 +02:00
meta-intel.inc: Set PREFERRED_PROVIDER to linux-yocto for linuxstdbase
linux-intel does not provide a 4.1 kernel, which is needed for -lsb images since they use the current LTSI kernel. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
66637d28a7
commit
0be3c6bdf0
|
@ -11,6 +11,7 @@
|
|||
# Soft set linux-yocto as preferred kernel like x86-base.inc
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-intel"
|
||||
PREFERRED_PROVIDER_virtual/kernel_poky-tiny ?= "linux-intel"
|
||||
PREFERRED_PROVIDER_virtual/kernel_linuxstdbase ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-intel ?= "4.9%"
|
||||
|
||||
# for Xserver older than 1.13.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user