From 8ae27fa07be08b2c841d8e9a29ea1c909136f170 Mon Sep 17 00:00:00 2001 From: Tzu-Jung Lee Date: Mon, 9 Nov 2015 02:30:32 -0800 Subject: devtool: add sync command The sync command is similar to the extract command, except it fetches the sync'ed and patched branch to an existing git repository. This enables users to keep track the upstream development while maintaining their own local git repository at the same time. (From OE-Core rev: e2fe4c99f1020a20b579832c4feafcd0e9bc2f75) Signed-off-by: Tzu-Jung Lee Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/devtool/upgrade.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/devtool/upgrade.py') diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index d38762373e..5410c9dd02 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py @@ -312,7 +312,7 @@ def upgrade(args, config, basepath, workspace): rf = None try: - rev1 = standard._extract_source(args.srctree, False, 'devtool-orig', rd) + rev1 = standard._extract_source(args.srctree, False, 'devtool-orig', False, rd) rev2, md5, sha256 = _extract_new_source(args.version, args.srctree, args.no_patch, args.srcrev, args.branch, args.keep_temp, tinfoil, rd) -- cgit v1.2.3-54-g00ecf