mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/mxsldr/Config.in.host
Normal file
9
package/mxsldr/Config.in.host
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_HOST_MXSLDR
|
||||
bool "host mxsldr"
|
||||
depends on BR2_arm || BR2_armeb
|
||||
help
|
||||
This package contains tools to download and execute code on
|
||||
Freescale i.MX23 and i.MX28 SoC's through the Serial
|
||||
Download Protocol.
|
||||
|
||||
git://git.denx.de/mxsldr.git
|
||||
21
package/mxsldr/mxsldr.mk
Normal file
21
package/mxsldr/mxsldr.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# mxsldr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MXSLDR_VERSION = 2793a657ab7a22487d21c1b020957806f8ae8383
|
||||
MXSLDR_SITE = git://git.denx.de/mxsldr.git
|
||||
MXSLDR_LICENSE = GPL-2.0+
|
||||
MXSLDR_LICENSE_FILES = COPYING
|
||||
HOST_MXSLDR_DEPENDENCIES = host-libusb host-pkgconf
|
||||
|
||||
define HOST_MXSLDR_BUILD_CMDS
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define HOST_MXSLDR_INSTALL_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/mxsldr $(HOST_DIR)/bin/mxsldr
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user