From: "Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco)" <dzagorui@cisco.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] kernel-devsrc: improve reproducibility for arm64
Date: Thu, 29 Oct 2020 04:40:52 -0700 [thread overview]
Message-ID: <20201029114052.23141-1-dzagorui@cisco.com> (raw)
.vdso-offsets.h.cmd contains command that was used to produce vdso-offsets.h.
It breaks reproducibility because it has an absolute path in it. There is no
any value to package such files so it can be dropped.
Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
---
meta/recipes-kernel/linux/kernel-devsrc.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb
index aa8e162f4f..f8c750beaa 100644
--- a/meta/recipes-kernel/linux/kernel-devsrc.bb
+++ b/meta/recipes-kernel/linux/kernel-devsrc.bb
@@ -113,6 +113,10 @@ do_install() {
# but without this file, we get a forced syncconfig run in v5.8+, which prompts and
# breaks workflows.
cp -a --parents include/generated/autoconf.h $kerneldir/build 2>/dev/null || :
+
+ if [ -e $kerneldir/include/generated/.vdso-offsets.h.cmd ]; then
+ rm $kerneldir/include/generated/.vdso-offsets.h.cmd
+ fi
)
# now grab the chunks from the source tree that we need
--
2.19.0.dirty
next reply other threads:[~2020-10-29 11:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-29 11:40 Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) [this message]
2020-10-29 11:44 ` [OE-core] [PATCH] kernel-devsrc: improve reproducibility for arm64 Bruce Ashfield
2020-10-30 12:30 ` Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco)
[not found] ` <1642C502B17F26A6.28917@lists.openembedded.org>
2020-11-09 9:53 ` Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco)
[not found] ` <1645CE4049F0E4CD.31324@lists.openembedded.org>
2020-11-16 15:14 ` Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco)
2020-11-16 15:23 ` Bruce Ashfield
2020-11-16 15:29 ` Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco)
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=20201029114052.23141-1-dzagorui@cisco.com \
--to=dzagorui@cisco.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