]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: Set master branch only as fallback
authorStefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Wed, 8 Dec 2021 10:18:35 +0000 (11:18 +0100)
committerSteve Sakoman <steve@sakoman.com>
Sun, 12 Dec 2021 17:59:42 +0000 (07:59 -1000)
commit2bc6deb34aee7542d7086c24b166083c562a6a01
tree6daf4f99db72be973de41948d66feb573bb30670
parent7f95eb486a2d07cf0c821d5301fd670de34fe2d1
recipetool: Set master branch only as fallback

The commit 'meta/scripts: Manual git url branch additions (dc53fe75cc)'
sets the branch= parameter too early to master and thereby breaks the
-B/--srcbranch option.

ERROR: branch= parameter and -B/--srcbranch option cannot both be specified - use one or the other

Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 34ece8030e7a6a100b5e3e7b94e6c786c0e199a6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/recipetool/create.py