Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion board/mister/de10nano/patches/linux/linux.hash
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# A kernel bump (manual, or Renovate under P4.7) MUST update this line from the
# signed manifest for the new version, or the build will fail closed -- which is
# the intended behaviour.
sha256 5ebdadb10a4b5708fc6b1c457764a110bc49f8150cc3502c59b921ead8c6fc8c linux-6.18.48.tar.xz
sha256 ae826f33111fea6f1d279dde7299d7463c8dfd204aeb75a8fb5432bc60a28191 linux-6.18.49.tar.xz

# WHERE THE RT / BETA KERNEL HASH COMES FROM -- as of 2026-08-17, the SAME
# signed-manifest rule as the stable pin above. This entry belongs to the RT
Expand Down
4 changes: 2 additions & 2 deletions configs/mister_de10nano_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#
# glibc is configured --enable-kernel=$(BR2_TOOLCHAIN_HEADERS_AT_LEAST)
# (package/glibc/glibc.mk:131). Under AS_KERNEL our kernel version arrives as the
# free-form string BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.48", which Kconfig
# free-form string BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.49", which Kconfig
# cannot compare numerically to select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_18 -- so it
# silently falls back to the floor, 2.6. That would build glibc with ~15 years of
# dead compatibility code and runtime syscall-fallback paths for kernels this board
Expand Down Expand Up @@ -143,7 +143,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/patches"
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/rootfs-overlay $(BR2_EXTERNAL_MISTER_PATH)/work/extra-modules-overlay"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.48"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.49"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux-patches"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux.config"
Expand Down
2 changes: 1 addition & 1 deletion configs/mister_kernel_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ BR2_REPRODUCIBLE=y
# on the FAT root at boot (docs/boot-chain.md I1/I2).
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.48"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.49"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux-patches"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_MISTER_PATH)/board/mister/de10nano/linux.config"
Expand Down
Loading