phase2: sanitize SDK host command symlinks
authorJo-Philipp Wich <jo@mein.io>
Thu, 18 Jul 2019 13:30:31 +0000 (15:30 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 18 Jul 2019 13:30:31 +0000 (15:30 +0200)
commitc17b550cacb20b1fcfe6192f97eefa947a8e92a2
tree695f9d0f93f81766985195152ff7386bb8c844d7
parent464e303ad32682a557b43ea76200ca27d769ab73
phase2: sanitize SDK host command symlinks

The SDK archive might contain symlinks like

  staging_dir/host/bin/gcc -> /builder/arc770_generic/ccache_cc.sh

which may result in host compile failures when a slave has been used
for both phase1 and phase2 builds.

Add a new step which purges such links when running the SDK until
buildroot is eventually fixed to not put suhc links into the archive
in the first place.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase2/master.cfg