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

By default, exports the whole workspace (all recipes) including the source code.
User can also limit what is exported with --included/--excluded flags. As
a result of this operation, a tar archive containing only workspace metadata
and its corresponding source code is created, which can be properly imported
with 'devtool import'.

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/export.py [new file with mode: 0644]