kumquat-buildroot/package/uuu/Config.in.host
Dario Binacchi 776385d645 package/uuu: new package
UUU (Universal Update Utility) is a Freescale/NXP I.MX Chip image deploy
tools. It is an evolution of MFGTools (aka MFGTools v3). For this and
for backward compatibility we have created a new package instead of
updating the mfgtools package.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
[Arnout: fix check-package warnings]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-06-19 19:22:11 +02:00

19 lines
558 B
Plaintext

config BR2_PACKAGE_HOST_UUU
bool "host uuu"
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
help
UUU (Universal Update Utility) is Freescale/NXP I.MX Chip
image deploy tool. UUU is an evolution of MFGTools
(aka MFGTools v3).
To be able to run uuu without root privileges, execute the
following steps:
sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
sudo udevadm control --reload
https://github.com/NXPmicro/mfgtools
comment "host uuu needs a toolchain w/ host gcc >= 4.9"
depends on !BR2_HOST_GCC_AT_LEAST_4_9