summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-11-18 20:35:12 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-11-18 21:56:55 +0100
commit1e5fceeb062e12f8fa0222dc0dc2129a97f96044 (patch)
tree2062022bf593e7cef256de8dc721ddb7554eb6fc
parente91ed50c398a60d1d15da9fe7678203ca4b8f0d2 (diff)
downloadbuildroot-1e5fceeb062e12f8fa0222dc0dc2129a97f96044.tar.gz
buildroot-1e5fceeb062e12f8fa0222dc0dc2129a97f96044.zip
imx-uuc: install ufb
The bump to 79e9798eee9cd972d92ed2b18f170de856d153c9 added the new ufb daemon through the following commit: https://github.com/NXPmicro/imx-uuc/commit/ce808f3010ec73ccc07775c6cfd5317807a22415 So install ufb on target Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/freescale-imx/imx-uuc/imx-uuc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/freescale-imx/imx-uuc/imx-uuc.mk b/package/freescale-imx/imx-uuc/imx-uuc.mk
index bdfa51b171..52d2b7c7a3 100644
--- a/package/freescale-imx/imx-uuc/imx-uuc.mk
+++ b/package/freescale-imx/imx-uuc/imx-uuc.mk
@@ -20,6 +20,7 @@ endef
define IMX_UUC_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 755 $(@D)/uuc $(TARGET_DIR)/usr/bin/uuc
$(INSTALL) -D -m 755 $(@D)/sdimage $(TARGET_DIR)/usr/bin/sdimage
+ $(INSTALL) -D -m 755 $(@D)/ufb $(TARGET_DIR)/usr/bin/ufb
dd if=/dev/zero of=$(TARGET_DIR)/fat bs=1M count=1
$(HOST_DIR)/sbin/mkfs.vfat $(TARGET_DIR)/fat
endef
OpenPOWER on IntegriCloud