Now that yoctogit is checking this out in the right place, change
where we look for setup.sh
---
.../site-packages/autobuilder/buildsteps/BuildEclipsePlugin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildEclipsePlugin.py
b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildEclipsePlugin.py
index bc5d9b3..c06f569 100644
--- a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildEclipsePlugin.py
+++ b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildEclipsePlugin.py
@@ -40,7 +40,7 @@ class BuildEclipsePlugin(ShellCommand):
buildername=self.getProperty("buildername")
oldbuildername=buildername.replace("plugin", "poky")
branch=self.getProperty("branch")
- eclipsehome=self.slaveworkdir + "/" + buildername + '/build/' +
oldbuildername
+ eclipsehome=self.slaveworkdir + "/" + buildername + '/build'
self.command='cd ' + eclipsehome + '/scripts/; ./setup.sh;
ECLIPSE_HOME="' + eclipsehome + '/scripts/eclipse" ./build.sh ' + branch + '
development'
ShellCommand.start(self)
--
1.8.1.2
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto