imx-uuc: install ufb
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 18 Nov 2018 19:35:12 +0000 (20:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 18 Nov 2018 20:56:55 +0000 (21:56 +0100)
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>
package/freescale-imx/imx-uuc/imx-uuc.mk

index bdfa51b1718bb9746bcf8a1d6fee456f4dcc9ba2..52d2b7c7a3abf750525522619bddfae532a945af 100644 (file)
@@ -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