]> code.ossystems Code Review - openembedded-core.git/commit
layer.conf: fix sanity error for PATH variable in extensible SDK workflow
authorSourabh Banerjee <sbanerje@codeaurora.org>
Tue, 13 Oct 2020 16:45:10 +0000 (22:15 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Oct 2020 11:33:30 +0000 (12:33 +0100)
commit05a87be51b44608ce4f77ac332df90a3cd2445ef
tree9ffbe3dcd676284d4432dde0f3a403670539bef8
parent5092e64c71930b9ff82cbba6ef6517ae4fed3475
layer.conf: fix sanity error for PATH variable in extensible SDK workflow

Sanity checker reports following error for the PATH variable,
when bitbake -e <recipe> command is run in an extensible SDK workspace.
   PATH contains '.', './' or '' (empty element), which will break the build

In case of extensible SDK, PATH variable is formed with two consecutive ':'
as bb.utils.which(d.getVar('PATH'),'bitbake') call returns an empty string.

This change adds ':' if BITBAKEPATH is a non empty string.

Signed-off-by: Sourabh Banerjee <sbanerje@codeaurora.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/layer.conf