mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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> |
||
|---|---|---|
| .. | ||
| fetch2 | ||
| parse | ||
| pysh | ||
| server | ||
| tests | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| cache_extra.py | ||
| cache.py | ||
| checksum.py | ||
| codeparser.py | ||
| command.py | ||
| compat.py | ||
| cooker.py | ||
| cookerdata.py | ||
| COW.py | ||
| daemonize.py | ||
| data_smart.py | ||
| data.py | ||
| event.py | ||
| exceptions.py | ||
| main.py | ||
| methodpool.py | ||
| monitordisk.py | ||
| msg.py | ||
| namedtuple_with_abc.py | ||
| persist_data.py | ||
| process.py | ||
| providers.py | ||
| runqueue.py | ||
| shell.py | ||
| siggen.py | ||
| taskdata.py | ||
| tinfoil.py | ||
| utils.py | ||