mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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. (From OE-Core rev: 233b631ece5ee14d057932c146327065064b5196) 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>
This commit is contained in:
committed by
Richard Purdie
parent
f923f0fde8
commit
0b156dac83
@@ -737,6 +737,12 @@ DESCRIPTION
|
||||
to start a partition on an x KBytes
|
||||
boundary.
|
||||
|
||||
--no-table: This option is specific to wic. Space will be
|
||||
reserved for the partition and it will be
|
||||
populated but it will not be added to the
|
||||
partition table. It may be useful for
|
||||
bootloaders.
|
||||
|
||||
* bootloader
|
||||
|
||||
This command allows the user to specify various bootloader
|
||||
|
||||
Reference in New Issue
Block a user