Commit d444e1d4 authored by Alexandre Belloni's avatar Alexandre Belloni Committed by Peter Korsgaard
Browse files

Add lpc3250loader to the host tools



[Peter: use install -D for installation]
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@piout.net>
Acked-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent cfb5fd9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
menu "Host utilities"

source "package/lpc3250loader/Config.in.host"
source "package/openocd/Config.in.host"
source "package/sam-ba/Config.in.host"
source "package/uboot-tools/Config.in.host"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_HOST_LPC3250LOADER
	bool "host lpc3250loader"
	help
	  lpc3250loader is a tool to load/burn programs (in particular kickstart
	  and S1L) on an LPC3250 platform.

	  https://gitorious.org/lpc3250loader
+9 −0
Original line number Diff line number Diff line
HOST_LPC3250LOADER_SITE = git://gitorious.org/lpc3250loader/lpc3250loader.git
HOST_LPC3250LOADER_VERSION = 1.0

define HOST_LPC3250LOADER_INSTALL_CMDS
	$(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
		$(HOST_DIR)/usr/bin/LPC3250loader.py
endef

$(eval $(call GENTARGETS,host))