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 f208e23603..dadee940a7 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 ?= "26e9b120876a03baa8fed8bf2932be84720ac0a4" | 14 | SRCREV_machine ?= "14061087c21bd1e06e1bc2481963775df5352ddb" |
15 | SRCREV_meta ?= "24626abfda4a68c8208d7f35073bd3b88ed5ec21" | 15 | SRCREV_meta ?= "4a986ccf44f0b0704aac7219c0c50657b1243869" |
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.205" | 20 | LINUX_VERSION ?= "5.10.206" |
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 2f8da6c9d6..8e8502082f 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.205" | 9 | LINUX_VERSION ?= "5.10.206" |
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 ?= "edc2a17c5d9e6b79ee236576d290c01f6954c668" | 18 | SRCREV_machine:qemuarm ?= "0eb69a54e4228b28635969d8b5285fa00b2d46bf" |
19 | SRCREV_machine ?= "b92447a12f8948eb4b225ea8381a3fd7f68eb95a" | 19 | SRCREV_machine ?= "adab8533b3eab4befe6a5c22ef3c0f799f35473c" |
20 | SRCREV_meta ?= "24626abfda4a68c8208d7f35073bd3b88ed5ec21" | 20 | SRCREV_meta ?= "4a986ccf44f0b0704aac7219c0c50657b1243869" |
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 39c73167b7..7f10707287 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" | |||
14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" | 14 | KBRANCH:qemux86-64 ?= "v5.10/standard/base" |
15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" | 15 | KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64" |
16 | 16 | ||
17 | SRCREV_machine:qemuarm ?= "5dcb45e1013a50afd74d45251c53adcc11e49c43" | 17 | SRCREV_machine:qemuarm ?= "86b57918e638288aaf1978fc5d848471f5b7b753" |
18 | SRCREV_machine:qemuarm64 ?= "f30706a152e40f416d1a917e903f910e1d9f750d" | 18 | SRCREV_machine:qemuarm64 ?= "7265b197984efac64d0208735e45012651034b13" |
19 | SRCREV_machine:qemumips ?= "667e97ccdf32c32d43e65478a3d6de906f4c32ba" | 19 | SRCREV_machine:qemumips ?= "577c296749ff07c282addf48ebe477e37736c6a6" |
20 | SRCREV_machine:qemuppc ?= "1c961b6a76a0a3943877f957d82fe4015dd01299" | 20 | SRCREV_machine:qemuppc ?= "efd25ea4b055690af54891598de44c2e50a43754" |
21 | SRCREV_machine:qemuriscv64 ?= "0e1dfe1d29013deb4cfa75170fa414e75a14c530" | 21 | SRCREV_machine:qemuriscv64 ?= "bda297fbd0d0544947816c760977fe3157a197f9" |
22 | SRCREV_machine:qemuriscv32 ?= "0e1dfe1d29013deb4cfa75170fa414e75a14c530" | 22 | SRCREV_machine:qemuriscv32 ?= "bda297fbd0d0544947816c760977fe3157a197f9" |
23 | SRCREV_machine:qemux86 ?= "0e1dfe1d29013deb4cfa75170fa414e75a14c530" | 23 | SRCREV_machine:qemux86 ?= "bda297fbd0d0544947816c760977fe3157a197f9" |
24 | SRCREV_machine:qemux86-64 ?= "0e1dfe1d29013deb4cfa75170fa414e75a14c530" | 24 | SRCREV_machine:qemux86-64 ?= "bda297fbd0d0544947816c760977fe3157a197f9" |
25 | SRCREV_machine:qemumips64 ?= "c8120c253335d4e2d043d21aee1ae53a85f2811c" | 25 | SRCREV_machine:qemumips64 ?= "543fd3927ab8613288a8e6cfbd9e0a3ba66cfdef" |
26 | SRCREV_machine ?= "0e1dfe1d29013deb4cfa75170fa414e75a14c530" | 26 | SRCREV_machine ?= "bda297fbd0d0544947816c760977fe3157a197f9" |
27 | SRCREV_meta ?= "24626abfda4a68c8208d7f35073bd3b88ed5ec21" | 27 | SRCREV_meta ?= "4a986ccf44f0b0704aac7219c0c50657b1243869" |
28 | 28 | ||
29 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 29 | SRC_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 | ||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
33 | LINUX_VERSION ?= "5.10.205" | 33 | LINUX_VERSION ?= "5.10.206" |
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" |