Move buildroot to bsp directory.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
9
bsp/buildroot/package/genext2fs/Config.in
Normal file
9
bsp/buildroot/package/genext2fs/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_GENEXT2FS
|
||||
bool "genext2fs"
|
||||
help
|
||||
genext2fs generates an ext2 filesystem as a normal (non-root)
|
||||
user. It does not require you to mount the image file to
|
||||
copy files on it, nor does it require that you become the
|
||||
superuser to make device nodes.
|
||||
|
||||
http://genext2fs.sourceforge.net/
|
||||
9
bsp/buildroot/package/genext2fs/Config.in.host
Normal file
9
bsp/buildroot/package/genext2fs/Config.in.host
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_HOST_GENEXT2FS
|
||||
bool "host genext2fs"
|
||||
help
|
||||
genext2fs generates an ext2 filesystem as a normal (non-root)
|
||||
user. It does not require you to mount the image file to
|
||||
copy files on it, nor does it require that you become the
|
||||
superuser to make device nodes.
|
||||
|
||||
http://genext2fs.sourceforge.net/
|
||||
2
bsp/buildroot/package/genext2fs/genext2fs.hash
Normal file
2
bsp/buildroot/package/genext2fs/genext2fs.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc genext2fs-1.4.1.tar.gz
|
||||
13
bsp/buildroot/package/genext2fs/genext2fs.mk
Normal file
13
bsp/buildroot/package/genext2fs/genext2fs.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# genext2fs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GENEXT2FS_VERSION = 1.4.1
|
||||
GENEXT2FS_SITE = http://downloads.sourceforge.net/project/genext2fs/genext2fs/$(GENEXT2FS_VERSION)
|
||||
GENEXT2FS_LICENSE = GPLv2
|
||||
GENEXT2FS_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user