summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_6.1.bb26
3 files changed, 19 insertions, 19 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 80f0f0e260..28b7159359 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.1.bb
@@ -11,13 +11,13 @@ python () {
11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") 11 raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
12} 12}
13 13
14SRCREV_machine ?= "8605b6101efcfdd8dd779db4fd5aafb94727e990" 14SRCREV_machine ?= "94f73e8d6872df48a7c4ee6caa1701ae2a535dfe"
15SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533" 15SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "6.1.7" 20LINUX_VERSION ?= "6.1.9"
21 21
22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 22LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
23 23
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 318eee68a6..65866dd1db 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
@@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig"
5 5
6require recipes-kernel/linux/linux-yocto.inc 6require recipes-kernel/linux/linux-yocto.inc
7 7
8LINUX_VERSION ?= "6.1.7" 8LINUX_VERSION ?= "6.1.9"
9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 9LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
10 10
11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 11DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
14KMETA = "kernel-meta" 14KMETA = "kernel-meta"
15KCONF_BSP_AUDIT_LEVEL = "2" 15KCONF_BSP_AUDIT_LEVEL = "2"
16 16
17SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 17SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973"
18SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533" 18SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333"
19 19
20PV = "${LINUX_VERSION}+git${SRCPV}" 20PV = "${LINUX_VERSION}+git${SRCPV}"
21 21
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.1.bb b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
index 1549181b96..6bd83197fb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_6.1.bb
@@ -13,24 +13,24 @@ KBRANCH:qemux86 ?= "v6.1/standard/base"
13KBRANCH:qemux86-64 ?= "v6.1/standard/base" 13KBRANCH:qemux86-64 ?= "v6.1/standard/base"
14KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64" 14KBRANCH:qemumips64 ?= "v6.1/standard/mti-malta64"
15 15
16SRCREV_machine:qemuarm ?= "26bcae01ecdaf3481d4a62e1e626af7f5ef965bb" 16SRCREV_machine:qemuarm ?= "ccd3b20fb504d35147d35962254b68b0041a4c6f"
17SRCREV_machine:qemuarm64 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 17SRCREV_machine:qemuarm64 ?= "1caf99d56881e1510afca553cd4a057f80479973"
18SRCREV_machine:qemumips ?= "42f627bfa37b3da569968b435423da339f9614da" 18SRCREV_machine:qemumips ?= "d60ecbda7d4de915c867f751f5c63555a14219d1"
19SRCREV_machine:qemuppc ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 19SRCREV_machine:qemuppc ?= "1caf99d56881e1510afca553cd4a057f80479973"
20SRCREV_machine:qemuriscv64 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 20SRCREV_machine:qemuriscv64 ?= "1caf99d56881e1510afca553cd4a057f80479973"
21SRCREV_machine:qemuriscv32 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 21SRCREV_machine:qemuriscv32 ?= "1caf99d56881e1510afca553cd4a057f80479973"
22SRCREV_machine:qemux86 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 22SRCREV_machine:qemux86 ?= "1caf99d56881e1510afca553cd4a057f80479973"
23SRCREV_machine:qemux86-64 ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 23SRCREV_machine:qemux86-64 ?= "1caf99d56881e1510afca553cd4a057f80479973"
24SRCREV_machine:qemumips64 ?= "4bfa434ee5da72a5a8b2cb8ec799603883f5d532" 24SRCREV_machine:qemumips64 ?= "2949d76c3f79f3c7f700a6366d828f006d7dd5a8"
25SRCREV_machine ?= "f1bd1a02a3f480a0b0a234effd548068374d4299" 25SRCREV_machine ?= "1caf99d56881e1510afca553cd4a057f80479973"
26SRCREV_meta ?= "dcb315fe731825c2d2f1b443c6ee46df1afbe533" 26SRCREV_meta ?= "d7393c5752865634e307673043da55e353139333"
27 27
28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll 28# set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
29# get the <version>/base branch, which is pure upstream -stable, and the same 29# get the <version>/base branch, which is pure upstream -stable, and the same
30# meta SRCREV as the linux-yocto-standard builds. Select your version using the 30# meta SRCREV as the linux-yocto-standard builds. Select your version using the
31# normal PREFERRED_VERSION settings. 31# normal PREFERRED_VERSION settings.
32BBCLASSEXTEND = "devupstream:target" 32BBCLASSEXTEND = "devupstream:target"
33SRCREV_machine:class-devupstream ?= "21e996306a6afaae88295858de0ffb8955173a15" 33SRCREV_machine:class-devupstream ?= "68a95455c153f8adc513e5b688f4b348daa7c1b1"
34PN:class-devupstream = "linux-yocto-upstream" 34PN:class-devupstream = "linux-yocto-upstream"
35KBRANCH:class-devupstream = "v6.1/base" 35KBRANCH:class-devupstream = "v6.1/base"
36 36
@@ -38,7 +38,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}" 38 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.1;destsuffix=${KMETA}"
39 39
40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 40LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
41LINUX_VERSION ?= "6.1.7" 41LINUX_VERSION ?= "6.1.9"
42 42
43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 43DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
44DEPENDS += "openssl-native util-linux-native" 44DEPENDS += "openssl-native util-linux-native"