phase1: use buildinfo instead of prepare
authorPaul Spooren <mail@aparcar.org>
Sun, 13 Oct 2019 21:00:39 +0000 (11:00 -1000)
committerJo-Philipp Wich <jo@mein.io>
Fri, 18 Oct 2019 06:41:09 +0000 (08:41 +0200)
commit1bf7b4707ef9bc9517d69fee277ecd5f916df390
treeb2dc0743b7feddf6fa4337ecd56e6b796c76c5d0
parentcfd720304fb834c2d4981fb15ba8eaee1635458b
phase1: use buildinfo instead of prepare

Prepare target is used to compile tools and toolchain, however buildbot
only uses it to create the buildinfo files. This[0] PR splits prepare
and buildinfo allowing the buildbots to run the buildinfo creation only.

This should also fix the current issue with missing json info files:
prepare runs `target/compile` which removes all existing json info files
via `Device/Build`. Only `target/install` creates them via
`Device/Build/image`. However currently the buildbots run
`target/install` before (the second) `target/compile`.

[0]: https://github.com/openwrt/openwrt/pull/2492

Signed-off-by: Paul Spooren <mail@aparcar.org>
phase1/master.cfg