]> code.ossystems Code Review - openembedded-core.git/commit
wic: allow creation of partitions not in table
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 8 Feb 2015 22:52:00 +0000 (23:52 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 18 Mar 2015 04:10:01 +0000 (01:10 -0300)
commitd8b69c6d27b516bd9a951efabbed35b1d562a3e6
treead7d632c2c6ab1e679d2da6b3a987ea20d755c35
parent00746b1d68db9b34ba573210e154f7b6787a537c
wic: allow creation of partitions not in table

For some architectures it is necessary to reserve space on disk without
it being present in the partition table.

For example, u-boot on i.mx is placed at an offset of 1kB on the sdcard.
While it would be possible to create a partition at that offset and
place u-boot there, it would then be necessary to update the default
u-boot environment to use partition 2 on the mmc instead of partition 1.

Change-Id: Ie9fd0690bc8a229c396453d926f55c7bac9e0b4a
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
scripts/lib/image/help.py
scripts/lib/wic/imager/direct.py
scripts/lib/wic/kickstart/custom_commands/partition.py
scripts/lib/wic/utils/partitionedfs.py