diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2016-10-26 18:08:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-26 21:26:20 +0200 |
commit | 5debaf1bebcd96e40e7b1fc7e0b9ee02194e7960 (patch) | |
tree | 7026d2b34107ad61d22f42de1e04fe935e0cd978 /package/mfgtools/Config.in.host | |
parent | bde0250f069d80a6f823766566d9b146d7559dce (diff) | |
download | buildroot-5debaf1bebcd96e40e7b1fc7e0b9ee02194e7960.tar.gz buildroot-5debaf1bebcd96e40e7b1fc7e0b9ee02194e7960.zip |
mfgtools: new package
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>
Diffstat (limited to 'package/mfgtools/Config.in.host')
-rw-r--r-- | package/mfgtools/Config.in.host | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mfgtools/Config.in.host b/package/mfgtools/Config.in.host new file mode 100644 index 0000000000..8bba9e2444 --- /dev/null +++ b/package/mfgtools/Config.in.host @@ -0,0 +1,10 @@ +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 |