]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: fix SRCBRANCH not being passed to params
authorTuomas Salokanto <tuomas.salokanto@gmail.com>
Tue, 14 Jan 2020 10:49:17 +0000 (12:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jun 2020 15:31:48 +0000 (16:31 +0100)
commit0424df825f1e509faf6cd44403c0736bb91b57c3
treed6669972af7226783fb2c08012170116acd799a1
parente3f4413c49159b4c6f82882927f7039b3a8918ad
recipetool: create: fix SRCBRANCH not being passed to params

When explicitly passing a branch using --srcbranch in 'devtool add' or
'recipetool create', the branch name is not included in the params of
bb.fetch2.encodeurl and default 'master' branch is used instead.

Signed-off-by: Tuomas Salokanto <tuomas.salokanto@gmail.com>
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py