From: Anibal Limon <anibal@limonsoftware.com>
To: openembedded-core@lists.openembedded.org
Cc: richard.purdie@linuxfoundation.org, ross.burton@arm.com,
Anibal Limon <anibal@limonsoftware.com>
Subject: [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported
Date: Sat, 23 Mar 2024 13:53:04 -0600 [thread overview]
Message-ID: <20240323195304.2909926-2-anibal@limonsoftware.com> (raw)
In-Reply-To: <20240323195304.2909926-1-anibal@limonsoftware.com>
Python not support importing modules with - so change to _.
Signed-off-by: Anibal Limon <anibal@limonsoftware.com>
---
.../source/{bootimg-biosplusefi.py => bootimg_biosplusefi.py} | 0
scripts/lib/wic/plugins/source/{bootimg-efi.py => bootimg_efi.py} | 0
.../plugins/source/{bootimg-partition.py => bootimg_partition.py} | 0
.../wic/plugins/source/{bootimg-pcbios.py => bootimg_pcbios.py} | 0
.../source/{isoimage-isohybrid.py => isoimage_isohybrid.py} | 0
5 files changed, 0 insertions(+), 0 deletions(-)
rename scripts/lib/wic/plugins/source/{bootimg-biosplusefi.py => bootimg_biosplusefi.py} (100%)
rename scripts/lib/wic/plugins/source/{bootimg-efi.py => bootimg_efi.py} (100%)
rename scripts/lib/wic/plugins/source/{bootimg-partition.py => bootimg_partition.py} (100%)
rename scripts/lib/wic/plugins/source/{bootimg-pcbios.py => bootimg_pcbios.py} (100%)
rename scripts/lib/wic/plugins/source/{isoimage-isohybrid.py => isoimage_isohybrid.py} (100%)
diff --git a/scripts/lib/wic/plugins/source/bootimg-biosplusefi.py b/scripts/lib/wic/plugins/source/bootimg_biosplusefi.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-biosplusefi.py
rename to scripts/lib/wic/plugins/source/bootimg_biosplusefi.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-efi.py b/scripts/lib/wic/plugins/source/bootimg_efi.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-efi.py
rename to scripts/lib/wic/plugins/source/bootimg_efi.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg_partition.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-partition.py
rename to scripts/lib/wic/plugins/source/bootimg_partition.py
diff --git a/scripts/lib/wic/plugins/source/bootimg-pcbios.py b/scripts/lib/wic/plugins/source/bootimg_pcbios.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/bootimg-pcbios.py
rename to scripts/lib/wic/plugins/source/bootimg_pcbios.py
diff --git a/scripts/lib/wic/plugins/source/isoimage-isohybrid.py b/scripts/lib/wic/plugins/source/isoimage_isohybrid.py
similarity index 100%
rename from scripts/lib/wic/plugins/source/isoimage-isohybrid.py
rename to scripts/lib/wic/plugins/source/isoimage_isohybrid.py
--
2.43.0
next prev parent reply other threads:[~2024-03-23 19:53 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-23 19:53 [PATCH 1/2] wic: bootimg-partition allow to set var to get boot files Anibal Limon
2024-03-23 19:53 ` Anibal Limon [this message]
2024-03-25 10:18 ` [OE-core] [PATCH 2/2] wic: plugins source bootimage/isoimage rename to allow be imported Alexandre Belloni
2024-03-25 14:39 ` Anibal Limon
2025-05-29 20:06 ` Ross Burton
2025-05-29 23:22 ` Anibal Limon
2025-05-30 6:45 ` Richard Purdie
2025-05-30 20:06 ` Anibal Limon
[not found] ` <17C008DA5E69D9E5.27941@lists.openembedded.org>
2025-05-04 20:34 ` Anibal Limon
[not found] ` <183C6D415DE5406F.22941@lists.openembedded.org>
2025-05-20 14:20 ` Anibal Limon
2025-05-26 12:01 ` Richard Purdie
2025-05-26 16:30 ` Anibal Limon
2025-05-27 8:04 ` Richard Purdie
2025-05-27 15:58 ` Anibal Limon
[not found] ` <18436D8E0CEF2CEC.13855@lists.openembedded.org>
2025-05-28 1:04 ` Anibal Limon
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=20240323195304.2909926-2-anibal@limonsoftware.com \
--to=anibal@limonsoftware.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
--cc=ross.burton@arm.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