diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.13.bb | 26 |
3 files changed, 20 insertions, 20 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb index db922c17b2..e59536cc3d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.13.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 ?= "6ff7d7f8b079e82c83929df1b3ec5c9694e28f94" | 14 | SRCREV_machine ?= "1c1c5e42a518434b8c24d511aae442ac19386977" |
15 | SRCREV_meta ?= "ebf34680af9896d3da7cbf4be0fd5e287559372c" | 15 | SRCREV_meta ?= "c38435a3cacf424fa686ecac9a95ef8349b83bb3" |
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.13;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.13.11" | 20 | LINUX_VERSION ?= "5.13.12" |
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.13.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb index c7bea48fce..201f7efcbb 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.13.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.13.11" | 9 | LINUX_VERSION ?= "5.13.12" |
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 ?= "a6b42a4b1d650298ca77a0a4924df5ef37f6d000" | 18 | SRCREV_machine:qemuarm ?= "c0183d7ce4d9aa263ec9c8f8b7dc8f6df4302095" |
19 | SRCREV_machine ?= "abd88a509b11a383af46a6ee40a7ae46a0a0b700" | 19 | SRCREV_machine ?= "a4458dd292e90a28566ef9283a15c435c11bca2d" |
20 | SRCREV_meta ?= "ebf34680af9896d3da7cbf4be0fd5e287559372c" | 20 | SRCREV_meta ?= "c38435a3cacf424fa686ecac9a95ef8349b83bb3" |
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.13.bb b/meta/recipes-kernel/linux/linux-yocto_5.13.bb index 78f474c9b9..f20d7b18b3 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.13.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.13.bb | |||
@@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.13/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.13/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.13/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.13/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.13/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "d3166cf020bc65c4ae322afb38ccd571e15d3df9" | 16 | SRCREV_machine:qemuarm ?= "7bf87cf7827b03e8eca31063b118ebc11d5c5ee5" |
17 | SRCREV_machine:qemuarm64 ?= "263fa9bce1cbbecef59fc8460d23fa5ec289cfa9" | 17 | SRCREV_machine:qemuarm64 ?= "448966e7f96755f3b735a43c3d3895cb29c0e76e" |
18 | SRCREV_machine:qemumips ?= "caffc7430fe0a6674f8e6dbd97bae05c59039e88" | 18 | SRCREV_machine:qemumips ?= "6fd77ca515af94b780f49d6403a0bafdee1c60c2" |
19 | SRCREV_machine:qemuppc ?= "c061eef7c73df5d534ebd800a439fb95aac5829c" | 19 | SRCREV_machine:qemuppc ?= "14ecf9f266afdcfd8ca9308ed90f4a7a5a2adcd0" |
20 | SRCREV_machine:qemuriscv64 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 20 | SRCREV_machine:qemuriscv64 ?= "49ec738aa7f6a59d11b46f61dea82965018f3124" |
21 | SRCREV_machine:qemuriscv32 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 21 | SRCREV_machine:qemuriscv32 ?= "49ec738aa7f6a59d11b46f61dea82965018f3124" |
22 | SRCREV_machine:qemux86 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 22 | SRCREV_machine:qemux86 ?= "49ec738aa7f6a59d11b46f61dea82965018f3124" |
23 | SRCREV_machine:qemux86-64 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 23 | SRCREV_machine:qemux86-64 ?= "49ec738aa7f6a59d11b46f61dea82965018f3124" |
24 | SRCREV_machine:qemumips64 ?= "28a1eb78129046c8f3f06f7cc1710fc761a84e30" | 24 | SRCREV_machine:qemumips64 ?= "95713ce4053b8acd170fc99503f9b076e5f3cec3" |
25 | SRCREV_machine ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 25 | SRCREV_machine ?= "49ec738aa7f6a59d11b46f61dea82965018f3124" |
26 | SRCREV_meta ?= "ebf34680af9896d3da7cbf4be0fd5e287559372c" | 26 | SRCREV_meta ?= "c38435a3cacf424fa686ecac9a95ef8349b83bb3" |
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 |
@@ -31,7 +31,7 @@ SRCREV_meta ?= "ebf34680af9896d3da7cbf4be0fd5e287559372c" | |||
31 | # normal PREFERRED_VERSION settings. | 31 | # normal PREFERRED_VERSION settings. |
32 | BBCLASSEXTEND = "devupstream:target" | 32 | BBCLASSEXTEND = "devupstream:target" |
33 | DEFAULT_PREFERENCE:class-devupstream = "-1" | 33 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
34 | SRCREV_machine:class-devupstream ?= "a3f1a03f54fc08ca86ad0759a46244a771ce6547" | 34 | SRCREV_machine:class-devupstream ?= "f428e49b8cb1fbd9b4b4b29ea31b6991d2ff7de1" |
35 | PN:class-devupstream = "linux-yocto-upstream" | 35 | PN:class-devupstream = "linux-yocto-upstream" |
36 | KBRANCH:class-devupstream = "v5.13/base" | 36 | KBRANCH:class-devupstream = "v5.13/base" |
37 | 37 | ||
@@ -42,7 +42,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" | 42 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.13;destsuffix=${KMETA}" |
43 | 43 | ||
44 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 44 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
45 | LINUX_VERSION ?= "5.13.11" | 45 | LINUX_VERSION ?= "5.13.12" |
46 | 46 | ||
47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 47 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
48 | DEPENDS += "openssl-native util-linux-native" | 48 | DEPENDS += "openssl-native util-linux-native" |