All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Nuno Gonçalves" <nunog@fr24.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string
Date: Sat, 5 Nov 2022 15:10:19 +0100	[thread overview]
Message-ID: <20221105141019.GG3918838@scaer> (raw)
In-Reply-To: <20221004111528.384625-1-nunog@fr24.com>

Nuno, All,

On 2022-10-04 12:15 +0100, Nuno Gonçalves via buildroot spake thusly:
> Signed-off-by: Nuno Gonçalves <nunog@fr24.com>

Applied to master, thanks.
Regards,
Yann E. MORIN.

> ---
>  linux/linux.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux/linux.mk b/linux/linux.mk
> index efdc21eff2..6b547a68ed 100644
> --- a/linux/linux.mk
> +++ b/linux/linux.mk
> @@ -162,7 +162,7 @@ LINUX_MAKE_ENV += \
>  	KBUILD_BUILD_VERSION=1 \
>  	KBUILD_BUILD_USER=buildroot \
>  	KBUILD_BUILD_HOST=buildroot \
> -	KBUILD_BUILD_TIMESTAMP="$(shell LC_ALL=C date -d @$(SOURCE_DATE_EPOCH))"
> +	KBUILD_BUILD_TIMESTAMP="$(shell LC_ALL=C TZ='UTC' date -d @$(SOURCE_DATE_EPOCH))"
>  endif
>  
>  # gcc-8 started warning about function aliases that have a
> -- 
> 2.37.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-11-05 14:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-04 11:15 [Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string Nuno Gonçalves via buildroot
2022-10-04 11:15 ` [Buildroot] [PATCH 2/3] package/sudo: explicitly disable tzdir and tmpfiles as otherwise they are based on build host directories Nuno Gonçalves
2022-11-05 14:44   ` Yann E. MORIN
2022-11-08 19:30     ` Nuno Gonçalves via buildroot
2022-10-04 11:15 ` [Buildroot] [PATCH 3/3] package/libopenssl: don't build afalgeng Nuno Gonçalves
2022-11-05 15:07   ` Yann E. MORIN
2022-11-14 10:41   ` Peter Korsgaard
2022-11-05 14:10 ` Yann E. MORIN [this message]
2022-11-14 10:40 ` [Buildroot] [PATCH 1/3] package/linux: don't leak host timezone into linux version string Peter Korsgaard

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=20221105141019.GG3918838@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=nunog@fr24.com \
    /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.