public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][kirkstone 14/23] linux-yocto/5.15: fix qemuppc buildpaths warning
Date: Sun, 17 Jul 2022 14:30:15 -1000	[thread overview]
Message-ID: <736271db81514da980d282e0ddce049701dfd745.1658093505.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1658093505.git.steve@sakoman.com>

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

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

  Author: Bruce Ashfield <bruce.ashfield@gmail.com>
  Date:   Sun Jul 10 21:37:07 2022 -0400

    vt/conmakehash: improve reproducibility

    The file generated by conmakehash capture the application
    path used to generate the file. While that can be informative,
    it varies based on where the kernel was built, as the full
    path is captured.

    We tweak the application to use a second input as the "capture
    name", and then modify the Makefile to pass the basename of
    the source, making it reproducible.

    This could be improved by using some sort of path mapping,
    or the application manipualing argv[1] itself, but for now
    this solves the reprodicibility issue.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1d63f8103cacd81dc631bbf87c612efff030c347)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 .../linux/linux-yocto-rt_5.15.bb              |  4 ++--
 .../linux/linux-yocto-tiny_5.15.bb            |  4 ++--
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 22 +++++++++----------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
index 96607c8a5e..9c869faa9d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb
@@ -11,8 +11,8 @@ python () {
         raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
 }
 
-SRCREV_machine ?= "6f3031c974b6c3bbbaaa15de66cbaecd21adf5db"
-SRCREV_meta ?= "263a2fb6fb2ed6f632d8d62fb46be2c51553b662"
+SRCREV_machine ?= "9179770f29198c123b02f1d7cd20fb08c71c0159"
+SRCREV_meta ?= "e532b0393413badf4f0df4b2337015efd8eae932"
 
 SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
            git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
index 5d0b0da209..b87e41776a 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
 KMETA = "kernel-meta"
 KCONF_BSP_AUDIT_LEVEL = "2"
 
-SRCREV_machine ?= "d6eb8944eeae98befa45b4d02a8fcc0d9048c7c7"
-SRCREV_meta ?= "263a2fb6fb2ed6f632d8d62fb46be2c51553b662"
+SRCREV_machine ?= "7dc6451b61e67818fe461b950a3450bf9d06067c"
+SRCREV_meta ?= "e532b0393413badf4f0df4b2337015efd8eae932"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
index 054bfc117a..e09faaecdb 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb
@@ -13,17 +13,17 @@ KBRANCH:qemux86  ?= "v5.15/standard/base"
 KBRANCH:qemux86-64 ?= "v5.15/standard/base"
 KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64"
 
-SRCREV_machine:qemuarm ?= "9c053034b8860590006f7366a0ba28a3857e7c9a"
-SRCREV_machine:qemuarm64 ?= "f7cb33fbf883c3490fd33fe1aa3833d8721bfba5"
-SRCREV_machine:qemumips ?= "f4a865ffde7375a6abbf7aaad67307ea0bc60605"
-SRCREV_machine:qemuppc ?= "ee8fa730ad56949954c321ee068bbee6fc44dbdb"
-SRCREV_machine:qemuriscv64 ?= "b54384a7eba92a04eac7c415dbe7aa9e7079b2fc"
-SRCREV_machine:qemuriscv32 ?= "b54384a7eba92a04eac7c415dbe7aa9e7079b2fc"
-SRCREV_machine:qemux86 ?= "b54384a7eba92a04eac7c415dbe7aa9e7079b2fc"
-SRCREV_machine:qemux86-64 ?= "b54384a7eba92a04eac7c415dbe7aa9e7079b2fc"
-SRCREV_machine:qemumips64 ?= "98c315f0ebd297e1cb6f1a9aa6bf16a02c1e4ec5"
-SRCREV_machine ?= "b54384a7eba92a04eac7c415dbe7aa9e7079b2fc"
-SRCREV_meta ?= "263a2fb6fb2ed6f632d8d62fb46be2c51553b662"
+SRCREV_machine:qemuarm ?= "51fc1677b3378d04bf6bc59f632d80c8a21e54fe"
+SRCREV_machine:qemuarm64 ?= "5c9319fd04d643d55836b94f7eeb4dd7561ea197"
+SRCREV_machine:qemumips ?= "78b65359d44c9ae535388dfc8bf06eb8dc8764dc"
+SRCREV_machine:qemuppc ?= "dd1a7ce7eb8274e72507d634d9239109fdbebb85"
+SRCREV_machine:qemuriscv64 ?= "0f586f4ee8adacac79b64d1f3d47799a5eb7fbea"
+SRCREV_machine:qemuriscv32 ?= "0f586f4ee8adacac79b64d1f3d47799a5eb7fbea"
+SRCREV_machine:qemux86 ?= "0f586f4ee8adacac79b64d1f3d47799a5eb7fbea"
+SRCREV_machine:qemux86-64 ?= "0f586f4ee8adacac79b64d1f3d47799a5eb7fbea"
+SRCREV_machine:qemumips64 ?= "a6f8486df096f727ec6233a152947d9bf26202bb"
+SRCREV_machine ?= "0f586f4ee8adacac79b64d1f3d47799a5eb7fbea"
+SRCREV_meta ?= "e532b0393413badf4f0df4b2337015efd8eae932"
 
 # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll
 # get the <version>/base branch, which is pure upstream -stable, and the same
-- 
2.25.1



  parent reply	other threads:[~2022-07-18  0:31 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18  0:30 [OE-core][kirkstone 00/23] Patch review Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 01/23] qemu: Fix slirp determinism issue Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 02/23] qemu: Add PACKAGECONFIG for brlapi Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 03/23] linux-yocto/5.10: update to v5.10.121 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 04/23] linux-yocto/5.10: update to v5.10.123 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 05/23] linux-yocto/5.10: update to v5.10.128 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 06/23] linux-yocto/5.10: fix build_OID_registry/conmakehash buildpaths warning Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 07/23] linux-yocto/5.10: fix buildpaths issue with gen-mach-types Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 08/23] linux-yocto/5.10: update to v5.10.130 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 09/23] linux-yocto/5.10: fix buildpaths issue with pnmtologo Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 10/23] linux-yocto/5.15: update to v5.15.46 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 11/23] linux-yocto/5.15: update to v5.15.48 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 12/23] linux-yocto/5.15: drop obselete GPIO sysfs ABI Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 13/23] linux-yocto/5.15: update to v5.15.52 Steve Sakoman
2022-07-18  0:30 ` Steve Sakoman [this message]
2022-07-18  0:30 ` [OE-core][kirkstone 15/23] linux-yocto/5.15: fix build_OID_registry buildpaths warning Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 16/23] linux-yocto/5.15: fix buildpaths issue with gen-mach-types Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 17/23] linux-yocto/5.15: update to v5.15.54 Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 18/23] linux-yocto/5.15: fix buildpaths issue with pnmtologo Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 19/23] kernel-devsrc: fix reproducibility and buildpaths QA warning Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 20/23] kernel-devsrc: ppc32: fix reproducibility Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 21/23] gperf: Add a patch to work around reproducibility issues Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 22/23] gperf: Switch to upstream patch Steve Sakoman
2022-07-18  0:30 ` [OE-core][kirkstone 23/23] perf: fix reproducibility in 5.19+ Steve Sakoman

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=736271db81514da980d282e0ddce049701dfd745.1658093505.git.steve@sakoman.com \
    --to=steve@sakoman.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox