scripts/ext-tools: introduce new script to install prebuilt tools
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 30 Sep 2022 17:36:06 +0000 (19:36 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 4 Dec 2022 15:07:34 +0000 (16:07 +0100)
commitfd7e8e4e7520ac7531c1008a83557c7a04860da5
treebe3f881f5630342c92bba4ae3c2081bb67c5e46b
parent629199f6c8e0dc36484dd17e971f8c1c88b705b1
scripts/ext-tools: introduce new script to install prebuilt tools

Add a simple script to make it easier to install a prebuilt tools tar.
Currently it will be used by our tools container and kernel workflow on
github.

Simple script that take a tar that contains prebuilt host tools, extract
them and refresh the timestamps to skip recompilation of such host
tools.

By default it refresh timestamps of build_dir/host and
staging_dir/host/stamp.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 5428bdc2dfaa45bc7adc89c3b9224da7d21961d0)
scripts/ext-tools.sh [new file with mode: 0755]