blob: d29e7e6cb00329d1bafafc537f14d5bce7ce8be2 [file] [log] [blame]
require linux-gbmc.inc
KERNEL_VERSION_SANITY_SKIP = "1"
LINUX_MAJOR = "6.14"
LINUX_VERSION = "${LINUX_MAJOR}.1"
SRCREV = "22a8fa206fbb8df658d43dedb2096efc291bc574"
PV = "stable-${LINUX_VERSION}"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
SRC_URI:prepend = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git;protocol=https;branch=linux-${LINUX_MAJOR}.y"
SRC_URI:append = " \
file://0001-jffs2-add-RENAME_EXCHANGE-support.patch \
file://0001-mux-Make-it-possible-to-select-MULTIPLEXER-if-EXPERT.patch \
file://0001-ARM-npcm-Add-CPU-hotplug-callbacks-for-kexec-support.patch \
file://0001-hwmon-pmbus-Introduce-page_change_delay.patch \
file://0001-hwmon-max34451-Work-around-lost-page.patch \
file://0001-ARM-dts-nuvoton-Add-UDC-nodes.patch \
file://0001-ARM-dts-nuvoton-Add-EDAC-node.patch \
file://0001-ARM-dts-nuvoton-Add-MMC-Nodes.patch \
file://0001-i2c-npcm-Add-clock-toggle-recovery.patch \
file://DOWNSTREAM_0001-i2c-npcm-speed-set.patch \
"
# Newer kernels don't have HGPIO in pinctrl names
do_ksrc_splice:append:npcm7xx() {
sed -i 's,/HGPIO[0-9],,' ${S}/arch/arm/boot/dts/nuvoton/npcm7xx-gbmc-common.dtsi
}