Skip to content
Snippets Groups Projects
Commit c42e4c5e authored by Clemens Terasa's avatar Clemens Terasa
Browse files

linux-guf: Upgrade the iMX6 Kernel to v5.10.57

Upgrade the Linux kernel for the i.MX6 devices (SAN* platforms) and
iMX6ULL (NALLINO) from v5.10.32 to v5.10.57.

BCS 746-000445
parent a782fa46
No related branches found
No related tags found
1 merge request!111linux-guf: Upgrade the iMX6 Kernel to v5.10.57
Pipeline #17097 passed with stages
in 14 minutes and 45 seconds
...@@ -16,7 +16,7 @@ UBOOT_MAKE_TARGET = "u-boot.imx" ...@@ -16,7 +16,7 @@ UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_MACHINE = "nallino_config" UBOOT_MACHINE = "nallino_config"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-guf" PREFERRED_PROVIDER_virtual/kernel ?= "linux-guf"
PREFERRED_VERSION_linux-guf ?= "5.10.32" PREFERRED_VERSION_linux-guf ?= "5.10.57"
KERNEL_DEVICETREE ?= " \ KERNEL_DEVICETREE ?= " \
garzfricke/imx6ull-nallino.dtb \ garzfricke/imx6ull-nallino.dtb \
......
require conf/machine/include/soc-family.inc require conf/machine/include/soc-family.inc
PREFERRED_PROVIDER_virtual/kernel ??= "linux-guf" PREFERRED_PROVIDER_virtual/kernel ??= "linux-guf"
PREFERRED_VERSION_linux-guf ??= "5.10.32" PREFERRED_VERSION_linux-guf ??= "5.10.57"
KERNEL_IMAGETYPE = "uImage" KERNEL_IMAGETYPE = "uImage"
KBUILD_BUILD_USER := "support" KBUILD_BUILD_USER := "support"
......
...@@ -11,7 +11,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-guf-${LINUX_VERSION}:" ...@@ -11,7 +11,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-guf-${LINUX_VERSION}:"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "5.10.32" PV = "5.10.57"
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment