mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/genimage: new host-only package
[Peter: wrap help text] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
3007e58949
commit
1520628df1
13
package/genimage/Config.in.host
Normal file
13
package/genimage/Config.in.host
Normal file
@@ -0,0 +1,13 @@
|
||||
config BR2_PACKAGE_HOST_GENIMAGE
|
||||
bool "host genimage"
|
||||
help
|
||||
genimage is a tool to generate multiple filesystem and flash
|
||||
images from a given root filesystem tree. genimage is
|
||||
intended to be run in a fakeroot environment.
|
||||
|
||||
Configuration is done is a config file parsed by
|
||||
libconfuse. Options like the path to tools can be given in
|
||||
environment variables, the config file or commandline
|
||||
switches.
|
||||
|
||||
http://www.pengutronix.de/software/genimage/
|
||||
13
package/genimage/genimage.mk
Normal file
13
package/genimage/genimage.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
#############################################################
|
||||
#
|
||||
# genimage
|
||||
#
|
||||
##############################################################
|
||||
|
||||
GENIMAGE_VERSION = 4
|
||||
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
|
||||
GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download/
|
||||
GENIMAGE_DEPENDENCIES = libconfuse
|
||||
GENIMAGE_LICENSE = GPLv2
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user