diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb | 6 | ||||
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 |
3 files changed, 20 insertions, 20 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb index 2cf1b048c9..99d89a5b4a 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb | |||
| @@ -14,13 +14,13 @@ python () { | |||
| 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | SRCREV_machine ?= "8d55a90b757757f76ec124508fd2bcace5d276b5" | 17 | SRCREV_machine ?= "6a4ee2488620a26c6ef9083ae896f342906264ec" |
| 18 | SRCREV_meta ?= "1a97a82e62ebf4ef3787768a1f5937e2d2f280ce" | 18 | SRCREV_meta ?= "9a82ca088b3bacb994837bd55ab8fb7f1ff7fb0d" |
| 19 | 19 | ||
| 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
| 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" |
| 22 | 22 | ||
| 23 | LINUX_VERSION ?= "6.1.20" | 23 | LINUX_VERSION ?= "6.1.23" |
| 24 | 24 | ||
| 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 26 | 26 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb index ff3bcad5db..7a78369297 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.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.1.inc | 9 | include recipes-kernel/linux/cve-exclusion_6.1.inc |
| 10 | 10 | ||
| 11 | LINUX_VERSION ?= "6.1.20" | 11 | LINUX_VERSION ?= "6.1.23" |
| 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 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 20 | SRCREV_machine ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 21 | SRCREV_meta ?= "1a97a82e62ebf4ef3787768a1f5937e2d2f280ce" | 21 | SRCREV_meta ?= "9a82ca088b3bacb994837bd55ab8fb7f1ff7fb0d" |
| 22 | 22 | ||
| 23 | PV = "${LINUX_VERSION}+git${SRCPV}" | 23 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb index 033bc10e55..36d2ac6b0a 100644 --- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb | |||
| @@ -17,25 +17,25 @@ KBRANCH:qemux86-64 ?= "v6.1/standard/base" | |||
| 17 | KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" | 17 | KBRANCH:qemuloongarch64 ?= "v6.1/standard/base" |
| 18 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" | 18 | KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" |
| 19 | 19 | ||
| 20 | SRCREV_machine:qemuarm ?= "fad8850ff15dfbf8fb2e7d71583fc54b809d10ef" | 20 | SRCREV_machine:qemuarm ?= "cd6a9dfb3868f58ad820b714857f46794711fa60" |
| 21 | SRCREV_machine:qemuarm64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 21 | SRCREV_machine:qemuarm64 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 22 | SRCREV_machine:qemuloongarch64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 22 | SRCREV_machine:qemuloongarch64 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 23 | SRCREV_machine:qemumips ?= "dd663b72efce61f63f0b38403254eb52e6ad9a59" | 23 | SRCREV_machine:qemumips ?= "4403b4323a1e87d824411b5ecae8531ef7876ef5" |
| 24 | SRCREV_machine:qemuppc ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 24 | SRCREV_machine:qemuppc ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 25 | SRCREV_machine:qemuriscv64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 25 | SRCREV_machine:qemuriscv64 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 26 | SRCREV_machine:qemuriscv32 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 26 | SRCREV_machine:qemuriscv32 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 27 | SRCREV_machine:qemux86 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 27 | SRCREV_machine:qemux86 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 28 | SRCREV_machine:qemux86-64 ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 28 | SRCREV_machine:qemux86-64 ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 29 | SRCREV_machine:qemumips64 ?= "587a945baf13cdca2421e280b7b07dead6ad2a77" | 29 | SRCREV_machine:qemumips64 ?= "b1990cb332cb78304bc1b5529f8d8c22ecee73d1" |
| 30 | SRCREV_machine ?= "423e1996694b61fbfc8ec3bf062fc6461d64fde1" | 30 | SRCREV_machine ?= "467317c61bcae6f23fab17fa54301a265e41725b" |
| 31 | SRCREV_meta ?= "a8881762b53231bb914329cac3c2cf8db8b6779b" | 31 | SRCREV_meta ?= "9a82ca088b3bacb994837bd55ab8fb7f1ff7fb0d" |
| 32 | 32 | ||
| 33 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | 33 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll |
| 34 | # get the <version>/base branch, which is pure upstream -stable, and the same | 34 | # get the <version>/base branch, which is pure upstream -stable, and the same |
| 35 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | 35 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the |
| 36 | # normal PREFERRED_VERSION settings. | 36 | # normal PREFERRED_VERSION settings. |
| 37 | BBCLASSEXTEND = "devupstream:target" | 37 | BBCLASSEXTEND = "devupstream:target" |
| 38 | SRCREV_machine:class-devupstream ?= "7eaef76fbc4621ced374c85dbc000dd80dc681d7" | 38 | SRCREV_machine:class-devupstream ?= "543aff194ab6286af7791c5a138978ee7da4c93f" |
| 39 | PN:class-devupstream = "linux-yocto-upstream" | 39 | PN:class-devupstream = "linux-yocto-upstream" |
| 40 | KBRANCH:class-devupstream = "v6.1/base" | 40 | KBRANCH:class-devupstream = "v6.1/base" |
| 41 | 41 | ||
| @@ -43,7 +43,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
| 43 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" | 43 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" |
| 44 | 44 | ||
| 45 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 45 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
| 46 | LINUX_VERSION ?= "6.1.20" | 46 | LINUX_VERSION ?= "6.1.23" |
| 47 | 47 | ||
| 48 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 48 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
| 49 | DEPENDS += "openssl-native util-linux-native" | 49 | DEPENDS += "openssl-native util-linux-native" |
