mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
14
package/mfgtools/Config.in.host
Normal file
14
package/mfgtools/Config.in.host
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user