diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-03 02:08:51 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-04 13:50:03 +0000 |
commit | afc9587e0f13e184f269b95eb616293c1f9013a4 (patch) | |
tree | 2fe378cae217edbd58b5a977be7908dfed1d1396 /meta-agl-bsp/conf/include/agl_raspberrypi4.inc | |
parent | 8b4612385bbf4cdf523c9b731ed73c7887995372 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: If7353c1b9fde4ef4fe6456ce969a37e2734c5a79
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25716
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi4.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi4.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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.%" |