public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Zhihang Wei <wzh@ilbers.de>
To: srinuvasan.a@siemens.com, isar-users@googlegroups.com
Subject: Re: [PATCH] kas: update to kas-container 4.8.2
Date: Thu, 23 Oct 2025 17:30:51 +0200	[thread overview]
Message-ID: <74c96dd1-2e21-4be3-be92-0dd8e5d78475@ilbers.de> (raw)
In-Reply-To: <20251008073523.4127257-1-srinuvasan.a@siemens.com>

Applied to next, thanks.

Best regards,
Zhihang

On 10/8/25 09:35, srinuvasan.a via isar-users wrote:
> From: Srinuvasan A<srinuvasan.a@siemens.com>
>
> Signed-off-by: Srinuvasan A<srinuvasan.a@siemens.com>
> ---
>   kas/kas-container | 12 +++++-------
>   1 file changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/kas/kas-container b/kas/kas-container
> index 0e99898b..476724c7 100755
> --- a/kas/kas-container
> +++ b/kas/kas-container
> @@ -27,7 +27,7 @@
>   
>   set -e
>   
> -KAS_CONTAINER_SCRIPT_VERSION="4.8.1"
> +KAS_CONTAINER_SCRIPT_VERSION="4.8.2"
>   KAS_IMAGE_VERSION_DEFAULT="${KAS_CONTAINER_SCRIPT_VERSION}"
>   KAS_CONTAINER_IMAGE_PATH_DEFAULT="ghcr.io/siemens/kas"
>   KAS_CONTAINER_IMAGE_NAME_DEFAULT="kas"
> @@ -454,6 +454,7 @@ done
>   [ -n "${KAS_CMD}" ] || usage
>   
>   KAS_EXTRA_BITBAKE_ARGS=0
> +KAS_FILES=
>   
>   # parse kas sub-command options
>   while [ $# -gt 0 ] && [ $KAS_EXTRA_BITBAKE_ARGS -eq 0 ]; do
> @@ -686,12 +687,9 @@ if [ -n "${SSTATE_MIRRORS}" ]; then
>   	set -- "$@" -e "SSTATE_MIRRORS=${SSTATE_MIRRORS}"
>   fi
>   
> -# propagate timezone information
> -if [ -f "/etc/localtime" ]; then
> -	set -- "$@" -v "$(realpath -e "/etc/localtime")":/etc/localtime:ro
> -fi
> -if [ -f "/etc/timezone" ]; then
> -	set -- "$@" -v "$(realpath -e "/etc/timezone")":/etc/timezone:ro
> +# propagate timezone information to entrypoint (requires systemd 239)
> +if command -v timedatectl >/dev/null; then
> +	set -- "$@" -e "KAS_HOST_TZ=$(timedatectl show -p Timezone --value 2>/dev/null)"
>   fi
>   
>   for var in TERM KAS_DISTRO KAS_MACHINE KAS_TARGET KAS_TASK KAS_CLONE_DEPTH \

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/74c96dd1-2e21-4be3-be92-0dd8e5d78475%40ilbers.de.

      reply	other threads:[~2025-10-23 15:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-08  7:35 srinuvasan.a via isar-users
2025-10-23 15:30 ` Zhihang Wei [this message]

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=74c96dd1-2e21-4be3-be92-0dd8e5d78475@ilbers.de \
    --to=wzh@ilbers.de \
    --cc=isar-users@googlegroups.com \
    --cc=srinuvasan.a@siemens.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox