Re: [yocto] [[PATCH][yocto-autobuilder] 1/2] buildsteps/CreateAutoConf.py: Add support for specify MACHINE by build prop

2017-01-19 Thread Beth 'pidge'; Flanagan
On Wed, 2017-01-18 at 18:13 +, Joshua Lock wrote: > On Mon, 2017-01-16 at 10:25 -0600, Aníbal Limón wrote: > > > > Sometimes is a good idea to could specify a machine to build via a > > build > > property. > Why's that? I can guess but the commit log should really tell me what > the motivation

Re: [yocto] Ignoring Fetch errors for optional source.

2016-12-07 Thread Beth 'pidge'; Flanagan
On Wed, 2016-12-07 at 13:08 +, Burton, Ross wrote: > > On 7 December 2016 at 13:00, Beth 'pidge' Flanagan > om> wrote: > > I've an odd use case that I wonder if anyone has a work around/way > > of > > doing it. > > > > I've a cli

[yocto] Ignoring Fetch errors for optional source.

2016-12-07 Thread Beth 'pidge'; Flanagan
c_uri that some people won't have access to. I want to be able to just ignore any fetch/unpack errors if that extra src is unfetchable. Thoughts on how to achieve this? -b -- Beth 'pidge' Flanagan www.toganlabs.com -- ___ yocto maili

Re: [yocto] Buildbot / Autobuilder / custom?

2016-11-11 Thread Beth 'pidge'; Flanagan
On Fri, 2016-11-11 at 12:35 -0500, Alain Achkar wrote: > Hello Joshua! > > We are using Yocto to build for the Variscite DART-6UL SoM which is > based on Freescale/NXP i.MX6UL (http://variwiki.com/index.php?title=D > ART-6UL_Yocto_Jethro_R1_build). > > Currently, developers run builds manually on

[yocto] First release meta-arduino layer for the Arduino Yún

2016-11-02 Thread Beth 'pidge'; Flanagan
work from OpenWRT. Future support is planned for the Arduino Industrial 101 board and the Arduino Yún Shield. Maintainers: Beth 'pidge' Flanagan pi...@toganlabs.com Paul Barker p...@paulbarker.me.uk Primary repository: https://github.com/toganlabs/meta-arduino Please send any question

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-12 Thread Beth 'pidge'; Flanagan
On Wed, 2016-10-12 at 07:28 -0700, Bill Randle wrote: > Hi Robert, > > Then "normal" method to send patches is via direct insertion into the > email, rather than an attachment (see git-send-email). Also, it is > missing a commit comment as the first text in the patch file. > Otherwise, it looks go

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: deal only with built toolchains, cp also md5 and manifests

2016-10-12 Thread Beth 'pidge'; Flanagan
s config file driven. c. Had much less of the cruft that exists withing DeployArtifacts. So. Thoughts on this? I'd be willing to hear suggestions on how to do this before I go and spend some time ripping this apart post release? -b -- Bet

Re: [yocto] [[PATCHv5][yocto-autobuilder]] buildset.controller: Add build set to test new OS distribution in autobuilder

2016-10-12 Thread Beth 'pidge'; Flanagan
On Mon, 2016-10-10 at 09:54 -0500, Aníbal Limón wrote: > From: Monserrat Sedeno > > As part of the process to set new OS distribution as supported on > Yoctoc Project > a new patch was created with the list of build sets that should be > executed. > > Detailed information: > https://wiki.yoctopr

Re: [yocto] [[yocto-autobuilder][PATCHv3]] Build sets to test new OS distribution in autobuilder

2016-10-06 Thread Beth 'pidge'; Flanagan
On Wed, 2016-10-05 at 15:54 -0500, Monserrat Sedeno wrote: > As part of the process to set new OS distribution as supported on > Yoctoc Project > a new patch was created with the list of build sets that should be > executed. > > Detailed information: > https://wiki.yoctoproject.org/wiki/Distro_Tes

Re: [yocto] [yocto autobuilder][PATCH 0/3] Fix buildlogger

2016-09-08 Thread Beth 'pidge'; Flanagan
merged into master. Thanks! -b On Wed, 2016-09-07 at 16:33 +0100, Joshua Lock wrote: > Since build 999 we haven't seen any builds logged to the BuildLogs > wiki page, > that turns out to be because the JSON dicts keys are strings and thus > the sort > order isn't as expected, i.e. 999 > 1001. >

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: add additional config settings for efi images

2016-08-25 Thread Beth 'pidge'; Flanagan
On Wed, 2016-08-24 at 10:40 -0700, Bill Randle wrote: > Building efi disk images now requires extra config settings, so add > IMAGE_FSTYPES and MACHINE_FEATURES appends to the auto.conf file. > > Signed-off-by: Bill Randle > Merged to master. -b > --- >  buildset-config.controller/nightly-wic

Re: [yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: add world build

2016-08-10 Thread Beth 'pidge'; Flanagan
Merged into master, Thanks -b On Tue, 2016-08-09 at 10:34 -0700, Bill Randle wrote: > Add world build for musl. > > [YOCTO #10105] > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-musl.conf | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/buil

Re: [yocto] [yocto-autobuilder][PATCH] SendQAEmail.py: use sendmail instead of mail to send QA email

2016-08-10 Thread Beth 'pidge'; Flanagan
Merged into master, Thanks -b On Tue, 2016-08-09 at 09:42 -0700, Bill Randle wrote: > When sending QA emails, the autobuilder uses the 'mail' command > (typically > installed as /usr/bin/mail or /bin/mail). However, most distributions > do not > install this program by default. They generally alw

Re: [yocto] [PATCHv2][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-08-01 Thread Beth 'pidge'; Flanagan
On Fri, 2016-07-29 at 11:13 -0500, Aníbal Limón wrote: > nightly-oecore buildset doesn't prove got_revision property > so when got_revision is None use got_revision_oecore instead. > pulled into master, thanks! -b > [YOCTO #10051] > > Signed-off-by: Aníbal Limón > --- >  lib/python2.7/site-pa

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Beth 'pidge'; Flanagan
On Fri, 2016-07-29 at 10:47 -0500, Aníbal Limón wrote: > > On 07/29/2016 10:31 AM, Beth 'pidge' Flanagan wrote: > > > > I'd put this in a try except. What happens with eclipse? > At this time we don't support eclipse, i'll add the try except and if

Re: [yocto] [PATCH][yocto-autobuilder] lib/buildsteps.py: fix report creation in nigthly-oecore

2016-07-29 Thread Beth 'pidge'; Flanagan
On Fri, 2016-07-29 at 10:10 -0500, Aníbal Limón wrote: > nightly-oecore buildset doesn't prove got_revision property > so when got_revision is None use got_revision_oecore instead. > > [YOCTO #10051] > > Signed-off-by: Aníbal Limón > --- >  lib/python2.7/site-packages/autobuilder/lib/buildsteps.

Re: [yocto] [yocto-autobuilder][PATCH 0/2] Allow OPTIMIZED_GIT_CLONE to be False

2016-07-25 Thread Beth 'pidge'; Flanagan
Merged into master -b On Sat, 2016-07-23 at 08:11 -0700, Bill Randle wrote: > The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, > because things break if it is set to False. I had a case where it > needed to be set False because the git trash folder was on a > different > file

Re: [yocto] [yocto-autobuilder][PATCH 0/2] Allow OPTIMIZED_GIT_CLONE to be False

2016-07-25 Thread Beth 'pidge'; Flanagan
On Sat, 2016-07-23 at 08:11 -0700, Bill Randle wrote: > The autobuilder code assumes OPTIMIZED_GIT_CLONE is always set True, > because things break if it is set to False. I had a case where it > needed to be set False because the git trash folder was on a > different > file system than the build di

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: build genericx86 wic images

2016-07-25 Thread Beth 'pidge'; Flanagan
Merged into master -b On Fri, 2016-07-22 at 10:35 -0700, Bill Randle wrote: > QA requested wic images for genericx86, as well as x86-64 so include > config and build for them. > > [YOCTO #10006] > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-wic.conf | 8 +++- >

Re: [yocto] [yocto-autobuilder][PATCH 0/4] autobuilder: make toaster eventlog creation optional

2016-07-19 Thread Beth 'pidge'; Flanagan
oller/nightly-x86-lsb.conf|  4 >  buildset-config.controller/nightly-x86.conf|  4 >  buildset-config.controller/nightly.conf|  7 ++- >  .../autobuilder/buildsteps/BuildImages.py  | 24 > +++++----- >  .../buildstep

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-27 Thread Beth 'pidge'; Flanagan
obuilder/lib/ABTools.py   |  59 > >  .../site-packages/autobuilder/lib/buildsteps.py| 104 > + >  .../buildbot/steps/transfer.py         |  86 > - >  .../buildslave/commands/registry.py|   1 + >  .../buildslav

Re: [yocto] [autobuilder][PATCH] nightly-arm.conf: build Cortex-A8 toolchains

2016-06-27 Thread Beth 'pidge'; Flanagan
{'BuildToolchainImages': {}}, > +{'BuildImages': {'images': '-c populate_sdk_ext core-image- > minimal'}}, >  {'CreateAutoConf': {'machine': 'qemuarm', 'SDKMACHINE' : > 'i686', 'distro': 'poky', 'buildhistory' : False}}, >  {'BuildToolchainImages': {}}, >  {'RunSDKSanityTests': {'images': 'core-image-sato'}}, -- Beth 'pidge' Flanagan toganlabs.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [autobuilder][PATCH] CreateAutoConf.py: check for empty env history variables before using

2016-06-27 Thread Beth 'pidge'; Flanagan
('BUILD_HISTORY_WHITELIST') is > not None: > +        history_repos=ast.literal_eval(os.environ.ge > t('BUILD_HISTORY_WHITELIST').encode('utf-8')) >  if repo in history_repos.keys() and \ > self.getProperty("branch") in > history_repos[self.getProperty("repository")]: >  # We keep this build history -- Beth 'pidge' Flanagan toganlabs.com -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-23 Thread Beth 'pidge'; Flanagan
On Thu, 2016-06-23 at 10:27 -0500, Aníbal Limón wrote: > > On 06/22/2016 03:17 PM, Aníbal Limón wrote: > > > > > > > > On 06/22/2016 02:44 AM, Beth 'pidge' Flanagan wrote: > > > > > > On Tue, 2016-06-21 at 18:07 -0500, Aníbal Limón

Re: [yocto] [yocto-autobuilder][PATCHv2] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones

2016-06-22 Thread Beth 'pidge'; Flanagan
Pulled into master, thanks! -b On Tue, 2016-06-21 at 07:38 -0700, Bill Randle wrote: > Signed-off-by: Bill Randle > --- > v2: delete line, rather than commenting it out > >  buildset-config.controller/nightly-world-lsb.conf | 3 +-- >  1 file changed, 1 insertion(+), 2 deletions(-) > > diff --g

Re: [yocto] [[yocto-autobuilder][PATCHv2] 00/15] Add support for generate bitbake/oe-selftest error reports

2016-06-22 Thread Beth 'pidge'; Flanagan
pull request that created the original thing we're renaming. - Please fix the title for 83b6707622128436b4ece9d4c2a89311b000c209 's/buiidsets/buildsets/' -b -- Beth 'pidge' Flanagan toganlabs.com > > Also the changes could be reviewed at [2]. > > [1]

Re: [yocto] [yocto-autobuilder][PATCH] nightly-world-lsb.conf: skip Publish step so artifacts don't overwrite nightly-world ones

2016-06-21 Thread Beth 'pidge'; Flanagan
hArtifacts': {'artifacts': ['ipk', 'rpm', 'deb']}}] > +{'SendErrorReport': {}}] > +# skip Publish step so artifacts don't overwrite nightly-world ones > +#        {'PublishArtifa

Re: [yocto] [PATCH][yocto-autobuilder] autobuilder/Autobuilder.p: Add missing import of buildbot.util.

2016-06-20 Thread Beth 'pidge'; Flanagan
On Fri, 2016-06-17 at 11:05 -0500, Aníbal Limón wrote: > When try to start Autobuilder fails with the next exception, > > 2016-06-07 17:06:45-0500 [-] LOADING CONFIG FILE > 2016-06-07 17:06:45-0500 [-] error while parsing config file: > > Traceback (most recent call last): >   File > "/ho

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

2016-06-13 Thread Beth 'pidge'; Flanagan
On Mon, 2016-06-13 at 10:09 -0500, Aníbal Limón wrote: > > On 06/13/2016 03:48 AM, Beth 'pidge' Flanagan wrote: > > > > On Thu, 2016-06-09 at 16:23 -0500, Aníbal Limón wrote: > > > > > > Hi folks, > > > > > > Currently w

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

2016-06-13 Thread Beth 'pidge'; Flanagan
ted (and even if it isn't in master, we maintain backwards compatibility) As a whole, I like what is being done here. I would like this put on the devel cluster before bringing it into production, just to smoke test this, both with nightly builds and single builds. I can't see anything that w