diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 |
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 1c0b2ce3b1..6e9b83f7ea 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 | ||
14 | SRCREV_machine ?= "9ad4f13ee44c39e890638d8a2157adcf830fc7bc" | 14 | SRCREV_machine ?= "459fd323295a5bb19d8ccec0e29dd9d2ba367d81" |
15 | SRCREV_meta ?= "22257690910a1befc2ed8a98ef218bd0c5cfd844" | 15 | SRCREV_meta ?= "8b02c1cd3424cee6f8d251be8fce9999e59fcf4e" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_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 | ||
20 | LINUX_VERSION ?= "5.10.57" | 20 | LINUX_VERSION ?= "5.10.59" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 22 | LIC_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 755f24c0bd..f5e01f4e69 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 | ||
7 | require recipes-kernel/linux/linux-yocto.inc | 7 | require recipes-kernel/linux/linux-yocto.inc |
8 | 8 | ||
9 | LINUX_VERSION ?= "5.10.57" | 9 | LINUX_VERSION ?= "5.10.59" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
11 | 11 | ||
12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 12 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" | |||
15 | KMETA = "kernel-meta" | 15 | KMETA = "kernel-meta" |
16 | KCONF_BSP_AUDIT_LEVEL = "2" | 16 | KCONF_BSP_AUDIT_LEVEL = "2" |
17 | 17 | ||
18 | SRCREV_machine:qemuarm ?= "60d8a10a1e8acdabbd61f3705b67b2112e7866e0" | 18 | SRCREV_machine:qemuarm ?= "124fe0804bda0a51267a847c8e9578630fdbbc99" |
19 | SRCREV_machine ?= "df4ea731a9dc6e1076f3e2935d6689668d8f58ac" | 19 | SRCREV_machine ?= "d2ff9c7472c1c748425c04d01e4a682501a0945c" |
20 | SRCREV_meta ?= "22257690910a1befc2ed8a98ef218bd0c5cfd844" | 20 | SRCREV_meta ?= "8b02c1cd3424cee6f8d251be8fce9999e59fcf4e" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${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 c56d0dc3fb..3702d10dff 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.10/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "21075c593dd7a09fc2e0fe4c1f751999fee1127a" | 16 | SRCREV_machine:qemuarm ?= "0978a83dfdb5b685cb0bf102c806a768afb87ae9" |
17 | SRCREV_machine:qemuarm64 ?= "e32f43fed15419c8461207c4d2b76879920d5928" | 17 | SRCREV_machine:qemuarm64 ?= "4419f5b76905d079459659e22e68206295461cc4" |
18 | SRCREV_machine:qemumips ?= "127501aba35af6e38f50ecd814da4416f361fd84" | 18 | SRCREV_machine:qemumips ?= "258e3d3c45063749d28d8c5f0be7f7de7a7a9a07" |
19 | SRCREV_machine:qemuppc ?= "219057449c55acde1060af4b63c2d1ba5ec19978" | 19 | SRCREV_machine:qemuppc ?= "9b76cd9298382a9d1f49297a094def200504da38" |
20 | SRCREV_machine:qemuriscv64 ?= "b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb" | 20 | SRCREV_machine:qemuriscv64 ?= "0e615f60692e56f2f0c68c1560c95804b8d9b6cf" |
21 | SRCREV_machine:qemuriscv32 ?= "b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb" | 21 | SRCREV_machine:qemuriscv32 ?= "0e615f60692e56f2f0c68c1560c95804b8d9b6cf" |
22 | SRCREV_machine:qemux86 ?= "b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb" | 22 | SRCREV_machine:qemux86 ?= "0e615f60692e56f2f0c68c1560c95804b8d9b6cf" |
23 | SRCREV_machine:qemux86-64 ?= "b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb" | 23 | SRCREV_machine:qemux86-64 ?= "0e615f60692e56f2f0c68c1560c95804b8d9b6cf" |
24 | SRCREV_machine:qemumips64 ?= "dd28c0cc8a79329b8b724821e7c09b210a2e2948" | 24 | SRCREV_machine:qemumips64 ?= "35aae8ce2453e7c72c933ec7b61df88b2dc49d55" |
25 | SRCREV_machine ?= "b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb" | 25 | SRCREV_machine ?= "0e615f60692e56f2f0c68c1560c95804b8d9b6cf" |
26 | SRCREV_meta ?= "22257690910a1befc2ed8a98ef218bd0c5cfd844" | 26 | SRCREV_meta ?= "8b02c1cd3424cee6f8d251be8fce9999e59fcf4e" |
27 | 27 | ||
28 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 28 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
29 | # KMACHINE:qemuarm ?= "qemuarma15" | 29 | # KMACHINE:qemuarm ?= "qemuarma15" |
@@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" | 32 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" |
33 | 33 | ||
34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 34 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
35 | LINUX_VERSION ?= "5.10.57" | 35 | LINUX_VERSION ?= "5.10.59" |
36 | 36 | ||
37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 37 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
38 | DEPENDS += "openssl-native util-linux-native" | 38 | DEPENDS += "openssl-native util-linux-native" |