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

2017-07-05 Thread Ylinen, Mikko
On Mon, Jul 3, 2017 at 7:37 PM, Aníbal Limón wrote: > > > On 07/03/2017 09:03 AM, Joshua Lock wrote: > > 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] > >> > >> Sign

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

2017-07-03 Thread Gonzalez Plascencia, Jair De Jesus
It seems to be a configuration issue. Currently, I’m working on the test harness we’ll use to expand our DAFT setup, and as part of it, I’ve updated the BeagleBone filesystem. Once it is deployed, the AB should be able to call DAFT without using the root user. Regards, Jair From: Ylinen, Mikko

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

2017-07-03 Thread Aníbal Limón
On 07/03/2017 09:03 AM, Joshua Lock wrote: > 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 i

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 4/5] autobuilder/buildsteps: Add DAFTFlash buildstep

2017-06-06 Thread Aníbal Limón
This v2 fixes an small issue on variable name, DAFT_WORKER_WORKSPACE_DIR -> DAFT_WORKER_WORKSPACE. Cheers, Anibal On 06/06/2017 10:46 AM, 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

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

2017-06-06 Thread Aníbal Limón
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 Signed-off-by: Edwin Plauchu --- config/autobuilder.conf.example| 1 + .../autobuilder/buildsteps/DaftFlash.p