poky/scripts/lib/wic
Alexander Kanavin 2697d3984f wic: keep rootfs_size as integer
The corrected line accidentally converted it to float,
which causes problems later on with python 3.10:

|   File "/home/alex/development/poky/scripts/lib/wic/partition.py", line 278, in prepare_rootfs_ext
|     os.ftruncate(sparse.fileno(), rootfs_size * 1024)
| TypeError: 'float' object cannot be interpreted as an integer

(From OE-Core rev: d1d260dd2d196d10379ed9e238bcb34f39f3a3b7)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-09-19 11:33:14 +01:00
..
canned-wks wic: don't forcibly pass -T default 2021-08-12 06:26:15 +01:00
plugins wic: Add extra-space argument 2021-09-06 09:49:50 +01:00
__init__.py wic: python2 -> python3 2019-06-30 22:40:52 +01:00
engine.py wic: use Filesystem UUID when expand swap partition 2020-04-26 14:00:50 +01:00
filemap.py wic/filemap: Fall back to standard copy when no way to get the block map 2020-07-18 11:06:31 +01:00
help.py wic: Add --no-fstab-update part option 2021-08-20 08:53:03 +01:00
ksparser.py wic: Add --no-fstab-update part option 2021-08-20 08:53:03 +01:00
misc.py wic: Warn if an ext filesystem affected by the Y2038 problem is used 2021-02-26 15:21:21 +00:00
partition.py wic: keep rootfs_size as integer 2021-09-19 11:33:14 +01:00
pluginbase.py wic: align layer plugin path 2020-04-02 15:24:59 +01:00