aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-07-28 22:27:33 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-07-29 23:01:50 +0000
commitb98ee1af003b2c98ba29836269a1ae1d9ebf56ba (patch)
tree51fdf3602e6f4402a70206ff3f3c024d2c4bf372 /meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc
parenta3678d3e929900078cbaec5a279b902bd7cc9244 (diff)
meta-agl-bsp: Pin i.MX platform kernels to 5.15 LTS
The recent bump of meta-freescale with the kirkstone 4.0.2 upgrade brought an upgrade to 5.18 in the linux-fslc kernel, which breaks sllin compilation. Tweak the i.MX6 and i.MX8 machine templates to use the 5.15 linux-fslc-lts kernel, which matches linux-yocto in poky and seems a better choice going forward with kirkstone. Bug-AGL: SPEC-4501 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib75d8c844301c5ac902e18d02ff8ac6176f614c7 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27842 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc b/meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc
index cb13de713..f058ba1a5 100644
--- a/meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc
+++ b/meta-agl-bsp/conf/include/agl_imx6qdlsabreauto.inc
@@ -1 +1,5 @@
require agl_imx6-common.inc
+
+# Force use of the community supported LTS kernel instead of the
+# default linux-fslc
+IMX_DEFAULT_KERNEL:imx6qdlsabreauto = "linux-fslc-lts"