diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-10-03 20:44:13 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-10-04 20:17:35 +0200 |
commit | 76f2230d2c3b99a4ade2590e7dfc0feee312a5f3 (patch) | |
tree | 943d2f298d12ae3d1061c1afe64cf38a6821626b /package/gcc | |
parent | 5774f07d43c8694b9640e67db771676af07c430b (diff) | |
download | buildroot-76f2230d2c3b99a4ade2590e7dfc0feee312a5f3.tar.gz buildroot-76f2230d2c3b99a4ade2590e7dfc0feee312a5f3.zip |
u-boot: add an option to indicate that DTC is needed
Some U-Boot configurations require the Device Tree compiler to be
available, so we need to depend on host-dtc (example configuration:
zynq_zed).
However, we don't want to build it unconditionally, since the vast
majority of U-Boot configurations don't need it (and host-dtc itself
has a bunch of dependencies).
So, we simply add a Config.in option that allows users to indicate
whether their U-Boot needs DTC or not, and depend on host-dtc if this
option is enabled.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions