diff options
author | Andreas Naumann <anaumann@ultratronik.de> | 2018-11-13 16:50:16 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-23 22:18:57 +0100 |
commit | 860906ee05fad3fe503786ec7c656ea0f25851fc (patch) | |
tree | 15a15d2b5ce967d65626a57aebc8a6305777d3d7 /package/gcc | |
parent | 1dcea42403cd1c574c4cbabece6fd9eb2fd933e5 (diff) | |
download | buildroot-860906ee05fad3fe503786ec7c656ea0f25851fc.tar.gz buildroot-860906ee05fad3fe503786ec7c656ea0f25851fc.zip |
linux: Make dtc install step more reliable
Checking for the existence of the dtc binary built by the
non-dependent dtc package may cause instable behaviour when giving more
freedom on the order of how the packages are built (parallelization).
In addidion, when moving to per-package host/target method, the check
would always trigger in the isolated host, leading to linux-dtc always
being installed as dtc.
This in turn may lead to undesired overwriting of the real host-dtc binary
when finally assembling the global host dir.
Thus rework the linux-dtc install condition to be defined by configuration
rather than compile time order.
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc')
0 files changed, 0 insertions, 0 deletions