diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-10-06 07:33:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-07 15:06:34 +0100 |
commit | f35d0fac9b1f47be4c781a8545252f766ecc9308 (patch) | |
tree | e884bf0a71fc65e95f9431683ac941e65a0796af /meta/recipes-kernel | |
parent | 7cc512559b8294508a89292fbd95a2522d81c324 (diff) | |
download | poky-f35d0fac9b1f47be4c781a8545252f766ecc9308.tar.gz |
linux-yocto/5.14: revert: scripts/gcc-plugins: consistently use HOSTCC
The previously picked up gcc-plugins script wasn't correct and has
been retracted upstream. We do the same in our 5.14 kernel:
c4def465fc44 Revert "scripts/gcc-plugins: consistently use HOSTCC"
(From OE-Core rev: ed725fb0f27c867fa5a17a28c9ec4e21ce44867a)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_5.14.bb | 20 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb index 3088254265..0baffe6f2f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb | |||
@@ -11,7 +11,7 @@ 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 ?= "37f05fcf24a295b1e786e20b16304e5a2592ec99" | 14 | SRCREV_machine ?= "ca5b19aa3996eb1907f546fce7a7fa55053fbead" |
15 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" | 15 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" |
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 \ |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb index e262722c5b..5ca45ad894 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.14.bb | |||
@@ -15,8 +15,8 @@ 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 ?= "c78d0c7211350419b9262cb2c8b905dcb896c881" | 18 | SRCREV_machine:qemuarm ?= "66b3eb63900447948655628e141b54ce0dc3a009" |
19 | SRCREV_machine ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 19 | SRCREV_machine ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
20 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" | 20 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" |
21 | 21 | ||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 22 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.14.bb b/meta/recipes-kernel/linux/linux-yocto_5.14.bb index 866c2b6d61..f1d353072c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.14.bb | |||
@@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.14/standard/base" | |||
13 | KBRANCH:qemux86-64 ?= "v5.14/standard/base" | 13 | KBRANCH:qemux86-64 ?= "v5.14/standard/base" |
14 | KBRANCH:qemumips64 ?= "v5.14/standard/mti-malta64" | 14 | KBRANCH:qemumips64 ?= "v5.14/standard/mti-malta64" |
15 | 15 | ||
16 | SRCREV_machine:qemuarm ?= "df81c53a3a7120e2be6600b5f6e14af4cbb99979" | 16 | SRCREV_machine:qemuarm ?= "c3a887f62f231d6b31f0209712014f9cbc7fd77e" |
17 | SRCREV_machine:qemuarm64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 17 | SRCREV_machine:qemuarm64 ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
18 | SRCREV_machine:qemumips ?= "d656d555d9237f41b1d8ccdbc994b41c6b4ae3b4" | 18 | SRCREV_machine:qemumips ?= "77174bdf6581bdb93f0f458601364800670f8531" |
19 | SRCREV_machine:qemuppc ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 19 | SRCREV_machine:qemuppc ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
20 | SRCREV_machine:qemuriscv64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 20 | SRCREV_machine:qemuriscv64 ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
21 | SRCREV_machine:qemuriscv32 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 21 | SRCREV_machine:qemuriscv32 ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
22 | SRCREV_machine:qemux86 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 22 | SRCREV_machine:qemux86 ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
23 | SRCREV_machine:qemux86-64 ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 23 | SRCREV_machine:qemux86-64 ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
24 | SRCREV_machine:qemumips64 ?= "56c290d3292823510eded4e3064b11fb1ea3e0ac" | 24 | SRCREV_machine:qemumips64 ?= "e86c3a6ad2fde78ad03e0b899286bf603756207d" |
25 | SRCREV_machine ?= "ab6331a06844991fb4451b329f9f863fd89dfbf8" | 25 | SRCREV_machine ?= "c4def465fc44a7f5311d9b942d6cdd33cb4804ca" |
26 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" | 26 | SRCREV_meta ?= "884dfea956ec6b166d1f99a295c47338573a974c" |
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 |