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>
Fri, 30 Sep 2022 20:42:18 +0000 (22:42 +0200)
commit5428bdc2dfaa45bc7adc89c3b9224da7d21961d0
treeebe27847f539fa4d7f640261e563ffa54d9c431d
parent25b65f548dfd93cae87781276bfff9a27cd3ebd4
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>
scripts/ext-tools.sh [new file with mode: 0755]