]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Dec 2021 10:33:21 +0000 (10:33 +0000)
commit34ece8030e7a6a100b5e3e7b94e6c786c0e199a6
treea2c1fb07da414bd3acf6482c12376557a226720c
parent5d88ce8f25f7c8d226e26f4ebbb652625ef02d9f
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>
scripts/lib/recipetool/create.py