public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: Jan Kiszka <jan.kiszka@siemens.com>,
	isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] wic: rootfs-u-boot: Fix package name in error message
Date: Mon, 12 Feb 2024 11:15:41 +0300	[thread overview]
Message-ID: <d38a8f62b45d0069aab3d45bd5865bb4e56d2be4.camel@ilbers.de> (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>
> ---
>  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
> 

Applied to next, thanks.

      parent reply	other threads:[~2024-02-12  8:16 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
2024-02-12  8:15 ` Uladzimir Bely [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=d38a8f62b45d0069aab3d45bd5865bb4e56d2be4.camel@ilbers.de \
    --to=ubely@ilbers.de \
    --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