From a65fd2b9d58a9b7dc4c17a557eee555356334c2c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 26 May 2025 12:56:59 +0100 Subject: wic: Update after plugin name changes Update the plugin names to account for the "-" to "_" plugin name change. (From OE-Core rev: afa1b5c9f6ed17c021e37a54d0d6abee50a60bf9) Signed-off-by: Richard Purdie --- meta/lib/oe/bootfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib/oe/bootfiles.py') diff --git a/meta/lib/oe/bootfiles.py b/meta/lib/oe/bootfiles.py index 155fe742db..7ee148c4e2 100644 --- a/meta/lib/oe/bootfiles.py +++ b/meta/lib/oe/bootfiles.py @@ -10,7 +10,7 @@ # Returns a list of tuples with (original filepath relative to # deploy_dir, desired filepath renaming) # -# Heavily inspired of bootimg-partition.py +# Heavily inspired of bootimg_partition.py # def get_boot_files(deploy_dir, boot_files): import re -- cgit v1.2.3-54-g00ecf