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

git at git.openembedded.org git at git.openembedded.org
Thu Feb 19 23:16:46 UTC 2015


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

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=3bae30382de5e525dd7620b78c1143f8c9e4365d


More information about the Openembedded-commits mailing list