Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 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))