Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
14
bsp/buildroot/package/mfgtools/Config.in.host
Normal file
14
bsp/buildroot/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/NXPmicro/mfgtools
|
||||
Reference in New Issue
Block a user