]> code.ossystems Code Review - openembedded-core.git/commit
icecc-create-env: Archive directory
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 12 Feb 2018 16:52:03 +0000 (10:52 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Feb 2018 13:20:27 +0000 (13:20 +0000)
commit122d6a5bdcbc494bba0fa2b213d730500f6f7dbc
treee436ae3b33923097e7e629b1a580f20239ac0473
parent256f8f6cc5b520b59cfdc44aa076f71990e18e2c
icecc-create-env: Archive directory

Taring up the toolchain is now done by adding the entire working
directory, instead of listing all the files individually. This is done
because the list of files may contain ".." entries, which tar does not
like and strips out, resulting in bad archives. This should result in an
identical archive to what was previously generated.

In addition, symbolic links are no longer dereferenced when creating the
archive, as they are purposely included to provide alternate names for
files

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/icecc-create-env/icecc-create-env/icecc-create-env