]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
gptfdisk: Add host package
authorTrent Piepho <tpiepho@kymetacorp.com>
Tue, 8 Dec 2015 23:20:23 +0000 (15:20 -0800)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2015 21:33:33 +0000 (22:33 +0100)
commit3d5f55867a0c310bd8f268bdba19d986f5e3fc34
treee1809ac45dc1d27bc013519043b49dd8e68673bd
parentea614ccdc7dcb866f8b2e1993af54670da02c236
gptfdisk: Add host package

This tool which is useful for scripts that create flash images with
multiple partitions.  The host-parted package can do this too, but is
missing a number of features that the gptfdisk program has for dealing
with GPT.

The interactive gdisk and curses based sgdisk aren't built.  Just the
scriptable tool sgdisk.  The target package allows configuring which
tools are built, but this seem unnecessarily complex for the host
tool.

[Thomas: minor reformatting tweaks.]

Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in.host
package/gptfdisk/Config.in.host [new file with mode: 0644]
package/gptfdisk/gptfdisk.mk