1 config BR2_PACKAGE_CBOOTIMAGE
3 depends on BR2_arm || BR2_armeb
4 # uses non-standard u_intXX_t types
5 # https://github.com/NVIDIA/cbootimage/pull/7
6 depends on !BR2_TOOLCHAIN_USES_MUSL
8 This project provides a tool which compiles BCT (Boot
9 Configuration Table) images to place into the boot flash of
12 https://github.com/NVIDIA/cbootimage
14 comment "cbootimage needs a glibc or uClibc toolchain"
15 depends on BR2_arm || BR2_armeb
16 depends on BR2_TOOLCHAIN_USES_MUSL