raspberrypi: agl_raspberrypi4.inc: Unpin kernel version 40/25840/4
authorPaul Barker <pbarker@konsulko.com>
Sat, 19 Dec 2020 18:54:32 +0000 (18:54 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 19 Jan 2021 12:02:20 +0000 (12:02 +0000)
Now that the failure in create-combined-dtb has been resolved (by
patching dtc), we can unpin the version of linux-raspberrypi and use the
5.4 kernel series.

Bug-AGL: SPEC-3702

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Change-Id: I0da4eb7ccd17d816477d28864185278084abd9b4
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25840
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_raspberrypi4.inc

index 3d21d56..ae302aa 100644 (file)
@@ -26,6 +26,3 @@ 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.%"