Commit 9ca8f613 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Thomas Petazzoni
Browse files

package/genpart: make it a target package, too



genpart comes handy when there is a need to programatically generate
partition tables, without the need for a full partitioning program like
fdisk et al.

Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 3e506a98
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -150,6 +150,7 @@ menu "Filesystem and flash utilities"
	source "package/f2fs-tools/Config.in"
	source "package/flashbench/Config.in"
	source "package/genext2fs/Config.in"
	source "package/genpart/Config.in"
	source "package/genromfs/Config.in"
	source "package/kobs-ng/Config.in"
	source "package/makedevs/Config.in"
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_GENPART
	bool "genpart"
	help
	  Generate a 16 byte partition table entry defined by command line
	  arguments and dump it to stdout. No CHS magic is done, only lba
	  entries are filled out.

	  http://www.pengutronix.de/software/genpart/index_en.html
+1 −0
Original line number Diff line number Diff line
@@ -15,4 +15,5 @@ GENPART_SITE = http://www.pengutronix.de/software/genpart/download
# So, until the authors have clarified the licensing terms:
GENPART_LICENSE       = Unknown (clarification has been asked to the authors)

$(eval $(autotools-package))
$(eval $(host-autotools-package))