The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lpc3250loader / lpc3250loader.mk
1 ################################################################################
2 #
3 # lpc3250loader
4 #
5 ################################################################################
6
7 HOST_LPC3250LOADER_VERSION = 1.0
8 HOST_LPC3250LOADER_SITE = $(call github,alexandrebelloni,lpc3250loader,$(HOST_LPC3250LOADER_VERSION))
9 LPC3250LOADER_LICENSE = GPLv2+
10 LPC3250LOADER_LICENSE_FILES = LPC3250loader.py
11
12 define HOST_LPC3250LOADER_INSTALL_CMDS
13         $(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
14                 $(HOST_DIR)/usr/bin/LPC3250loader.py
15 endef
16
17 $(eval $(host-generic-package))