]> 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 04:37:35 +0000 (12:37 +0800)
commit15919898fa8dc40f4fe9c668d56e1d2afd52c894
tree767a725028e75f8ab5f8dcd27a7563580f294c72
parent7e37e453e15114dec0b89636e92f93c7fa127ae4
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