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 --- scripts/lib/wic/plugins/source/bootimg_partition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/lib/wic/plugins/source/bootimg_partition.py') diff --git a/scripts/lib/wic/plugins/source/bootimg_partition.py b/scripts/lib/wic/plugins/source/bootimg_partition.py index 589853a439..cc121a78f0 100644 --- a/scripts/lib/wic/plugins/source/bootimg_partition.py +++ b/scripts/lib/wic/plugins/source/bootimg_partition.py @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0-only # # DESCRIPTION -# This implements the 'bootimg-partition' source plugin class for +# This implements the 'bootimg_partition' source plugin class for # 'wic'. The plugin creates an image of boot partition, copying over # files listed in IMAGE_BOOT_FILES bitbake variable. # @@ -31,7 +31,7 @@ class BootimgPartitionPlugin(SourcePlugin): listed in IMAGE_BOOT_FILES bitbake variable. """ - name = 'bootimg-partition' + name = 'bootimg_partition' image_boot_files_var_name = 'IMAGE_BOOT_FILES' @classmethod -- cgit v1.2.3-54-g00ecf