diff options
Diffstat (limited to 'meta/recipes-kernel')
-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 | 22 |
3 files changed, 18 insertions, 18 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 26772a1acf..be30a0fd21 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 ?= "8dffd4d97d49439dae98e38b915729bca285f0cc" | 14 | SRCREV_machine ?= "c5a939ea17c76efce58a5386d41ea15db946f628" |
15 | SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" | 15 | SRCREV_meta ?= "f905c5cd14f64e51454cfe56d2e510ee7469a832" |
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.16" | 20 | LINUX_VERSION ?= "5.10.17" |
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 7388e6ecda..01c468116f 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.16" | 9 | LINUX_VERSION ?= "5.10.17" |
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 ?= "55ff861a7f7be737c26b6c61f9cd170580dd3ccd" | 18 | SRCREV_machine_qemuarm ?= "077233e3be7323f0a1f1bc488292bc3bcfe37f5a" |
19 | SRCREV_machine ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 19 | SRCREV_machine ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
20 | SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" | 20 | SRCREV_meta ?= "f905c5cd14f64e51454cfe56d2e510ee7469a832" |
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 e17cd28601..8cf0f60271 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb | |||
@@ -12,16 +12,16 @@ KBRANCH_qemux86 ?= "v5.10/standard/base" | |||
12 | KBRANCH_qemux86-64 ?= "v5.10/standard/base" | 12 | KBRANCH_qemux86-64 ?= "v5.10/standard/base" |
13 | KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" | 13 | KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" |
14 | 14 | ||
15 | SRCREV_machine_qemuarm ?= "b6e61f33c5ac14fde7fc4fd479fb6dba7c04797b" | 15 | SRCREV_machine_qemuarm ?= "b4db275e753768a68d72f270d441a8d77b008299" |
16 | SRCREV_machine_qemuarm64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 16 | SRCREV_machine_qemuarm64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
17 | SRCREV_machine_qemumips ?= "4adb195168d3830786d82f29ccbb78664fd20cf9" | 17 | SRCREV_machine_qemumips ?= "a669b4f0c27ebd9689c8b6bd2c82fab7bbf4a537" |
18 | SRCREV_machine_qemuppc ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 18 | SRCREV_machine_qemuppc ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
19 | SRCREV_machine_qemuriscv64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 19 | SRCREV_machine_qemuriscv64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
20 | SRCREV_machine_qemux86 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 20 | SRCREV_machine_qemux86 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
21 | SRCREV_machine_qemux86-64 ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 21 | SRCREV_machine_qemux86-64 ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
22 | SRCREV_machine_qemumips64 ?= "36e98aa424aa3ceff3d446ee2cb3f44ddcae8c31" | 22 | SRCREV_machine_qemumips64 ?= "fe5b8cb8b21fb42caae54bf031e2b41fa88616ff" |
23 | SRCREV_machine ?= "34523d7c8476942eb062d4f0201f9410605afc6d" | 23 | SRCREV_machine ?= "0119f230267c87ad2cc77b9190035280f40b2cf4" |
24 | SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" | 24 | SRCREV_meta ?= "f905c5cd14f64e51454cfe56d2e510ee7469a832" |
25 | 25 | ||
26 | # remap qemuarm to qemuarma15 for the 5.8 kernel | 26 | # remap qemuarm to qemuarma15 for the 5.8 kernel |
27 | # KMACHINE_qemuarm ?= "qemuarma15" | 27 | # KMACHINE_qemuarm ?= "qemuarma15" |
@@ -30,7 +30,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
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 | ||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
33 | LINUX_VERSION ?= "5.10.16" | 33 | LINUX_VERSION ?= "5.10.17" |
34 | 34 | ||
35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 35 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
36 | DEPENDS += "openssl-native util-linux-native" | 36 | DEPENDS += "openssl-native util-linux-native" |