Re: [yocto] yocto-2.5_M1.rc3 failed at runqemu for x86

2018-01-05 Thread Joshua Lock
Hi Ee Peng, That failure was not expected but as it is a known issue we should proceed to QA M1 rc3. Please do initialise QA for this rc3. Thank you, Joshua On 05/01/18 00:54, Yeoh, Ee Peng wrote: Hi Joshua, I noticed for 2.5 M1 rc3, nightly-x86 failed during testimage (Sanity Test), due

Re: [yocto] Release Candidate Build for yocto-2.5_M1.rc2 now available.

2018-01-04 Thread Joshua Lock
This build had a couple of failures, I'm going to spin another rc. QA: please don't take any action with this build. Joshua On 04/01/18 15:35, pokybu...@debian8.yocto.io wrote: A release candidate build for yocto-2.5_M1.rc2 is now available at: https://autobuilder.yocto.io/pub/releases

Re: [yocto] CROPS status?

2017-12-18 Thread Joshua Lock
Hi Martin, On 14/12/17 20:52, Martin Kelly wrote: On 12/13/2017 12:44 PM, Avery, Brian wrote: + joshua. I am no longer working on the YP, but Joshua is looking after CROPS. It is actually a family of containers, so some parts have been updated more recently. -brian Thanks Brian. Joshua,

Re: [yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

2017-12-12 Thread Joshua Lock
On 12/12/17 14:18, Anibal Limon wrote: On 12 December 2017 at 06:24, Joshua Lock <mailto:joshua.g.l...@linux.intel.com>> wrote: This entire series merged to master of the ptest-runner2 repository. Will you be sending a recipe update? Yes, can you create the v2.1.1 tag

Re: [yocto] [ptest-runner 1/3] Makefile: libcheck now requires to link subunit

2017-12-12 Thread Joshua Lock
This entire series merged to master of the ptest-runner2 repository. Will you be sending a recipe update? Thanks, Joshua On 07/12/17 18:51, Aníbal Limón wrote: From: Aníbal Limón Signed-off-by: Aníbal Limón --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

Re: [yocto] [ptest-runner 3/3] README.md: Update to my current email

2017-12-08 Thread Joshua Lock
On 07/12/17 22:11, Anibal Limón wrote: On Thu, Dec 7, 2017 at 4:00 PM, Joshua Lock <mailto:joshua.g.l...@intel.com>> wrote: On 07/12/17 18:51, Aníbal Limón wrote: From: Aníbal Limón mailto:anibal.li...@linaro.org>> Signed-off-by: Aníbal Limón m

Re: [yocto] [ptest-runner 3/3] README.md: Update to my current email

2017-12-07 Thread Joshua Lock
On 07/12/17 18:51, Aníbal Limón wrote: From: Aníbal Limón Signed-off-by: Aníbal Limón --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fedab04..22b36a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ $ mtrace ./ptest-ru

Re: [yocto] [ptest-runner] utils.c: Prefer monotonic clock to calculate elapsed time

2017-11-02 Thread Joshua Lock
On 31/10/17 19:38, Jeffrey Pautler wrote: The current implementation uses the system clock to calculate how long a ptest has been running with no output. If a ptest changes the system clock as part of the test, that can cause the current implementation to falsely trigger a timeout or miss an ac

Re: [yocto] Navigating the layer labyrinth

2017-10-12 Thread Joshua Lock
On 12/10/17 10:34, Bernd wrote: I am a new user for a few weeks now, trying to make a customized image for a toradex colibri-vf module, so far I have succeeded in the following disciplines: * adding the 3rd party layers that I need * making my own layers * using a .bbappend to patch the device

Re: [yocto] [qa-tools][PATCH] scripts: Add ptest-parser to create reports for pTest executions

2017-10-04 Thread Joshua Lock
On 03/10/17 21:13, Jose Perez Carranza wrote: On 10/03/2017 09:42 AM, Joshua Lock wrote: Hi Jose, Where will the previous log come from in standard QA use? I'm wondering if we should work towards (in the 2.5 cycle) another git repo in the yp-qa-* namespace to keep historical ptest re

Re: [yocto] [ptest-runner 8/8] Added to XML

2017-10-03 Thread Joshua Lock
Is this an evolution of the change in 6/8? Can it be squashed in with that patch? Thanks, Joshua On 29/09/17 03:09, Jiwei Sun wrote: Signed-off-by: Jiwei Sun --- tests/data/reference.xml | 3 ++- tests/utils.c| 4 ++-- utils.c | 49 +

Re: [yocto] [ptest-runner 6/8] Add to XML when tests fail

2017-10-03 Thread Joshua Lock
On 29/09/17 03:09, Jiwei Sun wrote: * Introduce a maximum number of concurrent ptests, since we are dealing with embedded targets. This piece seems like it should be squashed into "[ptest-runner 5/8] Add parallelism to TC execution" There's a lot of code moved around and whitespace changes

Re: [yocto] [ptest-runner 5/8] Add parallelism to TC execution

2017-10-03 Thread Joshua Lock
Thanks for the patch, could you help potential reviewers to understand what the patch adds and why by improving the commit message? There's a lot of noise in this patch with unrelated whitespace changes and formatting changes. Please re-send without those changes. Existing coding style should

Re: [yocto] [ptest-runner 1/8] Corrected return code interpreter

2017-10-03 Thread Joshua Lock
Can you add a commit message detailing what changed and why? Most of the commit messages in this series don't help me understand what changed and why: https://chris.beams.io/posts/git-commit/ This is especially important as the original author of the code has moved on from the project. On 29

Re: [yocto] [qa-tools][PATCH] scripts: Add ptest-parser to create reports for pTest executions

2017-10-03 Thread Joshua Lock
Hi Jose, Where will the previous log come from in standard QA use? I'm wondering if we should work towards (in the 2.5 cycle) another git repo in the yp-qa-* namespace to keep historical ptest results and build some tooling around that, in a similar vein to poky-buildhistory / buildhistory-di

Re: [yocto] RFC: Backwards compatibility checking sstate-cache

2017-09-22 Thread Joshua Lock
On 22/09/17 15:00, Mike Looijmans wrote: I think this remark in the referenced link is the best summary of "what could be improved": """the biggest weakness of the sstate signature bits, in my opinion, is that it only tracks inputs, not outputs. If task A depends on B, and the metadata input

Re: [yocto] QA cycle report for 2.3.2 rc1

2017-09-22 Thread Joshua Lock
On 22/09/17 00:42, Cruz, Libertad wrote: === QA-Hints QA needs help from Joshua and the official AB so that we may run the Ubuntu 17.04 distro testing, if you have an Ubuntu 17.04 worker. With the objective that the report would be complete before CCB session finishes analyzing

Re: [yocto] [yocto-autobuilder][PATCH] CheckYoctoCompat.py: rename yocto-compat-layer to yocto-check-layer

2017-09-21 Thread Joshua Lock
On 21/09/17 09:47, Joshua Lock wrote: On 21/09/17 02:36, Stephano Cetola wrote: This script name was changed in the following commit: b46e05677b342df44829ffe8bcfbfc954e906030 This patch updates the script name to match. [YOCTO #12110] Signed-off-by: Stephano Cetola --- lib/python2.7

Re: [yocto] [yocto-autobuilder][PATCH] CheckYoctoCompat.py: rename yocto-compat-layer to yocto-check-layer

2017-09-21 Thread Joshua Lock
On 21/09/17 02:36, Stephano Cetola wrote: This script name was changed in the following commit: b46e05677b342df44829ffe8bcfbfc954e906030 This patch updates the script name to match. [YOCTO #12110] Signed-off-by: Stephano Cetola --- lib/python2.7/site-packages/autobuilder/buildsteps/Check

Re: [yocto] [PATCH][yocto-autobuilder] buildset-config.yocto-qa: Update the nightly-qa-distro.conf

2017-09-04 Thread Joshua Lock
On 30/08/17 18:27, Sonia Leon Bautista wrote: From: Aníbal Limón Some buildsets was removed: nigthly-{deb,ipk,rpm}: Merge into nigthly-packagemanagers, see rev faabab725053b4. nigthly-qa*: Merge into nigthly-qa-extras, see rev 363a472366a61. nightly-intel-gpl: Removed on rev 61355851e57

Re: [yocto] NotImplementedError from sanity check

2017-08-16 Thread Joshua Lock
On 16/08/17 15:42, Vuille, Martin (Martin) wrote: In the process of transitioning from Fido to Morty. In the past, when sanity detected a version mismatch with some of the configuration files (e.g., local.conf, bblayers.conf,) an error message was displayed. Now, we see the below, which I do

Re: [yocto] [yocto-autobuilder][PATCH] /bin/checkvnc

2017-08-16 Thread Joshua Lock
Thanks, queued for merge (after tweaking the commit message some) Joshua On 15/08/17 22:53, Graydon, Tracy wrote: [Yocto #11897] The checkvnc script uses deprecated netstat command for finding vnc sessions. This breaks on Centos, and will break on other OS as it is removed in the future. Drop

Re: [yocto] [yocto-autobuilder][PATCH] yoctogit: add init to submodule update

2017-07-17 Thread Joshua Lock
On Sat, 2017-07-15 at 12:33 -0700, Stephano Cetola wrote: > We replaced buildbot's standard copy function with our _srccopy > function when method=barecopy or movecopy. The srccopy will copy the > contents of the "source" directory into the build dir. We cannot > assume that submodules have not bee

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets: use translate instead of regex

2017-07-17 Thread Joshua Lock
On Sat, 2017-07-15 at 12:33 -0700, Stephano Cetola wrote: > From some quick tests the string translate function is comparable in > efficiency and certainly more legible than regex. We should note that > if we ever move this functionality to an environment running python3, > the translate function t

Re: [yocto] sstate cache not used when adding custom task

2017-07-13 Thread Joshua Lock
On Thu, 2017-07-13 at 10:52 +0200, Andreas Fenkart wrote: > Hi, > > A custom task in a bbclass causes all recipes including it to be > rebuilt every time. Link to full bbclass attached below. > > I already stripped that task down to this > > > addtask check after do_compile before do_build

Re: [yocto] [yocto-autobuilder][PATCH] add force bash option on build and preamble

2017-07-11 Thread Joshua Lock
On Mon, 2017-07-10 at 14:04 -0700, Stephano Cetola wrote: > Certain distros (Ubuntu) use a less desirable shell for /bin/sh > (dash). In some edge cases, if we source oe-init-build-env from > outside the OEROOT folder, the script will fail (as stated in the > oe-init-build-env script). By adding a

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets.py: Use python instead of awk

2017-07-11 Thread Joshua Lock
On Mon, 2017-07-10 at 14:05 -0700, Stephano Cetola wrote: > Using awk, sed, or grep to pull a shell variable out of stdio proved > complex. Instead, simply cat the entire "inc" file to stdio and use > python/regex to find the variable. Merged, thanks! > Signed-off-by: Stephano Cetola > --- >  ..

Re: [yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-06 Thread Joshua Lock
On Thu, 2017-07-06 at 08:09 -0700, Stephano Cetola wrote: > On 07/06, Joshua Lock wrote: > > This still leaves us a bit brittle. What if someone adds whitespace > > around the assignment operator? Could you create a follow-on patch > > for > > that? > > > &g

Re: [yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-06 Thread Joshua Lock
On Wed, 2017-07-05 at 14:27 -0700, Stephano Cetola wrote: > When scraping the build targets from refkit-ci.inc, grep would only > return the first line of the search result. By replacing grep with > awk, we are now searching for multi-line variables, and should now > scrape build targets even if th

Re: [yocto] [yocto-autobuilder][PATCHv2 4/5] autobuilder/buildsteps: Add DAFTFlash buildstep

2017-07-03 Thread Joshua Lock
On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > This will execute daft flash cycle without reboot and prepare the dut > for sanity tests. > > [YOCTO #10604] > > Signed-off-by: Aníbal Limón > Signed-off-by: Monserrat Sedeno Typo in the email address here. > Signed-off-by: Edwin Plauch

Re: [yocto] [yocto-autobuilder][PATCHv2 3/5] autobuilder/buildsteps: Add DaftGetDevices step

2017-07-03 Thread Joshua Lock
On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > This buildstep will copy the devices configuration from the > worker and read it, in order to get daft ip an ssh port, to > use later in RunSanityTests > > [YOCTO #10604] > > Signed-off-by: Aníbal Limón > Signed-off-by: Monserrat Sedeno

Re: [yocto] [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES

2017-07-03 Thread Joshua Lock
On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > In certain situations is need to know what images was built for > example the DAFT executes flashing over certain image. > > [YOCTO #10604] > > Signed-off-by: Aníbal Limón > --- >  lib/python2.7/site-packages/autobuilder/buildsteps/BuildIm

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets.py: improve target search algorithm

2017-07-03 Thread Joshua Lock
On Sat, 2017-07-01 at 15:05 -0700, Stephano Cetola wrote: > When scraping the build targets from refkit-ci.inc, grep would only > return the first line of the search result. By replacing grep with > awk, we are now searching for multi-line variables, and should now > scrape build targets even if th

Re: [yocto] [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add layers to bbconf

2017-07-03 Thread Joshua Lock
On Sun, 2017-07-02 at 06:56 -0700, Stephano Cetola wrote: > Since we are parsing and building all the images in refkit-ci.inc, > there are some layers that are now required. This includes flatpak, > industrial, and ROS layers. Since we are building a dynamic set of > images based on this inc file,

Re: [yocto] [yocto-autobuilder][PATCH] forcebuild: allow build with default options

2017-06-02 Thread Joshua Lock
On Thu, 2017-06-01 at 12:32 -0500, Jose Lamego wrote: > From: Anibal Limon > > A forced build fails if no options are passed through command > line (using "-o OPTIONS"). > > This change allows build to use default options if none are passed > at the command line. Useful. Merged, thanks! Joshua

Re: [yocto] Buildbot / Autobuilder / custom?

2017-05-31 Thread Joshua Lock
On Mon, 2017-05-29 at 17:01 -0400, Alain Achkar wrote: > Hello Beth and/or Joshua, > I would really appreciate some pointers on how to get the Variscite > builds to work with Autobuilder. > > Since my last email, I was able to setup the Yocto Autobuilder, add > the sample hello.conf and run it. >

[yocto] [PATCH] ref-manual: fix typo in 2.3 migration section

2017-05-11 Thread Joshua Lock
Fix typo "Post-Installtion" → "Post-Installation" Signed-off-by: Joshua Lock --- documentation/ref-manual/migration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml in

Re: [yocto] [[PATCH][yocto-autobuilder]] nightly-oe-selftest.conf: Remove set of SANITY_TESTED_DISTROS

2017-04-05 Thread Joshua Lock
On Tue, 2017-04-04 at 12:18 -0500, Aníbal Limón wrote: > The sanity testing was disabled for all builds into CreateAutoConf > buildstep so atextappend isn't need now. [1] Thanks for catching this, pushed to master. Joshua > [1] http://git.yoctoproject.org/cgit/cgit.cgi/yocto- > autobuilder/commi

Re: [yocto] Buildbot / Autobuilder / custom?

2017-03-24 Thread Joshua Lock
Hi Alain, On Thu, 2017-03-23 at 17:40 -0400, Alain Achkar wrote: > I followed http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder/tre > e/README-QUICKSTARTand got: > checking controller.cfg > LOADING CONFIG FILE > error while parsing config file: > Traceback (most recent call last): >   File "

Re: [yocto] Changing UID GID

2017-02-15 Thread Joshua Lock
On Wed, 2017-02-15 at 15:43 +0100, Dominig ar Foll (Intel Open Source) wrote: > Hello, > >    > >   in AGL project we are facing an issue as when we create new > images >   the UID,GID of given packages can (and does) change depending > of >   the build. > >   This induce

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Joshua Lock
On Wed, 2017-02-08 at 07:06 -0500, Robert P. J. Day wrote: > On Wed, 8 Feb 2017, Leon Woestenberg wrote: > > ... snip ... > > > blktrace > >   without putting any research into knowing precisely what these > utilities do, i put them into a list on a wiki page: > >  http://www.crashcourse.ca/wik

Re: [yocto] sysroot question

2017-02-08 Thread Joshua Lock
On Wed, 2017-02-08 at 12:12 +0100, Gary Thomas wrote: > On 2017-02-08 11:42, Gary Thomas wrote: > > I had a recipe that used to work and now fails after the change > > to the split sysroots.  I'm building an out-of-tree kernel module > > and patterned my recipe after the meta-skeleton example. My r

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

2017-01-18 Thread Joshua Lock
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 for the change is. > > Signed-off-by: Aníbal Limón > --- >  .../si

Re: [yocto] has support for MPC8315E-RDB been dropped?

2017-01-11 Thread Joshua Lock
On Mon, 2017-01-09 at 10:17 +, Burton, Ross wrote: > Nope, we're missing a tarball somewhere.  Can you file a bug? Filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=10911 Joshua > Ross > On 6 January 2017 at 22:30, Robert P. J. Day > wrote: > >   i notice that if you search for the powe

Re: [yocto] [yocto-autobuilder][PATCH] buildset-config.meta-intel/nightly-meta-intel.conf

2016-11-04 Thread Joshua Lock
On Thu, 2016-11-03 at 12:55 -0700, Graydon, Tracy wrote: > Update nightly-meta-intel.conf with the most recent release branches. Merged, thanks. Joshua > > Signed-off-by: Graydon, Tracy > --- >  buildset-config.meta-intel/nightly-meta-intel.conf | 2 +- >  1 file changed, 1 insertion(+), 1 dele

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-03 Thread Joshua Lock
On Wed, 2016-11-02 at 21:31 +, Joshua Lock wrote: > On Wed, 2016-11-02 at 17:41 +0100, Bas Mevissen wrote: > > > > On 02/11/16 11:05, Joshua Lock wrote: > > > > > > > > > > > Can someone with a CentOS 7 box pastebin their /etc/lsb-releas

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Joshua Lock
On Wed, 2016-11-02 at 17:41 +0100, Bas Mevissen wrote: > On 02/11/16 11:05, Joshua Lock wrote: > > > > > Can someone with a CentOS 7 box pastebin their /etc/lsb-release, > > /etc/redhat-release and /etc/os-release? > > > > /etc/lsb-release not available

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-02 Thread Joshua Lock
On Tue, 2016-11-01 at 17:11 +, Burton, Ross wrote: > > > > On 1 November 2016 at 17:05, Bas Mevissen wrote: > > What are the criteria to call a distro supported? > > > > > > The short version is that it's a distro that doesn't change too much, is still supported, and we have builders on aut

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

2016-10-14 Thread Joshua Lock
On Thu, 2016-10-13 at 17:38 -0500, gm...@reliableembeddedsystems.com wrote: > Hi, > > On 2016-10-13 16:29, Lock, Joshua G wrote: > > > > Can you help me understand why you needed to create this patch? > > > > We've run into some issues recently where toolchains we expected to > > be > > built we

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

2016-10-13 Thread Joshua Lock
On Wed, 2016-10-12 at 17:29 +0200, Beth 'pidge' Flanagan wrote: > On Mon, 2016-10-10 at 01:44 -0500, gm...@reliableembeddedsystems.com > wrote: > > > > > > > A few notes (not picking on this patch but it does point out some > design failures and I want to at least get this on folks radar). > >

[yocto] [PATCH] ref-manual: remove reference to RM_OLD_IMAGE

2016-10-12 Thread Joshua Lock
RM_OLD_IMAGE has been removed as it's now the default behaviour. Signed-off-by: Joshua Lock --- documentation/ref-manual/ref-variables.xml | 22 -- 1 file changed, 22 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manua

Re: [yocto] Y-AB automatic updates?

2016-10-11 Thread Joshua Lock
On Tue, 2016-10-11 at 11:42 +0300, gm...@reliableembeddedsystems.com wrote: > Hi, > > With a latest and greatest Yocto Autobuilder I noticed stuff like > this  > when I restart it: > > --- > ... >   Updating PRSERV > remote: Counting objects: 20, done. > remote: Compressing objects: 100% (20/20),

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: Make PublishArtifacts step to fail when cp fails

2016-09-27 Thread Joshua Lock
On Tue, 2016-09-27 at 09:34 -0500, mariano.lo...@linux.intel.com wrote: > From: Mariano Lopez > > When publishing the artifacts, sometimes the cp commands fails > because it can't find the origin files, but the step in te > autobuilder > is green, like there were no errors at all. This will catch

Re: [yocto] [PATCH][yocto-autobuilder] nigthly-qa-*, nigthly-rpm*: Move RunSanityTests before SendErrorReport

2016-09-19 Thread Joshua Lock
On Sun, 2016-09-18 at 13:05 -0500, Aníbal Limón wrote: > If RunSanityTests executes after SendErrorReport and fails, the error > report was not send to the errors.yp.org server. Pushed, thanks. Joshua > Signed-off-by: Aníbal Limón > --- >  buildset-config.controller/nightly-qa-extras.conf  

Re: [yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-16 Thread Joshua Lock
Sep 16, 2016 at 5:07 AM, Joshua Lock > wrote: > > > > On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote: > > > > > > We are no longer supporting kepler or luna. Remove the build set > > > for > > > those and > > > remove luna from yoct

Re: [yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-16 Thread Joshua Lock
On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote: > We are no longer supporting kepler or luna. Remove the build set for > those and > remove luna from yoctoAB.conf. Pushed to master, thanks! > > Signed-off-by: Graydon, Tracy > --- >  buildset-config.controller/eclipse-plugin-kepler.conf

[yocto] [yocto-autobuilder][PATCH] checkvnc: use netstat to detect running vncserver

2016-09-12 Thread Joshua Lock
Using `pidof Xvnc` isn't sufficient because on debian-based distros the vncserver script will start Xtightvnc. Instead switch back to using netstat for the VNC tcp socket to detect a running vncserver. [YOCTO #10257] Signed-off-by: Joshua Lock --- bin/checkvnc | 2 +- 1 file chang

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

2016-09-07 Thread Joshua Lock
ry at: git://git.yoctoproject.org/yocto-autobuilder joshuagl/buildlogger http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder/log/?h=joshuagl/buildlogger Joshua Lock (3): buildlogger: remove old, incomplete, comment buildlogger: don't hardcode YP AB in generated URL buildlogger: fix

[yocto] [yocto autobuilder][PATCH 2/3] buildlogger: don't hardcode YP AB in generated URL

2016-09-07 Thread Joshua Lock
When generating text for a BuildLog wiki entry we were hard-coding the Yocto Project AB URL in the entry's title, rather than that add a new variable to buildlogger.conf and use the value of this variable to construct the URL in the link. Signed-off-by: Joshua Lock --- bin/buildl

[yocto] [yocto autobuilder][PATCH 3/3] buildlogger: fix sorting of recent builds

2016-09-07 Thread Joshua Lock
the highest/most recent build id. Signed-off-by: Joshua Lock --- bin/buildlogger | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bin/buildlogger b/bin/buildlogger index 1b31281..912f419 100755 --- a/bin/buildlogger +++ b/bin/buildlogger @@ -219,7 +219,7 @@ def write

[yocto] [yocto autobuilder][PATCH 1/3] buildlogger: remove old, incomplete, comment

2016-09-07 Thread Joshua Lock
The comment isn't complete and doesn't make much sense. Signed-off-by: Joshua Lock --- bin/buildlogger | 6 -- 1 file changed, 6 deletions(-) diff --git a/bin/buildlogger b/bin/buildlogger index 97f67ec..7a529c0 100755 --- a/bin/buildlogger +++ b/bin/buildlogger @@ -1

Re: [yocto] [PATCH][yocto-autobuilder] nightly-qa-systemd.conf: Add create_eventlog property

2016-08-31 Thread Joshua Lock
On Tue, 2016-08-30 at 10:46 -0500, Aníbal Limón wrote: > This buildset also needs the create_eventlog property for only > enable the toaster event log creation when required. See rev [1]. > > [1] 0b083509beaf7421f1dde4b679a934741ac4a3bc Pushed to master, thanks! Joshua > > Signed-off-by: Aníba

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

2016-08-31 Thread Joshua Lock
On Wed, 2016-08-17 at 17:12 +0100, Joshua G Lock wrote: > 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 runni

Re: [yocto] [meta-swupd][PATCH v2] swupd-client_git.bb: Make pinned pubkey configurable

2016-08-30 Thread Joshua Lock
On Mon, 2016-08-29 at 11:09 +0300, Dmitry Rozhkov wrote: > SWUPD server may move to a new location where a different pubkey > needs to be used and the hardcoded one won't work. > > This makes pinned pubkey configurable. Thanks Dmitry, patch pushed. Regards, Joshua > > Changes in v2: add expli

Re: [yocto] [meta-swupd][PATCH] swupd-client_git.bb: Make pinned pubkey configurable

2016-08-26 Thread Joshua Lock
On Tue, 2016-08-23 at 10:35 +0300, Dmitry Rozhkov wrote: > SWUPD server may move to a new location where a different pubkey > needs to be used and the hardcoded one won't work. > > This makes pinned pubkey configurable. This change sounds good but fails to build here. swupd-client do_install fai

Re: [yocto] [yocto-autobuilder][PATCH] nightly-multilib.conf: add mips64/32 build and test

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 13:31 -0700, Bill Randle wrote: > To provide additional testing of multilib configs, build and test a > mips64/n32 image. > > [YOCTO #8083] Pushed to master. Thanks, Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-multilib.conf | 8 +++

Re: [yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: run sanity tests on images

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 10:46 -0700, Bill Randle wrote: > Run the sanity tests on the musl images. Merged to master, thanks! Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-musl.conf | 1 + >  1 file changed, 1 insertion(+) > > diff --git a/buildset-config.controll

Re: [yocto] [PATCH] nightly-no-x11.conf: build and test some actual images

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 07:59 -0700, Bill Randle wrote: > Create sample images and perform a sanity test on them. > > [YOCTO #7568] Merged to master, thanks! Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-no-x11.conf | 3 ++- >  1 file changed, 2 insertions(+), 1

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 10:14 -0700, Bill Randle wrote: > Commit 623665a11e added support for building a qemux86 image, but the > step to actually publish it did not get included. Also, nightly- > wic.conf > was missed when the other config files were updated to include the > DownloadErrorReports and

Re: [yocto] [yocto-autobuilder][PATCH v2] PublishArtifacts.py: fix filecheck to work under dash (or other POSIX shell)

2016-08-22 Thread Joshua Lock
On Mon, 2016-08-22 at 07:52 -0700, Bill Randle wrote: > An earlier patch (ed3857990) to check for existing msd5sum files > worked > fine when tested under bash, but failed with an error message about > [[ > not found when run under dash. Updated the test to not rely on > bashisms. Pushed to master

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: add build for qemux86

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 10:53 -0700, Bill Randle wrote: > [YOCTO #10166] Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-wic.conf | 6 ++ >  1 file changed, 6 insertions(+) > > diff --git a/buildset-config.controller/nightly-wic.con

Re: [yocto] [yocto-autobuilder][PATCH] add support for building the eclipse-poky-neon plugin

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 12:04 -0700, Bill Randle wrote: > Add configs to build the eclipse poky neon plugin and drop support > for the > kepler branch. Also, generate md5sums for the eclipse plugin > artifacts. > (Note: building neon requires java 1.8.0.) > > [YOCTO #9940] Pushed to master, thanks.

Re: [yocto] [yocto-autobuilder][PATCH] SendQAEmail.py: cleanup email formatting

2016-08-22 Thread Joshua Lock
On Fri, 2016-08-19 at 09:27 -0700, Bill Randle wrote: > "-e" option is not required and gets inserted into email text if > present. Pushed to master, thanks. Joshua > > Signed-off-by: Bill Randle > --- >  lib/python2.7/site-packages/autobuilder/buildsteps/SendQAEmail.py | > 2 +- >  1 file chan

Re: [yocto] [yocto-autobuilder][PATCH v2] enable use of kvm with qemux86*

2016-08-22 Thread Joshua Lock
On Wed, 2016-08-17 at 18:49 -0700, Bill Randle wrote: > When used with corresponding oe-core patch, this will enable the use > of kvm when running qemux86* images on a x86* host that supports kvm. > On the same build machine, for an x86_64 testimage run, the with and > without times are: >   withou

Re: [yocto] [yocto-autobuilder][PATCH] PublishArtifacts.py: fix file check to work under dash

2016-08-22 Thread Joshua Lock
On Sat, 2016-08-20 at 15:50 -0700, Bill Randle wrote: > An earlier patch (ed3857990) to check for existing msd5sum files > worked > fine when tested under bash, but failed with an error message about > [[ > not found when run under dash. Updated the test to not rely on > bashisms. > > Signed-off-b

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

2016-05-09 Thread Joshua Lock
.conf formatted as follows: [wikiuser] username = botuser password = botuserpassword [wiki] pagetitle = BuildLog Signed-off-by: Joshua Lock --- Changes since v1: * Add example buildlogger conf file * Only start buildlogger when BUILDLOG_TO_WIKI is True * Move the wiki and builder api url

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

2016-05-09 Thread Joshua Lock
.conf formatted as follows: [wikiuser] username = botuser password = botuserpassword [wiki] pagetitle = BuildLog Signed-off-by: Joshua Lock --- .gitignore | 2 + bin/buildlogger | 273 yocto-start-autobuilder | 8 ++ yocto

Re: [yocto] [meta-raspberrypi] RFC on choice of tool for patch review

2015-08-12 Thread Joshua Lock
On Wed, 2015-08-12 at 10:25 +0100, Joshua Lock wrote: > On Wed, 2015-08-12 at 10:17 +0100, Alex J Lennon wrote: > > We've been having a discussion on a way forward to manage patches > > and > > code review and would like to open this up for discussion to agree

Re: [yocto] [meta-raspberrypi] RFC on choice of tool for patch review

2015-08-12 Thread Joshua Lock
On Wed, 2015-08-12 at 10:17 +0100, Alex J Lennon wrote: > We've been having a discussion on a way forward to manage patches and > code review and would like to open this up for discussion to agree a > way > forward. There's http://patchwork.openembedded.org/. I'm not sure who maintains it, nor if

Re: [yocto] First set of fido-next changes are in testing

2015-05-05 Thread Joshua Lock
On Fri, 2015-05-01 at 14:26 +0200, Martin Jansa wrote: > On Fri, May 01, 2015 at 12:09:43PM +0100, Joshua Lock wrote: > > All, > > > > There have been a lot of patches proposed for fido so I wanted to > > let > > you know that I have just submitted a firs

[yocto] First set of fido-next changes are in testing

2015-05-01 Thread Joshua Lock
All, There have been a lot of patches proposed for fido so I wanted to let you know that I have just submitted a first fido-next test build to the autobuilder. The full set of changes can be seen in my fido-next branch: http://git.yoctoproject.org/cgit/cgit.cgi/poky -contrib/log/?h=joshuagl/fido

[yocto] [PATCH 1/2] PublishArtifacts.py: respect TMP_DIR if it's set

2015-03-20 Thread Joshua Lock
If TMP_DIR is set look there for artifacts to publish, rather than a tmp directory which is a child of basedir. Signed-off-by: Joshua Lock --- .../autobuilder/buildsteps/PublishArtifacts.py | 39 -- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/lib

[yocto] [PATCH 2/2] PublishArtifacts: enable publishing of sstate

2015-03-20 Thread Joshua Lock
hArtifacts step. Having to turn things on twice is "not good". Signed-off-by: Joshua Lock --- .../site-packages/autobuilder/buildsteps/PublishArtifacts.py | 12 1 file changed, 12 insertions(+) diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/Publis

[yocto] [PATCH 0/2][autobuilder] Some fixes for PublishArtifacts

2015-03-20 Thread Joshua Lock
sstate in two places (which is twice as many chances it'll be misconfigured)... Joshua Lock (2): PublishArtifacts.py: respect TMP_DIR if it's set PublishArtifacts: enable publishing of sstate .../autobuilder/buildsteps/PublishArtifacts.py | 51 ++ 1 file ch

Re: [yocto] meta-baryon flexibility

2012-07-18 Thread Joshua Lock
On 18/07/12 04:40, James Abernathy wrote: On Tue, Jul 17, 2012 at 6:19 PM, Joshua Lock mailto:j...@linux.intel.com>> wrote: On Tue, 2012-07-17 at 15:24 -0400, Jim Abernathy wrote: > In an effort to explore how independent a layer could be to the > underlying hardware

Re: [yocto] meta-baryon flexibility

2012-07-17 Thread Joshua Lock
On Tue, 2012-07-17 at 15:24 -0400, Jim Abernathy wrote: > In an effort to explore how independent a layer could be to the > underlying hardware, I took the meta-baryon NAS layer and got it built > from master using the n450 BSP. With that working I decided to replace > the n450 with sugarbay.

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-16 Thread Joshua Lock
On Mon, 2012-07-16 at 16:01 +, McClintock Matthew-B29882 wrote: > On Mon, Jul 16, 2012 at 10:32 AM, Joshua Lock wrote: > > On 16/07/12 08:10, McClintock Matthew-B29882 wrote: > >> > >> On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote: > >>> >

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-16 Thread Joshua Lock
On 16/07/12 08:10, McClintock Matthew-B29882 wrote: On Mon, Jul 16, 2012 at 9:58 AM, Joshua Lock wrote: On 12/07/12 10:43, McClintock Matthew-B29882 wrote: Josh, Scott: I've pushed a set of patches for edison/denzil branch - and I may push a few more still to: http://git.yoctoprojec

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-16 Thread Joshua Lock
ase series if it's to continue to be relevant to your work. Cheers, Joshua -- Joshua Lock Intel Open Source Technology Centre ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Yocto Project 1.1.2 release readiness

2012-07-13 Thread Joshua Lock
On 13/07/12 17:25, Joshua Lock wrote: We are preparing 1.2.1 for release and we will discuss the release readiness in our technical team meeting next Tuesday. This (and anywhere else I fudged it) should read 1.1.2, as the subject line does. Cheers, Joshua -- Joshua Lock Yocto

[yocto] Yocto Project 1.1.2 release readiness

2012-07-13 Thread Joshua Lock
ommand fails after 10 retries with 1.1.2 20120630 build Please attend the technical team meeting on Tuesday morning to discuss readiness of this branch for release. Cheers, Joshua -- Joshua Lock Yocto Project Intel Open Source Technology Centre ___

Re: [yocto] Yocto WebHob update

2012-07-06 Thread Joshua Lock
that image in a VM on their servers and running a VNC Viewer Java applet in the users browser. Joshua -- Joshua Lock Yocto Project Intel Open Source Technology Centre ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] trouble running hob on Debian

2012-06-19 Thread Joshua Lock
more useful if the required version were also reported, an oversight on my part. Presently you need Gtk+ 2.20.0 or later and PyGtk 2.21.0 or later. Joshua -- Joshua Lock Yocto Project Intel Open Source Technology Centre ___ yocto ma

Re: [yocto] Hob implementation: vanilla or branded?

2012-06-08 Thread Joshua Lock
On 08/06/12 13:24, Burton, Ross wrote: On 8 June 2012 17:41, Joshua Lock wrote: Joshua: if you have a rough idea of the things that will need to be changed from the work you did before the 1.2 release, please let us know. I think it's fair that I take over from Joshua as "re

Re: [yocto] Hob implementation: vanilla or branded?

2012-06-08 Thread Joshua Lock
ough. > What do you think? I'm definitely in favour of that. Cheers, Joshua -- Joshua Lock Yocto Project Intel Open Source Technology Centre ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [PATCH x32 Edison 2/2] gmp: Fix EXTRA_OECONF for native target

2012-06-05 Thread Joshua Lock
From: Joshua Lock Signed-off-by: Joshua Lock --- gmp/gmp_5.0.2.bbappend |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gmp/gmp_5.0.2.bbappend b/gmp/gmp_5.0.2.bbappend index 4b33dbb..531bda8 100644 --- a/gmp/gmp_5.0.2.bbappend +++ b/gmp/gmp_5.0.2.bbappend @@ -1,3 +1,3

[yocto] [PATCH x32 Edison 1/2] openssl: update bbappend to match version in poky edison

2012-06-05 Thread Joshua Lock
From: Joshua Lock Signed-off-by: Joshua Lock --- ...ssl_0.9.8r.bbappend => openssl_0.9.8s.bbappend} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename openssl/{openssl_0.9.8r.bbappend => openssl_0.9.8s.bbappend} (100%) diff --git a/openssl/openssl_0.9.8r.bbappend b/o

[yocto] [PATCH x32 Edison 0/2] Fixes for meta-x32 edison branch

2012-06-05 Thread Joshua Lock
://github.com/incandescant/meta-x32 Joshua Lock (2): openssl: update bbappend to match version in poky edison gmp: Fix EXTRA_OECONF for native target gmp/gmp_5.0.2.bbappend |2 +- ...ssl_0.9.8r.bbappend => openssl_0.9.8s.bbappend} |0 2 files changed, 1 inserti

Re: [yocto] [PATCH] fix the build issue of ppp

2012-06-05 Thread Joshua Lock
On 05/06/12 12:17, Khem Raj wrote: On Tue, Jun 5, 2012 at 11:59 AM, Joshua Lock wrote: On 04/06/12 20:32, b19...@freescale.com wrote: From: Zhenhua Luo this patch is for edison branch of poky fix following build issue of ppp: make[2]: Entering directory `/local/home

Re: [yocto] [PATCH] fix the build issue of ppp

2012-06-05 Thread Joshua Lock
://ppp-fix-build-issue-of-rp-pppoe.so.patch \ file://pon \ file://poff \ file://init \ -- Joshua Lock Yocto Project Intel Open Source Technology Centre ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

  1   2   3   >