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:
7
package/utp_com/Config.in.host
Normal file
7
package/utp_com/Config.in.host
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_HOST_UTP_COM
|
||||
bool "host utp_com"
|
||||
help
|
||||
This package is used to send commands to hardware
|
||||
via Freescale's UTP protocol (similar to MFGTools)
|
||||
|
||||
https://github.com/ixonos/utp_com
|
||||
3
package/utp_com/utp_com.hash
Normal file
3
package/utp_com/utp_com.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 8b5ba0058a78de69faf6822bb10b457fff2f9e55dc112ccb81c35214b061c6e6 utp_com-dee512ced1e9367d223d22f10797fbf9aeacfab6.tar.gz
|
||||
sha256 a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753 LICENSE
|
||||
21
package/utp_com/utp_com.mk
Normal file
21
package/utp_com/utp_com.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# utp_com
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UTP_COM_VERSION = dee512ced1e9367d223d22f10797fbf9aeacfab6
|
||||
UTP_COM_SITE = $(call github,freescale,utp_com,$(UTP_COM_VERSION))
|
||||
UTP_COM_LICENSE = GPL-2.0+
|
||||
UTP_COM_LICENSE_FILES = LICENSE
|
||||
HOST_UTP_COM_DEPENDENCIES = host-sg3_utils
|
||||
|
||||
define HOST_UTP_COM_BUILD_CMDS
|
||||
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
define HOST_UTP_COM_INSTALL_CMDS
|
||||
$(INSTALL) -D -m 755 $(@D)/utp_com $(HOST_DIR)/bin/utp_com
|
||||
endef
|
||||
|
||||
$(eval $(host-generic-package))
|
||||
Reference in New Issue
Block a user