summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb6
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb8
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.10.bb24
3 files changed, 19 insertions, 19 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
index 09eb7d1d17..eb10643530 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.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 ?= "5204a0cb3d9b9a5512aad3f5e2483311b8834bb2" 14SRCREV_machine ?= "b56fef81989515b6107c389373158235efa26138"
15SRCREV_meta ?= "f16f63fae82fd0565f9314a61ae6be1d0509eb24" 15SRCREV_meta ?= "d660385f970bb5c61304176c107a4958db9304e8"
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-5.10;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "5.10.191" 20LINUX_VERSION ?= "5.10.192"
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_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 4afb182d18..255a79288a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
6 6
7require recipes-kernel/linux/linux-yocto.inc 7require recipes-kernel/linux/linux-yocto.inc
8 8
9LINUX_VERSION ?= "5.10.191" 9LINUX_VERSION ?= "5.10.192"
10LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 10LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
11 11
12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 12DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
15KMETA = "kernel-meta" 15KMETA = "kernel-meta"
16KCONF_BSP_AUDIT_LEVEL = "2" 16KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine:qemuarm ?= "cb953c5b7e239e63ec26076f412644875ae00f2c" 18SRCREV_machine:qemuarm ?= "31f6d39bde4a241280ff357f0f052e56af1332e8"
19SRCREV_machine ?= "e6837b01492363eeec6fb51e8ea923e046594f1d" 19SRCREV_machine ?= "a9ebc91a4f1376324425811eee0a6628553d7d6e"
20SRCREV_meta ?= "f16f63fae82fd0565f9314a61ae6be1d0509eb24" 20SRCREV_meta ?= "d660385f970bb5c61304176c107a4958db9304e8"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index f9cb15dc16..e37c4c21e0 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -14,23 +14,23 @@ KBRANCH:qemux86 ?= "v5.10/standard/base"
14KBRANCH:qemux86-64 ?= "v5.10/standard/base" 14KBRANCH:qemux86-64 ?= "v5.10/standard/base"
15KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" 15KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64"
16 16
17SRCREV_machine:qemuarm ?= "e8c5b2165b5bfcef1358cd6fa70368fc174ac2f4" 17SRCREV_machine:qemuarm ?= "6d1f4e2827227663603efe419dc601860608862b"
18SRCREV_machine:qemuarm64 ?= "d8165863c5d9467c555ef97318193595242b85a7" 18SRCREV_machine:qemuarm64 ?= "8edb39e7f3399ef6f97a416069777d0230ad68bc"
19SRCREV_machine:qemumips ?= "54bad1b3d7ed3c3cf1ccb98ee21ae2ed059c20b0" 19SRCREV_machine:qemumips ?= "c37227bf802d3c489639a031f1cd8ee9e51ba044"
20SRCREV_machine:qemuppc ?= "7ab0ce8ef9f6f1b4c12f3594b1f410f84ef35bfa" 20SRCREV_machine:qemuppc ?= "f00b3a49bc6e9ca12497cf50080c391e59696d06"
21SRCREV_machine:qemuriscv64 ?= "c723f1548ae98a23895a85e67466df935d09e594" 21SRCREV_machine:qemuriscv64 ?= "11b247211e00c610587b27a762e4814f56723958"
22SRCREV_machine:qemuriscv32 ?= "c723f1548ae98a23895a85e67466df935d09e594" 22SRCREV_machine:qemuriscv32 ?= "11b247211e00c610587b27a762e4814f56723958"
23SRCREV_machine:qemux86 ?= "c723f1548ae98a23895a85e67466df935d09e594" 23SRCREV_machine:qemux86 ?= "11b247211e00c610587b27a762e4814f56723958"
24SRCREV_machine:qemux86-64 ?= "c723f1548ae98a23895a85e67466df935d09e594" 24SRCREV_machine:qemux86-64 ?= "11b247211e00c610587b27a762e4814f56723958"
25SRCREV_machine:qemumips64 ?= "702fe224e3553677ba09d28e45b7eaee31c667f4" 25SRCREV_machine:qemumips64 ?= "0c17abc2a99b68c19099df5b61653729f6d17f76"
26SRCREV_machine ?= "c723f1548ae98a23895a85e67466df935d09e594" 26SRCREV_machine ?= "11b247211e00c610587b27a762e4814f56723958"
27SRCREV_meta ?= "f16f63fae82fd0565f9314a61ae6be1d0509eb24" 27SRCREV_meta ?= "d660385f970bb5c61304176c107a4958db9304e8"
28 28
29SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 29SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \
30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" 30 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}"
31 31
32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 32LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
33LINUX_VERSION ?= "5.10.191" 33LINUX_VERSION ?= "5.10.192"
34 34
35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" 35DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
36DEPENDS += "openssl-native util-linux-native" 36DEPENDS += "openssl-native util-linux-native"