| require linux-gbmc.inc |
| |
| KERNEL_VERSION_SANITY_SKIP = "1" |
| LINUX_MAJOR = "6.10" |
| LINUX_VERSION = "${LINUX_MAJOR}.1" |
| PV = "stable-${LINUX_VERSION}" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| |
| S = "${WORKDIR}/linux-${LINUX_MAJOR}" |
| |
| SRC_URI:prepend = " \ |
| ${KERNELORG_MIRROR}/linux/kernel/v6.x/linux-${LINUX_MAJOR}.tar.xz;sha256sum=774698422ee54c5f1e704456f37c65c06b51b4e9a8b0866f34580d86fef8e226 \ |
| ${KERNELORG_MIRROR}/linux/kernel/v6.x/patch-${LINUX_VERSION}.xz;sha256sum=101689f5d5d98d1adaf90ec3f334524848513d53dc40341f1f5c4809f0390549 \ |
| " |
| |
| 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-max34451-Workaround-for-lost-page.patch \ |
| file://0001-ARM-dts-nuvoton-Add-UDC-nodes.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 |
| } |