5debaf1beb
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. The project is maintained on NXPMicro Github repository: https://github.com/NXPmicro/mfgtools Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> [Thomas: - remove dependency on host-cmake, this is handled by the host-cmake-package infrastructure - add quotes around $(HOSTCXX) - add CPOL.htm to <pkg>_LICENSE_FILES. - tweaks to the readme.txt file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
config BR2_PACKAGE_HOST_MFGTOOLS
|
|
bool "host mfgtools"
|
|
depends on BR2_arm
|
|
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
|