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

git at git.openembedded.org git at git.openembedded.org
Sat Feb 21 22:06:27 UTC 2015


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

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


More information about the Openembedded-commits mailing list