update buildroot to 2017.02.11
This commit is contained in:
13
bsp/buildroot-2017.02.11/package/genimage/Config.in.host
Normal file
13
bsp/buildroot-2017.02.11/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 in 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/
|
||||
2
bsp/buildroot-2017.02.11/package/genimage/genimage.hash
Normal file
2
bsp/buildroot-2017.02.11/package/genimage/genimage.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 69f35af7edf6f4dbdac7a18ddc69dcf38c501e43d8b50c524555754c51479078 genimage-9.tar.xz
|
||||
14
bsp/buildroot-2017.02.11/package/genimage/genimage.mk
Normal file
14
bsp/buildroot-2017.02.11/package/genimage/genimage.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# genimage
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GENIMAGE_VERSION = 9
|
||||
GENIMAGE_SOURCE = genimage-$(GENIMAGE_VERSION).tar.xz
|
||||
GENIMAGE_SITE = http://www.pengutronix.de/software/genimage/download
|
||||
HOST_GENIMAGE_DEPENDENCIES = host-pkgconf host-libconfuse
|
||||
GENIMAGE_LICENSE = GPLv2
|
||||
GENIMAGE_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user