summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/source/bootimg_partition.py
Commit message (Collapse)AuthorAgeFilesLines
* wic: Update after plugin name changesRichard Purdie26 hours1-2/+2
| | | | | | | | 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>
* wic: plugins source bootimage/isoimage rename to allow be importedAnibal Limon26 hours1-0/+162
Python not support importing modules with - so change to _. (From OE-Core rev: 2de444fc3ef450f45f8f93403544e8f7461657b0) Signed-off-by: Anibal Limon <anibal@limonsoftware.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>