All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anuj Mittal <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [honister][PATCH 31/38] linux-yocto/5.10: ppc/riscv: fix build with binutils 2.3.8
Date: Tue, 22 Feb 2022 23:07:32 +0800	[thread overview]
Message-ID: <49e0a8bb02999222cfed46c7c683461fcdc516f1.1645536711.git.anuj.mittal@intel.com> (raw)
In-Reply-To: <cover.1645536711.git.anuj.mittal@intel.com>

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Integrating the following commit(s) to linux-yocto/5.10:

    1bd813fe8d0e riscv: fix build with binutils 2.38
    835a2d1b24c6 powerpc/lib/sstep: fix 'ptesync' build error

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8279495332f560902a9c264939da50b8302828b6)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 .../linux/linux-yocto-rt_5.10.bb              |  2 +-
 .../linux/linux-yocto-tiny_5.10.bb            |  4 ++--
 meta/recipes-kernel/linux/linux-yocto_5.10.bb | 20 +++++++++----------
 3 files changed, 13 insertions(+), 13 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 f353a0610c..4315ef6fa3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
@@ -11,7 +11,7 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "53a27dc510c8d9152ffa4d2d95b888db7d3d97b6"
+SRCREV_machine ?= "c8061a9f265a0d314e5b780a651662f462e4b287"
 SRCREV_meta ?= "a58f4e7cca3973e04d3f9a40356ef9c2c0bb10a5"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
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 e9c20c6c79..c968d404d0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine:qemuarm ?= "b7823b6ac25671f8dc5ee2c4cf74af3be88207cf"
-SRCREV_machine ?= "7558a33fc5b60d4327b683c3376c5352cba11ed1"
+SRCREV_machine:qemuarm ?= "5e7b4957ac1a94fdaaa719f6b62b80856e8a55e6"
+SRCREV_machine ?= "24a50caea8c65c2af4987c60067dc55ef737ebca"
 SRCREV_meta ?= "a58f4e7cca3973e04d3f9a40356ef9c2c0bb10a5"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
index a7b3d08d9e..ae607d721b 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb
@@ -13,16 +13,16 @@ KBRANCH:qemux86  ?= "v5.10/standard/base"
 KBRANCH:qemux86-64 ?= "v5.10/standard/base"
 KBRANCH:qemumips64 ?= "v5.10/standard/mti-malta64"
 
-SRCREV_machine:qemuarm ?= "c3a59bad41cefbe15d6bcde0ec2fe5c7ea28ba2b"
-SRCREV_machine:qemuarm64 ?= "07ca3e3c85445f2c31bd081b27741c9680536168"
-SRCREV_machine:qemumips ?= "10ae40d47f14b3c05dd6506c70576383c5474670"
-SRCREV_machine:qemuppc ?= "bc2a7c884103143e0a4360518247fe01bf2c13d3"
-SRCREV_machine:qemuriscv64 ?= "84f6a75f64961e59d61bf3d70ab17e8bb430386b"
-SRCREV_machine:qemuriscv32 ?= "84f6a75f64961e59d61bf3d70ab17e8bb430386b"
-SRCREV_machine:qemux86 ?= "84f6a75f64961e59d61bf3d70ab17e8bb430386b"
-SRCREV_machine:qemux86-64 ?= "84f6a75f64961e59d61bf3d70ab17e8bb430386b"
-SRCREV_machine:qemumips64 ?= "13998bd0244737548a21a17d1969ca65af0712b1"
-SRCREV_machine ?= "84f6a75f64961e59d61bf3d70ab17e8bb430386b"
+SRCREV_machine:qemuarm ?= "7f5de9bc153963749c9a566828b59d4e63796432"
+SRCREV_machine:qemuarm64 ?= "c5bed4d604e64e8ce795a28576e341a2e790b4de"
+SRCREV_machine:qemumips ?= "0361229f491eec312e503cf7e58931571e53503f"
+SRCREV_machine:qemuppc ?= "2d7e10b0e0bab9b364e7612caf81b318f1d28b27"
+SRCREV_machine:qemuriscv64 ?= "1bd813fe8d0e8e2bc4b05fdf61fb77d68ee416c5"
+SRCREV_machine:qemuriscv32 ?= "1bd813fe8d0e8e2bc4b05fdf61fb77d68ee416c5"
+SRCREV_machine:qemux86 ?= "1bd813fe8d0e8e2bc4b05fdf61fb77d68ee416c5"
+SRCREV_machine:qemux86-64 ?= "1bd813fe8d0e8e2bc4b05fdf61fb77d68ee416c5"
+SRCREV_machine:qemumips64 ?= "931424f9c84cc440e8f154465062e71e2bdc2f03"
+SRCREV_machine ?= "1bd813fe8d0e8e2bc4b05fdf61fb77d68ee416c5"
 SRCREV_meta ?= "a58f4e7cca3973e04d3f9a40356ef9c2c0bb10a5"
 
 # remap qemuarm to qemuarma15 for the 5.8 kernel
-- 
2.35.1



  parent reply	other threads:[~2022-02-22 15:08 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 15:07 [honister][PATCH 00/38] Patch review Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 01/38] gstreamer1.0: 1.18.5 -> 1.18.6 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 02/38] gstreamer1.0-plugins-base: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 03/38] gstreamer1.0-plugins-good: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 04/38] gstreamer1.0-plugins-bad: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 05/38] gstreamer1.0-plugins-ugly: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 06/38] gstreamer1.0-vaapi: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 07/38] gstreamer1.0-libav: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 08/38] gstreamer1.0-omx: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 09/38] gstreamer1.0-rtsp-server: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 10/38] gstreamer1.0-python: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 11/38] gst-devtools: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 12/38] gst-examples: " Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 13/38] mc: fix build if ncurses have been configured without wide characters Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 14/38] sdk: fix search for dynamic loader Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 15/38] recipetool: Fix circular reference in SRC_URI Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 16/38] cve-check: create directory of CVE_CHECK_MANIFEST before copy Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 17/38] scripts/runqemu-ifdown: Don't treat the last iptables command as special Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 18/38] devtool: deploy-target: Remove stripped binaries in pseudo context Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 19/38] vim: Upgrade 4269 -> 4134 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 20/38] binutils: Add fix for CVE-2021-45078 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 21/38] linux-yocto/5.10: update to v5.10.96 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 22/38] virglrenderer: fix CVE-2022-0135 and -0175 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 23/38] qemuboot: Fix build error if UNINATIVE_LOADER is unset Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 24/38] gcc : Fix CVE-2021-46195 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 25/38] initramfs-framework: unmount automounts before switch_root Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 26/38] gcc-target: fix glob to remove gcc-<version> binary Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 27/38] libpcap: Disable DPDK explicitly Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 28/38] default-distrovars.inc: Switch connectivity check to a yoctoproject.org page Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 29/38] oeqa/buildtools: Switch to our webserver instead of example.com Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 30/38] linux-yocto/5.10: update to v5.10.99 Anuj Mittal
2022-02-22 15:07 ` Anuj Mittal [this message]
2022-02-22 15:07 ` [honister][PATCH 32/38] linux-yocto/5.10: fix dssall build error with binutils 2.3.8 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 33/38] linux-firmware: upgrade 20211216 -> 20220209 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 34/38] expat: Upgrade 2.4.4 -> 2.4.5 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 35/38] vim: Upgrade 8.2.4314 -> 8.2.4424 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 36/38] tiff: Add backports for two CVEs from upstream Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 37/38] expat: Upgrade 2.4.5 -> 2.4.6 Anuj Mittal
2022-02-22 15:07 ` [honister][PATCH 38/38] uninative: Upgrade to 3.5 Anuj Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49e0a8bb02999222cfed46c7c683461fcdc516f1.1645536711.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.