[oe-commits] Paul Eggleton : devtool: update-recipe: add handling for git recipes

git at git.openembedded.org git at git.openembedded.org
Mon Feb 23 17:36:16 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 654792bb87610ee3569d02a85fa9ec071bf8ab6d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=654792bb87610ee3569d02a85fa9ec071bf8ab6d

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Feb 19 16:40:00 2015 +0000

devtool: update-recipe: add handling for git recipes

When updating git-based recipes, in a lot of cases what you want is to
push the changes to the repository and update SRCREV rather than to
apply patches within the recipe. Updating SRCREV is now the default
behaviour for recipes that fetch from git, but this can be overridden
in both directions using a new -m/--mode option.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/selftest/devtool.py |  70 +++++++++++-
 scripts/lib/devtool/standard.py   | 230 ++++++++++++++++++++++++--------------
 2 files changed, 213 insertions(+), 87 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=654792bb87610ee3569d02a85fa9ec071bf8ab6d


More information about the Openembedded-commits mailing list