oe-selftest is changing syntax with YOCTO #8938. This patch checks the correct
syntax version and uses the right command to avoid breaking oe-seltest
autobuilder.
[YOCTO #8938]
Signed-off-by: Humberto Ibarra
---
.../autobuilder/buildsteps/RunOeSelftest.py | 16
oe-selftest is changing syntax with YOCTO #8938. This patch checks the correct
syntax version and uses the right command to avoid breaking oe-seltest
autobuilder. Should be integrated together with the syntax changing patch.
[YOCTO #8938]
Signed-off-by: Humberto Ibarra
---
.../autobuilder
oe-selftest is changing syntax with YOCTO #8938. This patch checks the correct
syntax version and uses the right command to avoid breaking oe-seltest
autobuilder. Should be integrated together with the syntax changing patch.
[YOCTO #8938]
Signed-off-by: Humberto Ibarra
---
.../autobuilder
oe-selftest is changing syntax with YOCTO #8938. This patch checks the correct
syntax version and uses the right command to avoid breaking oe-seltest
autobuilder. Should be integrated together with the syntax changing patch.
[YOCTO #8938]
---
.../autobuilder/buildsteps/RunOeSelftest.py
oe-selftest is changing syntax with YOCTO #8938. This patch modifies required
commands to avoid breaking oe-seltest autobuilder. Should be integrated
together with the syntax changing patch.
[YOCTO #8938]
---
lib/python2.7/site-packages/autobuilder/buildsteps/RunOeSelftest.py | 4 ++--
1 file c
strings.
[Yocto #9648]
Signed-off-by: Humberto Ibarra
---
.../src/org/yocto/bc/ui/wizards/install/OptionsPage.java| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/plugins/org.yocto.bc.ui/src/org/yocto/bc/ui/wizards/install/OptionsPage.java
b/plugins
When creating a new Yocto Bitbake Commander project, the folder
separator is not being handled corretly. The problem is a folder and
a file to be concatenated are joined as Strings instead of paths.
This patch solves the issue by using a path joioning mechanism instead
of simply concatenating stri
When creating a new Yocto Bitbake Commander project, the folder
separator is not being handled corretly. The problem is a folder and
a file to be concatenated are joined as Strings instead of paths.
This patch solves the issue by using a path joioning mechanism instead
of simply concatenating stri
New bsp creation wizard has a typo. When giving an already
existing directory, the message spells "exiting" instead
of "existing".
[Yocto #9614]
---
.../src/org/yocto/sdk/remotetools/wizards/bsp/MainPage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins