]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 10 Dec 2021 03:31:58 +0000 (11:31 +0800)
commit48cbe51ca30d35b1355c8c0247eaa21520ab7f24
treee8addfc0e835e542b7725365dcadc6e66e7435ac
parentee1d3b4cd0c7a615cbd5ddf46433c470dc43c669
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: Anuj Mittal <anuj.mittal@intel.com>
scripts/lib/recipetool/create.py