Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf genimage-8.tar.xz

View 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))