From afc9587e0f13e184f269b95eb616293c1f9013a4 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 3 Dec 2020 02:08:51 +0100 Subject: pi4: pin kernel to 4.19 prior to the YP 3.1.4 uprev The uprev to YP 'dunfell' 3.1.4 would change the default kernel used by the pi4. This has an effect on the DTBo's used for booting and in CI. One effect is that create-combined-dtb won't no longer build. Also we might have to change away from fkms on kernel 5.4 . Bug-AGL: SPEC-3702 Signed-off-by: Jan-Simon Moeller Change-Id: If7353c1b9fde4ef4fe6456ce969a37e2734c5a79 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25716 --- meta-agl-bsp/conf/include/agl_raspberrypi4.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/conf') diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc index ae302aae1..3d21d56e3 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi4.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi4.inc @@ -26,3 +26,6 @@ IMAGE_INSTALL_append = " ${@bb.utils.contains('AGL_XEN_WANTED', '1', 'xen-tools # Add xen-raspberry binary to boot files IMAGE_BOOT_FILES_append = " ${@bb.utils.contains('AGL_XEN_WANTED','1', 'xen-${MACHINE}', '',d)}" + +# pin the kernel to 4.19.x for SPEC-3702 +PREFERRED_VERSION_linux-raspberrypi ?= "4.19.%" -- cgit 1.2.3-korg