This makes it easier for others inheriting meta-intel to use their own kernel.
Signed-off-by: California Sullivan <[email protected]> --- conf/machine/include/meta-intel.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index dbc97f4..f95e63b 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -8,7 +8,8 @@ # 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%" # for Xserver older than 1.13.0 -- 2.5.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
