public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "MOESSBAUER, Felix" <felix.moessbauer@siemens.com>
To: "isar-users@googlegroups.com" <isar-users@googlegroups.com>,
	"Kiszka, Jan" <jan.kiszka@siemens.com>
Subject: Re: [PATCH] wic: rootfs-u-boot: Fix package name in error message
Date: Mon, 5 Feb 2024 07:37:37 +0000	[thread overview]
Message-ID: <4938c665850e49de5d87f883abb391ec864024c2.camel@siemens.com> (raw)
In-Reply-To: <925b9cf7-ffbd-4737-854c-f0870e169340@siemens.com>

On Mon, 2024-02-05 at 07:45 +0100, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Good catch and a trivial fix!

Acked-by: Felix Moessbauer <felix.moessbauer@siemens.com>

> ---
>  meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> b/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> index b7011775..7dde49d4 100644
> --- a/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> +++ b/meta/scripts/lib/wic/plugins/source/rootfs-u-boot.py
> @@ -71,7 +71,7 @@ class RootfsUBootPlugin(RootfsPlugin):
>          u_boot_script = os.path.join(real_rootfs_dir,
>                                       "etc/default/u-boot-script")
>          if not os.path.exists(u_boot_script):
> -            raise WicError("u-boot-scripts package not installed")
> +            raise WicError("u-boot-script package not installed")
>  
>          # Write new /etc/default/u-boot-script
>          with open(u_boot_script, 'w') as cfg:
> -- 
> 2.35.3
> 

-- 
Siemens AG, Technology
Linux Expert Center



  reply	other threads:[~2024-02-05  7:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-05  6:45 Jan Kiszka
2024-02-05  7:37 ` MOESSBAUER, Felix [this message]
2024-02-12  8:15 ` Uladzimir Bely

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=4938c665850e49de5d87f883abb391ec864024c2.camel@siemens.com \
    --to=felix.moessbauer@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=jan.kiszka@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