update buildroot to 2017.02.11
This commit is contained in:
21
bsp/buildroot-2017.02.11/package/mkpimage/mkpimage.mk
Normal file
21
bsp/buildroot-2017.02.11/package/mkpimage/mkpimage.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# mkpimage
|
||||
#
|
||||
################################################################################
|
||||
|
||||
HOST_MKPIMAGE_LICENSE = GPLv2
|
||||
|
||||
# source included in the package
|
||||
# came from barebox's repository:
|
||||
# https://git.pengutronix.de/cgit/barebox/tree/scripts/socfpga_mkimage.c?id=55d29525146dcd280987dfd565bfd34f08858fb3
|
||||
define HOST_MKPIMAGE_BUILD_CMDS
|
||||
$(HOSTCC) $(HOST_CFLAGS) $(HOST_LDFLAGS) \
|
||||
package/mkpimage/mkpimage.c -o $(@D)/mkpimage
|
||||
endef
|
||||
|
||||
define HOST_MKPIMAGE_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/mkpimage $(HOST_DIR)/usr/bin/mkpimage
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user