Skip to content

Commit

Permalink
wip: bump kernel version
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <[email protected]>
  • Loading branch information
PLangowski committed Feb 18, 2025
1 parent 6487745 commit a91b440
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta-dts-distro/conf/distro/dts-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ IMAGE_EFI_BOOT_FILES += "grub-efi-bootx64.efi;EFI/DTS/grubx64.efi"

PREFERRED_VERSION_flashrom = "dasharo-v1.2.2+git%"
PREFERRED_VERSION_fwupd = "2.0.1"
PREFERRED_VERSION_linux-yocto = "6.12.13"
APPEND += "quiet"
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RDEPENDS:${PN}-tools-base = " \
txesbmantool \
smmstoretool \
cpuid \
ethtool \
"

RDEPENDS:${PN}-tools-dts = " \
Expand Down
2 changes: 2 additions & 0 deletions meta-dts-distro/recipes-kernel/kernel/linux-yocto_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ SRC_URI:append = " \
file://exfat-enable.cfg \
"

SRCREV = "v6.12.13"

KERNEL_FEATURES:remove:x86 = " ${@bb.utils.contains('DISTRO_FEATURES', 'efi-secure-boot', '${efi_secure_boot_sccs}', '', d)}"
KERNEL_FEATURES:remove:x86-64 = " ${@bb.utils.contains('DISTRO_FEATURES', 'efi-secure-boot', '${efi_secure_boot_sccs}', '', d)}"

0 comments on commit a91b440

Please sign in to comment.