Re: [yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-17 Thread Stefan Agner
Hi Beth, Am 2014-05-16 19:11, schrieb Flanagan, Elizabeth: > Ok, so looking at this a bit more and I think we need to look at how > we set up the deploydir in PublishArtifacts a bit more. > > I think what we can do here is pull the functionality that we have in > getDeployNames out, and put it in

Re: [yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-16 Thread Flanagan, Elizabeth
Ok, so looking at this a bit more and I think we need to look at how we set up the deploydir in PublishArtifacts a bit more. I think what we can do here is pull the functionality that we have in getDeployNames out, and put it into GetDeployDir (layerversion here matters as the default deploy for o

[yocto] [yocto-autobuilder][PATCH v1 4/4] GetDeployDir.py/PublishArtifacts.py: get deploy dir from bitbake

2014-05-09 Thread stefan
From: Stefan Agner Since the deploy dir is configureable (also through TMPDIR), we need to have a more generic variant to get that path. Also the Ã…ngstrom distribution adds "-eglibc" to the TMPDIR. Hence, the safest way to get the deployment dir is to parse buildbots environment. Signed-off-by: