]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Feb 2015 08:40:34 +0000 (08:40 +0000)
commit233b631ece5ee14d057932c146327065064b5196
tree2fcfeaa389fc1171413846c161fbd4475f9024f0
parenteea9ada645ea5f17cf2e0f2a89a790c26ad27e9d
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.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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