summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/bootfiles.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-26 12:56:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-16 17:57:30 +0100
commita65fd2b9d58a9b7dc4c17a557eee555356334c2c (patch)
treeae71c3a0e54fbbf03d97e5ee9201092675d24ec0 /meta/lib/oe/bootfiles.py
parent26694f2009f5df3a740c128fa55f3ed08769ff1e (diff)
downloadpoky-a65fd2b9d58a9b7dc4c17a557eee555356334c2c.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/bootfiles.py')
-rw-r--r--meta/lib/oe/bootfiles.py2
1 files changed, 1 insertions, 1 deletions
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 @@
10# Returns a list of tuples with (original filepath relative to 10# Returns a list of tuples with (original filepath relative to
11# deploy_dir, desired filepath renaming) 11# deploy_dir, desired filepath renaming)
12# 12#
13# Heavily inspired of bootimg-partition.py 13# Heavily inspired of bootimg_partition.py
14# 14#
15def get_boot_files(deploy_dir, boot_files): 15def get_boot_files(deploy_dir, boot_files):
16 import re 16 import re