Re: [yocto] [meta-swupd][PATCH] swupd-client_git.bb: fix typo in config files creation

2016-08-19 Thread Joshua G Lock
On Fri, 2016-08-19 at 11:34 +0300, Dmitry Rozhkov wrote: > The patch puts intended values to the config files with > swupd-client's default values. Thanks! Patch pushed to meta-swupd master. Regards, Joshua > Signed-off-by: Dmitry Rozhkov > --- >  recipes-core/swupd-client/swupd-client_git.bb

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Joshua G Lock
On Wed, 2016-08-17 at 16:09 +, Randle, William C wrote: > > On Wed, 2016-08-17 at 16:59 +0100, Joshua G Lock wrote: > > > On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: > > > Use a common script to check for a running vnc server, and if not > > > ru

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: generate md5sums for buildtools

2016-08-17 Thread Joshua G Lock
On Fri, 2016-08-12 at 20:44 -0700, Bill Randle wrote: > Md5sum files were not being generated for the buildtools artifacts. > Also, > ignore files with a .md5sum extension when doing the sum. Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  .../autobuilder/buildsteps/Pu

Re: [yocto] [yocto-autobuilder][PATCH] cleanup and restart crashed vnc server

2016-08-17 Thread Joshua G Lock
On Tue, 2016-08-16 at 17:09 -0700, Bill Randle wrote: > Use a common script to check for a running vnc server, and if not > running > cleanup dangling lock files and restart the server. > > [YOCTO #8210] > > Signed-off-by: Bill Randle > --- >  bin/checkvnc

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-17 Thread Joshua G Lock
10158 I don't have a concrete plan or timeframe for fixing this issue at this time, I'm afraid. You can watch the bug for updates as it should be triaged in the YP triage meeting tomorrow and that will influence the schedule. Regards, Joshua > > > Thanks and Regards > Shra

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-16 Thread Joshua G Lock
o # group: foo user::rw- user:bar:r-- group::r-- mask::r-- other::r-- The downside here is that your image has to include postinst support and the acl package (per the RDEPENDS_${PN} line in the snippet above). Regards, Joshua > > Regards > Shrawan > > > > &

Re: [yocto] [meta-swupd][PATCH] swupd-image: Fix files ownership if IMAGE_BASENAME is not default

2016-08-12 Thread Joshua G Lock
On Thu, 2016-08-11 at 14:27 +0200, Piotr Figiel wrote: > From: Piotr Figiel > > In case IMAGE_BASENAME is set on image recipe level the files > ownership on > target rootfs is incorrect for recipes inheriting swupd- > image.bbclass. > Depending on the context swupd-image.bbclass used either PN (P

Re: [yocto] Access Control List (ACL) permissions attributes not getting preserved in rootfs

2016-08-12 Thread Joshua G Lock
On Fri, 2016-08-12 at 12:33 +, Kumar, Shrawan wrote: > Hello All, >   > I am  using  poky “ jethro”  , and  though  one of my recipe, I have > created user1 & user2 and then trying to set ACL rules  on > “helloworld” bin as below : >   >   > do_install() { >    install -d ${D}$

Re: [yocto] [yocto-autobuilder][PATCH 2/4] BuildImages.py: build toaster eventlog only when requested

2016-07-15 Thread Joshua G Lock
On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote: > Qualify creation of the toaster eventlog based on the setting of the > new > 'custom_create_eventlog' property. Place the eventlog in > build/tmp/log, > instead of build and add a timestamp to the eventlog filename since > multiple event logs

Re: [yocto] [yocto-autobuilder][PATCH 0/2] publish wic images

2016-07-14 Thread Joshua G Lock
On Wed, 2016-07-06 at 13:16 -0700, Bill Randle wrote: > QA started testing wic images in Yocto 2.1, but was building them > themselves. Have the autobuilder publish the wic images so they are > available for testing. > Merged to master, thanks. Joshua > [YOCTO #9397] > > Bill Randle (2): >   P

Re: [yocto] [yocto-autobuilder][PATCH 2/2] publish build artifacts for wic images

2016-07-14 Thread Joshua G Lock
On Wed, 2016-07-06 at 13:16 -0700, Bill Randle wrote: > Publish the wic images created by the nightly-wic build so they are > available for QA testing. > > [YOCTO #9397] > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-wic.conf|  8 ++--- >  .../autobuilder/build

Re: [yocto] [yocto-autobuilder][PATCHv3] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-13 Thread Joshua G Lock
On Wed, 2016-07-13 at 11:34 -0700, Bill Randle wrote: > When publishing eclipse tarballs, we are already in the correct > directory, > so skip the change direction operation (which will generate an > error). Merged to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- > V3: fix another

Re: [yocto] [[PATCH][yocto-autobuilder] 1/2] buildbot/steps/transfer.py: Fix typo in DirectoryDownload step.

2016-07-13 Thread Joshua G Lock
This and the 2/2 have been pushed to master, thanks. Joshua On Mon, 2016-07-11 at 16:37 -0500, Aníbal Limón wrote: > DirectoryDownload step is based on UploadDirectory and i miss > to upgrade the error log when the buildslave don't support > downloadDirectory previously said uploadDirectory. > >

Re: [yocto] [[PATCH][yocto-autobuilder] 2/2] buildsteps/RunOeSelftest.py: Set native_lsb to universal

2016-07-13 Thread Joshua G Lock
On Tue, 2016-07-12 at 11:21 -0500, Aníbal Limón wrote: > > On 07/12/2016 11:09 AM, Joshua G Lock wrote: > > On Mon, 2016-07-11 at 16:37 -0500, Aníbal Limón wrote: > > > The error report is generated into AB master and currently we > > > don't have a method

Re: [yocto] [yocto-autobuilder][PATCHv2] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-13 Thread Joshua G Lock
On Tue, 2016-07-12 at 09:57 -0700, Bill Randle wrote: > When publishing eclipse tarballs, we are already in the correct > directory, > so skip the change direction operation (which will generate an > error). > > Signed-off-by: Bill Randle > --- > V2: fix Python syntax error > >  .../site- > pack

Re: [yocto] [yocto-autobuilder][PATCH] PublishLayerTarballs.py: don't change directories for Eclipse builds

2016-07-12 Thread Joshua G Lock
On Fri, 2016-07-08 at 11:43 -0700, Bill Randle wrote: > When publishing eclipse tarballs, we are already in the correct > directory, > so skip the change direction operation (which will generate an > error). > > Signed-off-by: Bill Randle > --- >  .../site- > packages/autobuilder/buildsteps/Publi

Re: [yocto] [[PATCH][yocto-autobuilder] 2/2] buildsteps/RunOeSelftest.py: Set native_lsb to universal

2016-07-12 Thread Joshua G Lock
On Mon, 2016-07-11 at 16:37 -0500, Aníbal Limón wrote: > The error report is generated into AB master and currently we > don't have a method to get AB worker distro, so set to universal. Can you elaborate a bit here? Why don't we have a method available to get the worker distro? Is it because we d

Re: [yocto] [yocto-autobuilder][PATCH] bin/release_scripts/release.py: Add some basic logging

2016-07-01 Thread Joshua G Lock
On Wed, 2016-06-29 at 16:08 -0700, Graydon, Tracy wrote: > This patch adds some basic logging to help find failure point should > the script > barf due to lost ssh session, etc. Without it, finding where to > resume is not > particularly entertaining. > > Signed-off-by: Graydon, Tracy > --- >  bi

Re: [yocto] [yocyo-autobuilder][PATCH v2] add mkefidisk image for easier debugging

2016-06-28 Thread Joshua G Lock
Merged to master, thanks, Joshua On Tue, 2016-06-28 at 13:41 -0700, Bill Randle wrote: > Originally-by: Ed Bartosh > Signed-off-by: Bill Randle > --- > v2 fixes typo in image name > >  buildset-config.controller/nightly-wic.conf | 3 ++- >  1 file changed, 2 insertions(+), 1 deletion(-) > > di

Re: [yocto] [PATCH][yocto-autobuilder] nightly-world-lsb.conf: Update buildstep name DownloadBitbakeErrorReports -> DownloadErrorReports

2016-06-28 Thread Joshua G Lock
Merged to master, thanks, Joshua On Tue, 2016-06-28 at 09:53 -0500, Aníbal Limón wrote: > The reference of the buildsteps for download error reports was > updated [1] but, > i forget to update this one. > > [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder/commi > t/?id=e1e7c3b8672

Re: [yocto] [PATCH] keep platform_extra and default_platform_extra lists ordered

2016-06-27 Thread Joshua G Lock
Hi Bill, This patch is for OE-Core so should go to  openembedded-c...@lists.openembedded.org Thanks, Joshua On Fri, 2016-06-24 at 21:22 -0700, Bill Randle wrote: > In RpmPM:insert_feeds_uris, the paths are kept in sets, which are > unordered, > but they are later used to set the priority for t

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-15 Thread Joshua G Lock
On Wed, 2016-06-15 at 09:07 -0500, Aníbal Limón wrote: > > On 06/15/2016 08:19 AM, Joshua G Lock wrote: > > On Tue, 2016-06-14 at 12:03 -0500, Aníbal Limón wrote: > > > > > > On 06/14/2016 10:57 AM, Aníbal Limón wrote: > > > > > > > >

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-15 Thread Joshua G Lock
On Tue, 2016-06-14 at 12:03 -0500, Aníbal Limón wrote: > > On 06/14/2016 10:57 AM, Aníbal Limón wrote: > > > > > > On 06/14/2016 10:09 AM, Lock, Joshua G wrote: > > > On Thu, 2016-06-09 at 16:23 -0500, Aníbal Limón wrote: > > > > Hi folks, > > > > > > > > Currently we support to send error repo

Re: [yocto] [yocto-autobuilder] [RFC] Add support for generate bitbake error reports

2016-06-14 Thread Joshua G Lock
(Resent including the list, apologies for those receiving it again) On Thu, 2016-06-09 at 16:23 -0500, Aníbal Limón wrote: > Hi folks, > > Currently we support to send error reports to errors.yoctoproject.org > about failing tasks on bitbake using SendErrorReport buildstep but we > have a lack of

Re: [yocto] do_patch through Yocto fails while "git am" succeed

2016-06-13 Thread Joshua G Lock
On Fri, 2016-06-10 at 20:32 +0100, Burton, Ross wrote: > > On 10 June 2016 at 19:12, Michael Hu wrote: > > What could be the difference? > > > > > > bitbake uses quilt to apply patches, not git am, so if the patch > isn't exactly right then they'll behave differently.  Stripping the > trailing

Re: [yocto] What's this

2016-06-07 Thread Joshua G Lock
On Tue, 2016-06-07 at 18:58 +0200, Gary Thomas wrote: > On 2016-06-07 18:20, Burton, Ross wrote: > > > > On 7 June 2016 at 17:02, Burton, Ross > > wrote: > > > > It means the hash calculated my the bitbake master was > > different to the hash calculated when the

Re: [yocto] [yocto-autobuilder][PATCH] bin/buildlogger: add new script to aid SWAT process

2016-05-09 Thread Joshua G Lock
On Mon, 2016-05-09 at 12:42 +0100, Flanagan, Elizabeth wrote: > A few things. > > On 9 May 2016 at 12:06, Joshua Lock wrote: > > > > buildlogger will be started with the autobuilder and, when > > correctly > > configured, monitor the AB's JSON API for newly started builds. > > When one is > > de

Re: [yocto] Nettle from release Fido fails to build

2016-03-11 Thread Joshua G Lock
On Fri, 2016-03-11 at 12:07 +0200, Leon Anavi wrote: > On 11.03.2016 11:50, Burton, Ross wrote: > > On 11 March 2016 at 09:45, Leon Anavi > > wrote: > > > > > > Yesterday I noticed that the build of recipe nettle 2.7.1 from > > > release Fido fails: > > > https://gist.github.com/leon-anavi/dfd3af

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Joshua G Lock
On Thu, 2016-03-10 at 10:43 +0100, Gary Thomas wrote: > On 2016-03-10 10:35, Joshua G Lock wrote: > > > > On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: > > > > > > I've been running local PR servers for my builds.  This works > > > quit

Re: [yocto] Long-term package revision maintenance

2016-03-10 Thread Joshua G Lock
On Thu, 2016-03-10 at 09:12 +0100, Gary Thomas wrote: > I've been running local PR servers for my builds.  This works > quite well, as long as I don't touch my build trees. > > What's the best way to manage versions long-term?  i.e. if I > have a deployed system that I build today, but may not tou