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 <pawel.langowski@3mdeb.com>
  • Loading branch information
PLangowski committed Feb 18, 2025
1 parent 6487745 commit 4755325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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
3 changes: 3 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,8 @@ SRC_URI:append = " \
file://exfat-enable.cfg \
"

KBRANCH = "v6.12/standard/base"
SRCREV_machine = "c58d3ea5bbce394208d8099e9d6783bb0a0ddd25"

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 4755325

Please sign in to comment.