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

git at git.openembedded.org git at git.openembedded.org
Fri Feb 20 18:17:40 UTC 2015


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

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=b7b9c51a550ce9986b9265a7b13694fcc70e833e


More information about the Openembedded-commits mailing list