From: Leonardo Sandoval <leonardo.sandoval.gonza...@linux.intel.com> These two plugins can be used to share the devtool workspace between uses. On the import plugin, the are some limitations with the proposed patche:
* It cannot not limit what is being imported, thus all exported workspace is imported for the moment. * It is not smart enough to see if the imported metadata is compatible as explained on [1], thus after import, the may be issues when bulding the particular recipe, i.e imported bbappend does not has the bb counterpart, etc. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=10510#c3 The following changes since commit ef506f58da3a95fba2696df749b2b81f9c118847: cve-check-tool: backport a patch to make CVE checking work (2017-05-18 14:01:48 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lsandov1/devtool-import-export http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lsandov1/devtool-import-export Leonardo Sandoval (2): export: new plugin to export the devtool workspace import: new plugin to import the devtool workspace scripts/lib/devtool/export.py | 94 ++++++++++++++++++++++++++++++++++++++++ scripts/lib/devtool/import.py | 99 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 193 insertions(+) create mode 100644 scripts/lib/devtool/export.py create mode 100644 scripts/lib/devtool/import.py -- 2.12.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core