[yocto] [PATCH v4][yocto-autobuilder] RunOeSelftest.py: changed to new oe-selftest syntax

2016-09-02 Thread Humberto Ibarra
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

[yocto] [PATCH v3][yocto-autobuilder] RunOeSelftest.py: changed to new oe-selftest syntax

2016-09-01 Thread Humberto Ibarra
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

[yocto] [PATCH] RunOeSelftest.py: changed to new oe-selftest syntax

2016-09-01 Thread Humberto Ibarra
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

[yocto] [PATCH v2][yocto-autobuilder] RunOeSelftest.py: changed to new oe-selftest syntax

2016-09-01 Thread Humberto Ibarra
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

[yocto] [PATCH] [yocto-autobuilder] RunOeSelftest.py: changed to new oe-selftest syntax

2016-08-26 Thread Humberto Ibarra
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

[yocto] [eclipse-poky][PATCH v3] OptionsPage.java: improved handling of path concatenation in new project

2016-05-19 Thread Humberto Ibarra
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

[yocto] [eclipse-poky][PATCH v2] OptionsPage.java: improved handling of path concatenation in new project

2016-05-18 Thread Humberto Ibarra
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

[yocto] [eclipse-poky][PATCH] OptionsPage.java: improved handling of path concatenation in new project

2016-05-18 Thread Humberto Ibarra
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

[yocto] [eclipse-poky][PATCH] bsp/MainPage.java: Fixing typo in bsp creation wizard

2016-05-10 Thread Humberto Ibarra
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