mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-intel.inc: Soft set PREFERRED_PROVIDER_virtual/kernel
This makes it easier for others inheriting meta-intel to use their own 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
9552bde8a0
commit
d2b70b5c98
|
@ -8,7 +8,8 @@
|
||||||
# XSERVER subcomponents, used to build the XSERVER variable
|
# XSERVER subcomponents, used to build the XSERVER variable
|
||||||
#
|
#
|
||||||
|
|
||||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
# Soft set linux-yocto as preferred kernel like x86-base.inc
|
||||||
|
PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto"
|
||||||
PREFERRED_VERSION_linux-yocto ?= "4.4%"
|
PREFERRED_VERSION_linux-yocto ?= "4.4%"
|
||||||
|
|
||||||
# for Xserver older than 1.13.0
|
# for Xserver older than 1.13.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user