kumquat-buildroot/package/mfgtools/Config.in.host
Julien Olivain a03e57ccbf package/mfgtools: update URLs to NXPmicro github organization
mfgtools was removed from the github codeauroraforum organization.
It is now redirecting to NXPmicro. This patch updates the link to
directly point to the correct place.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-31 17:22:54 +01:00

16 lines
501 B
Plaintext

config BR2_PACKAGE_HOST_MFGTOOLS
bool "host mfgtools"
depends on BR2_arm
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
help
This package contains the Freescale manufacturing tool.
It is designed to program firmware to i.MX boards during
production. The communication is done over USB using the
Freescale UTP protocol.
https://github.com/NXPmicro/mfgtools
comment "host mfgtools needs a toolchain w/ host gcc >= 4.9"
depends on BR2_arm
depends on !BR2_HOST_GCC_AT_LEAST_4_9