From 70d414ce566d07f1fe09ccf7e945ce42c1e73dd9 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 23 Sep 2019 21:24:43 +0800 Subject: meta-intel.inc: build older LTS kernel with poky-altcfg 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 --- conf/machine/include/meta-intel.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') 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 \ " -- cgit v1.2.3-54-g00ecf