public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] wic: rootfs-u-boot: Fix package name in error message
@ 2024-02-05  6:45 Jan Kiszka
  2024-02-05  7:37 ` MOESSBAUER, Felix
  2024-02-12  8:15 ` Uladzimir Bely
  0 siblings, 2 replies; 3+ messages in thread
From: Jan Kiszka @ 2024-02-05  6:45 UTC (permalink / raw)
  To: isar-users

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-12  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05  6:45 [PATCH] wic: rootfs-u-boot: Fix package name in error message Jan Kiszka
2024-02-05  7:37 ` MOESSBAUER, Felix
2024-02-12  8:15 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox