| config BR2_PACKAGE_UUU |
| bool "uuu" |
| depends on BR2_INSTALL_LIBSTDCPP |
| depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++14 |
| depends on BR2_TOOLCHAIN_HAS_ATOMIC |
| depends on BR2_TOOLCHAIN_HAS_THREADS |
| depends on BR2_USE_WCHAR # libuuu uses wchar_t |
| select BR2_PACKAGE_BZIP2 |
| select BR2_PACKAGE_LIBUSB |
| select BR2_PACKAGE_OPENSSL |
| select BR2_PACKAGE_TINYXML2 |
| select BR2_PACKAGE_ZLIB |
| select BR2_PACKAGE_ZSTD |
| help |
| UUU (Universal Update Utility) is Freescale/NXP I.MX Chip |
| image deploy tool. UUU is an evolution of MFGTools |
| (aka MFGTools v3). |
| |
| https://github.com/nxp-imx/mfgtools |
| |
| comment "uuu needs a toolchain w/ C++14, threads, atomic, wchar" |
| depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_ATOMIC \ |
| || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR |