]> code.ossystems Code Review - openembedded-core.git/commit
devtool: import: new plugin to import the devtool workspace
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Mon, 21 Aug 2017 05:39:47 +0000 (17:39 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Aug 2017 07:30:32 +0000 (08:30 +0100)
commit2de8ba89ef10fefcc97246dfeb4b8d1e48ee8232
tree2a414961a61a25be0ddb8d78647e8bd5d464ad84
parentf958c5cba3b0d24ca696b2b707857009c9a7b5b8
devtool: import: new plugin to import the devtool workspace

Takes a tar archive created by 'devtool export' and imports (untars) it
into the workspace. Currently the whole tar archive is imported, there
is no way to limit what is imported.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10510

[YOCTO #10510]

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/__init__.py
scripts/lib/devtool/import.py [new file with mode: 0644]