Skip to content

Commit

Permalink
meta-intel.inc: Set PREFERRED_PROVIDER to linux-yocto for linuxstdbase
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Saul Wold <[email protected]>
  • Loading branch information
clsulliv authored and Saul Wold committed Mar 23, 2017
1 parent 66637d2 commit 0be3c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/machine/include/meta-intel.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0be3c6b

Please sign in to comment.