diff options
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb index ba1d10f5d5..8e68ace57c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.10.bb | |||
@@ -8,7 +8,7 @@ require recipes-kernel/linux/linux-yocto.inc | |||
8 | # CVE exclusions | 8 | # CVE exclusions |
9 | include recipes-kernel/linux/cve-exclusion_6.10.inc | 9 | include recipes-kernel/linux/cve-exclusion_6.10.inc |
10 | 10 | ||
11 | LINUX_VERSION ?= "6.10.11" | 11 | LINUX_VERSION ?= "6.10.12" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
13 | 13 | ||
14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -17,8 +17,8 @@ DEPENDS += "openssl-native util-linux-native" | |||
17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
19 | 19 | ||
20 | SRCREV_machine ?= "6c956b2ea691fe2ba5521aa6c6674defb05de4fe" | 20 | SRCREV_machine ?= "83377716b0580c5594beca4ce565eadbaa94a520" |
21 | SRCREV_meta ?= "4bf82718cf80c9888c75799b1d10cde07bebd155" | 21 | SRCREV_meta ?= "f176a9a323c68085e71f32718dc763d263f95fda" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
24 | 24 | ||