[meta-intel] [PATCH] meta-intel.inc: build older LTS kernel with poky-altcfg

Anuj Mittal anuj.mittal at intel.com
Mon Sep 23 06:43:19 PDT 2019


Mark 4.14 (it should later be changed to 4.19 after the next LTS has been
merged) as the kernel to be built when using poky-altcfg. It'll help build
and test both the supported kernels.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 conf/machine/include/meta-intel.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index ccd06c6a..a9727b4e 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -14,6 +14,8 @@ PREFERRED_PROVIDER_nativesdk-zlib = "nativesdk-zlib"
 
 PREFERRED_VERSION_linux-intel ?= "4.19%"
 PREFERRED_VERSION_linux-intel-rt ?= "4.19%"
+PREFERRED_VERSION_linux-intel_poky-altcfg ?= "4.14%"
+PREFERRED_VERSION_linux-intel-rt_poky-altcfg ?= "4.14%"
 
 XSERVER_X86_ASPEED_AST = "xf86-video-ast \
            "
-- 
2.21.0



More information about the meta-intel mailing list