package/18xx-ti-utils: build/install wlconf as a host utility

wlconf is build and installed as a host utility to be able to tweak
the wl18xx firmware configuration at build time.

Signed-off-by: Miken Valabdas <mvalabdas@distech-controls.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Miken Valabdas 2020-09-16 17:01:46 -04:00 committed by Thomas Petazzoni
parent 4f6ef93b72
commit dd5a0afca9

View File

@ -21,10 +21,14 @@ define 18XX_TI_UTILS_BUILD_CMDS
NFSROOT="$(STAGING_DIR)" NLVER=3 $(MAKE) -C $(@D) \
CFLAGS="$(TARGET_CFLAGS) $(18XX_TI_UTILS_CFLAGS)" \
$(18XX_TI_UTILS_BUILD_TARGET)
$(HOST_MAKE_ENV) $(MAKE) -C $(@D)/wlconf \
$(HOST_CONFIGURE_OPTS)
endef
define 18XX_TI_UTILS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/calibrator $(TARGET_DIR)/usr/bin/calibrator
$(INSTALL) -m 0755 $(@D)/wlconf/wlconf $(HOST_DIR)/bin/wlconf
endef
$(eval $(generic-package))