From: Khem Raj <raj.khem@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>,
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 1/7] reproducible_build: Drop now unneeded compiler warning
Date: Thu, 14 Oct 2021 09:36:02 -0700 [thread overview]
Message-ID: <ca870211-18f1-8387-2d4a-354bd70a897f@gmail.com> (raw)
In-Reply-To: <20211014121025.2913401-1-richard.purdie@linuxfoundation.org>
On 10/14/21 5:10 AM, Richard Purdie wrote:
> We now pass compiler options that mean the compiler will adjust these values to
> SOURCE_DATE_EPOCH, the compiler warnings are now unneeded.
>
Is there a chance of it being overwritten by component's build system
in that case this warning may still be handy
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> meta/classes/reproducible_build.bbclass | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/meta/classes/reproducible_build.bbclass b/meta/classes/reproducible_build.bbclass
> index 7571c116c82..fd90d771d2b 100644
> --- a/meta/classes/reproducible_build.bbclass
> +++ b/meta/classes/reproducible_build.bbclass
> @@ -58,9 +58,6 @@ SDE_DIR = "${WORKDIR}/source-date-epoch"
> SDE_FILE = "${SDE_DIR}/__source_date_epoch.txt"
> SDE_DEPLOYDIR = "${WORKDIR}/deploy-source-date-epoch"
>
> -# Enable compiler warning when the __TIME__, __DATE__ and __TIMESTAMP__ macros are used.
> -TARGET_CC_ARCH:append:class-target = " -Wdate-time"
> -
> # A SOURCE_DATE_EPOCH of '0' might be misinterpreted as no SDE
> export SOURCE_DATE_EPOCH_FALLBACK ??= "1302044400"
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#156939): https://lists.openembedded.org/g/openembedded-core/message/156939
> Mute This Topic: https://lists.openembedded.org/mt/86310655/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2021-10-14 16:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-14 12:10 [PATCH 1/7] reproducible_build: Drop now unneeded compiler warning Richard Purdie
2021-10-14 12:10 ` [PATCH 2/7] reproducible_build: Drop obsolete sstate workaround Richard Purdie
2021-10-14 12:10 ` [PATCH 3/7] reproducible: Move class function code into library Richard Purdie
2021-10-14 12:10 ` [PATCH 4/7] reproducible: Move variable definitions to bitbake.conf Richard Purdie
2021-10-14 12:10 ` [PATCH 5/7] reproducible: Merge code into base.bbclass Richard Purdie
2021-10-14 12:10 ` [PATCH 6/7] python: Update now reproducibile builds are the default Richard Purdie
2021-10-14 12:10 ` [PATCH 7/7] reproducible: Drop BUILD_REPRODUCIBLE_BINARIES variable Richard Purdie
2021-10-14 12:28 ` [OE-core] " Bruce Ashfield
2021-10-14 12:31 ` Richard Purdie
2021-10-14 12:38 ` Bruce Ashfield
2021-10-14 13:45 ` Alexandre Belloni
2021-10-14 13:46 ` Bruce Ashfield
2021-10-14 15:26 ` Richard Purdie
2021-10-14 16:36 ` Khem Raj [this message]
2021-10-14 21:48 ` [OE-core] [PATCH 1/7] reproducible_build: Drop now unneeded compiler warning Richard Purdie
2021-10-14 23:22 ` Khem Raj
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=ca870211-18f1-8387-2d4a-354bd70a897f@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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