diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2023-08-18 13:44:13 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:16 -1000 |
commit | d95804e5843525cde59846c8714b853e21534a65 (patch) | |
tree | 45d7ce32b17b60582e53f7d86dff97df0a39ce19 /scripts/pybootchartgui/pybootchartgui.py | |
parent | d749d2f33e4c43dd776d3d3c19b922c109250716 (diff) | |
download | poky-d95804e5843525cde59846c8714b853e21534a65.tar.gz |
wic: fix wrong attempt to create file system in upartitioned regions
The kickstart parser defaults fstype to "vfat". This leads to an attempt
to create an empty file system even for regions configured with "--no-table"
if used without fstype when no --sourceparams given.
The fix tests for fstype "none" or no_table in Partition prepare method.
This will omit the file system creation an the potential error for small
region with --no-table option.
(From OE-Core rev: af9f392a5e259b681077f25fa263965714a73a05)
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit db771a4cd36bf291a8b68edfd905e03243f2c8b3)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/pybootchartgui/pybootchartgui.py')
0 files changed, 0 insertions, 0 deletions