3 depends on !BR2_STATIC_LIBS
5 The Device Tree Compiler, dtc, takes as input a device-tree in
6 a given format and outputs a device-tree in another format.
8 Note that only the library is installed.
9 If you want the programs, say 'y' here, and to "dtc programs", below.
11 https://git.kernel.org/cgit/utils/dtc/dtc.git
15 config BR2_PACKAGE_DTC_PROGRAMS
18 Say 'y' here if you also want the programs on the target:
19 - convert-dtsv0 convert from version 0 to version 1
20 - dtc the device tree compiler
21 - dtdiff compare two device trees (needs bash)
22 - fdtdump print a readable version of a flat device tree
23 - fdtget read values from device tree
24 - fdtput write a property value to a device tree
26 Note: dtdiff requires bash, so if bash is not selected, dtdiff will
27 be removed from the target file system. Enable bash if you
28 need dtdiff on the target.
30 comment "dtdiff will not be installed: it requires bash"
31 depends on BR2_PACKAGE_DTC_PROGRAMS
32 depends on !BR2_PACKAGE_BASH
36 comment "dtc needs a toolchain w/ dynamic library"
37 depends on BR2_STATIC_LIBS