]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
wic: add 'none' fstype for custom image jansa/dunfell
authorJeongBong Seo <lifeofthanks@gmail.com>
Wed, 10 Aug 2022 08:56:15 +0000 (08:56 +0000)
committerMartin Jansa <martin.jansa@gmail.com>
Tue, 16 Apr 2024 06:56:53 +0000 (08:56 +0200)
commit6f08f2bafc00afec789661e6df95faf228645ddb
tree11634f1b9657d6f7a01c77bfd2fc46eb5fe36224
parent117218e14b010f1adf9be2fd60226dde98e677f0
wic: add 'none' fstype for custom image

It's not possible to set the label (of gpt entry) normally
when I want to use non-listed fstype as a rawcopy.

Example)
part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams file=mypart.raw

To resolve this problem, this patch addes a 'none' fstype
and ignore do_image_label on rawcopy (that actually set the partition label.)

Signed-off-by: JeongBong Seo <jb.seo@lge.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/lib/wic/ksparser.py
scripts/lib/wic/plugins/source/rawcopy.py