poky/bitbake/lib/bb
Andre Rosa 20d0282c60 bitbake: Replace deprecated git branch parameter "--set-upstream"
Since 2017-08-17 (git version 2.14.1.473.g3ec7d702a) using deprecated
git branch parameter "--set-upstream" causes a fetcher error. Replace
it by "--set-upstream-to".

https://git.kernel.org/pub/scm/git/git.git/commit/?id=52668846ea2d41ffbd87cda7cb8e492dea9f2c4d
says, it's deprecated since 2012-08-30 so hopefully all still supported
host distributions have new enough git to support "--set-upstream-to".

ERROR: PACKAGE do_unpack: Fetcher failure: ...;
git -c core.fsyncobjectfiles=0 branch --set-upstream master origin/master failed with exit code 128, output:
fatal: the '--set-upstream' option is no longer supported. Please use '--track' or '--set-upstream-to' instead.

ERROR: PACKAGE do_unpack: Function failed: base_do_unpack

(Bitbake rev: 2ab50074c1a6c56a8a178755de108447d7b7acaf)

Signed-off-by: Andre Rosa <andre.rosa@lge.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-11 17:19:37 +01:00
..
fetch2 bitbake: Replace deprecated git branch parameter "--set-upstream" 2017-09-11 17:19:37 +01:00
parse bitbake: cooker: Improve inotify overflow handling 2017-08-13 09:28:14 +01:00
pysh bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
server bitbake: cooker: Change to consistent prefile/postfile handling 2017-08-31 23:30:03 +01:00
tests bitbake: tests/fetch: fix GitShallowTest.test_bitbake 2017-07-30 08:43:36 +01:00
ui bitbake: tinfoil: ensure log lines get printed when tasks fail 2017-08-31 23:30:03 +01:00
__init__.py bitbake: Update to version 1.35.0 (development version with server rework changes) 2017-07-21 08:44:25 +01:00
build.py bitbake: lib/bb/build: add tasksbetween() function 2017-02-07 14:36:01 +00:00
cache_extra.py bitbake: bitbake: cooker: get extra information from recipe cache 2013-09-22 12:19:44 +01:00
cache.py bitbake: cache.py: fix whitespace 2017-07-18 22:39:33 +01:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2016-07-29 09:53:32 +01:00
codeparser.py bitbake: codeparser: add some comments 2017-04-05 23:19:17 +01:00
command.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
compat.py bitbake: compat/server/utils: Jettison pre python 2.7.3 workarounds 2013-06-14 17:26:30 +01:00
cooker.py bitbake: cooker: clear extra config settings and remote datastores on client disconnect 2017-09-05 15:00:49 +01:00
cookerdata.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +01:00
COW.py bitbake: lib/bb/COW.py: fix typo in Tim Ansell's name 2017-05-15 16:21:20 +01:00
daemonize.py bitbake: daemonize: Always print any remaning UI events at exit 2017-08-03 11:14:13 +01:00
data_smart.py bitbake: data_smart: Don't cache/process capitalised overrides 2017-05-18 13:19:55 +01:00
data.py bitbake: data: Micro performance optimisation tweak 2017-07-08 13:29:54 +01:00
event.py bitbake: event: Don't write duplicate logs to stdout and stderr in no UI case 2017-07-30 08:43:36 +01:00
exceptions.py bitbake: bitbake: Convert to python 3 2016-06-02 08:24:02 +01:00
main.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +01:00
methodpool.py bitbake: event/utils/methodpool: Add a cache of compiled code objects 2015-12-22 00:02:05 +00:00
monitordisk.py bitbake: monitordisk: add event 2016-12-07 10:42:22 +00:00
msg.py bitbake: knotty: prevent extra logger from being enabled for tinfoil 2017-06-12 15:07:39 +01:00
namedtuple_with_abc.py bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional. 2014-08-25 08:57:45 +01:00
persist_data.py bitbake: prserv/persist_data/utils: Drop obsolete python2 imports 2017-01-09 13:39:13 +00:00
process.py bitbake: bitbake:process: flush stderr/stdout to log 2017-06-14 14:54:24 +01:00
progress.py bitbake: lib/bb/progress: avoid possibility of start event being reported twice 2016-07-26 08:10:35 +01:00
providers.py bitbake: lib: Drop now unneeded update_data calls 2017-02-15 20:08:15 -08:00
remotedata.py bitbake: remotedata: enable transporting datastore from the client to the server 2016-12-14 12:25:07 +00:00
runqueue.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +01:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py bitbake: siggen: move reset() definition to base SignatureGenerator class 2017-09-05 15:00:49 +01:00
taskdata.py bitbake: cookerdata/taskdata/runqueue: Drop remaining tryaltconfigs code and commandline option 2017-09-02 00:52:10 +01:00
tinfoil.py bitbake: tinfoil: ensure variable history tracking works when parsing a recipe 2017-08-31 23:30:04 +01:00
utils.py bitbake: lib/bb/utils.py: Add missing debug level 2017-07-27 15:14:20 +01:00