poky/bitbake/lib/bb
Andre Rosa 1083d90888 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: 62a53e9dbb6dc7489e44c32340b0caddd4596f0a)

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>
(cherry picked from commit 2ab50074c1a6c56a8a178755de108447d7b7acaf)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-11-07 13:40:32 +00:00
..
fetch2 bitbake: Replace deprecated git branch parameter "--set-upstream" 2017-11-07 13:40:32 +00:00
parse bitbake: BBHandler/ast: Merge handMethod and handleMethodFlags 2016-02-10 13:32:46 +00:00
pysh
server bitbake: bitbake: xmlrpc: set single use mode differently 2016-03-24 12:31:50 +00:00
tests bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymore 2016-09-13 16:19:46 +01:00
ui bitbake: providers: Add PREFERRED_RPROVIDER support 2016-04-15 06:59:44 +01:00
__init__.py bitbake: Update version to 1.30.0 2016-04-06 23:33:17 +01:00
build.py bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones 2017-05-18 13:12:30 +01:00
cache_extra.py
cache.py bitbake: cache: Make BB_DONT_CACHE variable external 2016-03-23 17:54:41 +00:00
checksum.py bitbake: lib/bb/checksum: avoid exception on broken symlinks 2017-05-18 13:12:30 +01:00
codeparser.py bitbake: bb/cache: drop some unused arguments 2016-02-18 07:41:15 +00:00
command.py bitbake: command: make setEventMask readonly 2016-03-07 17:23:04 +00:00
compat.py
cooker.py bitbake: cooker/knotty: Prefix parse logs with filename being parsed 2016-04-15 06:59:44 +01:00
cookerdata.py bitbake: cookerdata.py: remove slash in the end 2016-03-31 09:13:04 +01:00
COW.py
daemonize.py
data_smart.py bitbake: data_smart: Restrict expansion regexp to not include : characters 2016-04-09 23:00:46 +01:00
data.py bitbake: build/data: Don't expand python functions before execution [API change] 2016-02-10 15:47:11 +00:00
event.py bitbake: bb.event: fix infinite loop on print_ui_queue 2016-11-08 23:47:14 +00:00
exceptions.py
main.py bitbake: main: fix processing of BBEVENTLOG 2016-04-19 17:31:01 +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
msg.py
namedtuple_with_abc.py
persist_data.py bitbake: persist_data: Return str instead of unicode for sqlite3 text queries 2016-04-06 10:29:47 +01:00
process.py
providers.py bitbake: providers: Add PREFERRED_RPROVIDER support 2016-04-15 06:59:44 +01:00
runqueue.py bitbake: runqueue: Improve 'mulitiple .bb files are due to be built' message 2016-04-12 22:50:21 +01:00
shell.py
siggen.py bitbake: siggen: Make calc_taskhash match get_taskhash for file checksums 2017-06-27 13:46:39 +01:00
taskdata.py bitbake: taskdata: Fix traceback issue with missing provider 2016-02-15 16:48:12 +00:00
tinfoil.py bitbake: tinfoil: remove logging handler at shutdown 2015-09-23 22:44:56 +01:00
utils.py bitbake: lib/bb/utils: add docstring for contains() 2016-04-18 16:28:23 +01:00