Re: [yocto] [meta-alexa-demo][PATCH 1/3] Moved meta-alexa-demo top level to meta-alexapi

2017-08-08 Thread Cal Sullivan
Sorry for slow response. I see your signoff on the original patch, do I have permission to add it back to these? Thanks, Cal On 08/07/2017 04:17 PM, Amanda Brindle wrote: From: Matthew Hansen --- COPYING.MIT => meta-alexapi/COPYING.MIT | 0 LICENSE => met

[yocto] [yocto-autobuilder][PATCH] buildset-config.controller/nightly-refkit.conf: add nodistro build

2017-08-08 Thread Stephano Cetola
Here we set DISTRO = "" to test building without setting refkit as the distro. This requires that we set REFKIT_IMAGE_MODE = "" as well, since refkit-image-minimal does not define any IMAGE_MODES. This is normally used to enable features like auto-login or setting public / private keys. Signed-off

Re: [yocto] Remote Eclipse debug setup

2017-08-08 Thread Paul D. DeRocco
> From: Paul D. DeRocco > > I'm trying to get remote Eclipse debugging working, between > Yocto Morty and Eclipse Mars. This is for an RPi3 using > systemd. I'm only trying to debug an application separately > compiled with the Yocto SDK toolchain, not to debug anything > in the Linux build. >

[yocto] [patchwork][RFC][PATCH] tools/test-series: automate test builds for series

2017-08-08 Thread Jose Lamego
Testing patch series' for appropriate integration and further build against a branch requires several manual steps, providing a poor code maintainer experience and increasing overall patch integration workflow. This change adds a script to automate downloading one or more series from patchwork, ap