Move all to deprecated folder.
This commit is contained in:
@@ -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/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf genimage-8.tar.xz
|
||||
13
deprecated/firmware/buildroot/package/genimage/genimage.mk
Normal file
13
deprecated/firmware/buildroot/package/genimage/genimage.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# genimage
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GENIMAGE_VERSION = 8
|
||||
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
|
||||
GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
|
||||
GENIMAGE_DEPENDENCIES = host-pkgconf libconfuse
|
||||
GENIMAGE_LICENSE = GPLv2
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user