]> code.ossystems Code Review - openembedded-core.git/commit
toolchain-shar-extract.sh: add option to list contents
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 11 Aug 2016 04:45:05 +0000 (16:45 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:32:14 +0000 (10:32 +0100)
commit1d3e874f191f011eb9d7b0e12e513433c126036e
tree5590092a7b70b3e77f0f447aa869117faa5fd43b
parentd5a601db41ba3c561aced7f5a38689f6b4c9a87c
toolchain-shar-extract.sh: add option to list contents

Add a -l command-line option for SDK installers to get a list of files
that will be extracted by the SDK - internally this just runs "tar tv"
on the embedded tarball. This can be used to look at which files the SDK
provides without actually installing it. The initial user of this is the
extensible SDK build process which needs to know what binaries are going
to be installed by the buildtools installer without installing it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/files/toolchain-shar-extract.sh