mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
comment "mfgtools needs host gcc >= 4.8"
|
|
depends on !BR2_HOST_GCC_AT_LEAST_4_8
|
|
|
|
config BR2_PACKAGE_HOST_MFGTOOLS
|
|
bool "host mfgtools"
|
|
depends on BR2_arm
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # needs C++11
|
|
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/codeauroraforum/mfgtools
|