]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/patch: add support for extracting patches from git tree
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 19 Dec 2014 11:41:49 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Dec 2014 12:37:19 +0000 (12:37 +0000)
commit765b7bad50eae5b79d13a3f4988dc440c3d9787f
treee795cfd5996ae2c1863c81af4f26e15ecd592d2b
parent630a393d01950a0d00b5d30ac376472911e50ff9
lib/oe/patch: add support for extracting patches from git tree

When patches from a recipe have been written out to a git tree, we also
want to be able to do the reverse so we can update the patches next to
the recipe. This is implemented by adding a comment to each commit
message (using git hooks) which we can extract later on.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/patch.py