diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb | 8 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.4.bb | 22 |
3 files changed, 18 insertions, 18 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb index 44b239c417..72fa7b9118 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.4.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 ?= "db182d93638000066b9d174eecbdd86de24d70be" | 14 | SRCREV_machine ?= "b587a3fecb37c3e198592a5733ce23cd8a33f6fc" |
15 | SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c" | 15 | SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc" |
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.4;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" |
19 | 19 | ||
20 | LINUX_VERSION ?= "5.4.265" | 20 | LINUX_VERSION ?= "5.4.266" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 22 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
23 | 23 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb index 164b86d71a..023b9fe9e1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.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.4.265" | 9 | LINUX_VERSION ?= "5.4.266" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
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 ?= "863de52d7fc04097fde3bef264cc2952d1f3a2b0" | 18 | SRCREV_machine_qemuarm ?= "da07f26ba47c365237459233a85f398599677b28" |
19 | SRCREV_machine ?= "9880d2f47e2bea1fa9fb069ac35631e724b76d26" | 19 | SRCREV_machine ?= "65fdb0d3fc750b89ed2ad3268d346765a7131094" |
20 | SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c" | 20 | SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc" |
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.4.bb b/meta/recipes-kernel/linux/linux-yocto_5.4.bb index 2d00341d59..412b8230ab 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.4.bb | |||
@@ -13,16 +13,16 @@ KBRANCH_qemux86 ?= "v5.4/standard/base" | |||
13 | KBRANCH_qemux86-64 ?= "v5.4/standard/base" | 13 | KBRANCH_qemux86-64 ?= "v5.4/standard/base" |
14 | KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" | 14 | KBRANCH_qemumips64 ?= "v5.4/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine_qemuarm ?= "7e4e6b59cac3b71d43a587728acc7bfe78ef16af" | 16 | SRCREV_machine_qemuarm ?= "732f4200d901957f0ab0a6c760fcc26e8ddfdb03" |
17 | SRCREV_machine_qemuarm64 ?= "234f5db38e546134931e1e6ffb3677e5516704fc" | 17 | SRCREV_machine_qemuarm64 ?= "458f12462197606e02368dc74a79cc5f10e3409b" |
18 | SRCREV_machine_qemumips ?= "60a93a5cfd6f6a5c7374e09d234ceb234367270d" | 18 | SRCREV_machine_qemumips ?= "4a746565ac1418646f94506f983f85779902b4eb" |
19 | SRCREV_machine_qemuppc ?= "63a0e4217eaa70fa4fc7dacf2a9356e88c79f80e" | 19 | SRCREV_machine_qemuppc ?= "f51c8df8974a2b439d6a845ffbf144e935f04f5c" |
20 | SRCREV_machine_qemuriscv64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851" | 20 | SRCREV_machine_qemuriscv64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f" |
21 | SRCREV_machine_qemux86 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851" | 21 | SRCREV_machine_qemux86 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f" |
22 | SRCREV_machine_qemux86-64 ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851" | 22 | SRCREV_machine_qemux86-64 ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f" |
23 | SRCREV_machine_qemumips64 ?= "9bc9e7c0b392466df817283ea0f05c7cf330f8a5" | 23 | SRCREV_machine_qemumips64 ?= "d56e5470a9173e9d2af61828619098356fadb75e" |
24 | SRCREV_machine ?= "abf55d087ff6e9e2cd03499a0eff130b1afc8851" | 24 | SRCREV_machine ?= "c2bd298696fc9965fb3a888e78cfb00a92d6824f" |
25 | SRCREV_meta ?= "a1399e88272ab04a7748051822d5b16b9b1d3f9c" | 25 | SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc" |
26 | 26 | ||
27 | # remap qemuarm to qemuarma15 for the 5.4 kernel | 27 | # remap qemuarm to qemuarma15 for the 5.4 kernel |
28 | # KMACHINE_qemuarm ?= "qemuarma15" | 28 | # KMACHINE_qemuarm ?= "qemuarma15" |
@@ -31,7 +31,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA | |||
31 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" | 31 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA}" |
32 | 32 | ||
33 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
34 | LINUX_VERSION ?= "5.4.265" | 34 | LINUX_VERSION ?= "5.4.266" |
35 | 35 | ||
36 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 36 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
37 | DEPENDS += "openssl-native util-linux-native" | 37 | DEPENDS += "openssl-native util-linux-native" |