Re: [yocto] [PATCH] [yocto-autobuilder2] Add nightly-x86-64-bsp job to enable BSP HW Testcase

2018-06-20 Thread Richard Purdie
On Wed, 2018-06-20 at 23:29 +0100, Richard Purdie wrote: > Right now the simplistic logic in loadconfig() won't allow the simple > addition/replacement of an entry within a dict/list but that is > something which should be easily fixed. FWIW I just pushed something to fix this. Cheers, Richard -

Re: [yocto] [PATCH] [yocto-autobuilder2] Add nightly-x86-64-bsp job to enable BSP HW Testcase

2018-06-20 Thread Richard Purdie
Hi Aaron, Thanks for this. I think this made it clear we needed an extensions mechanism for yocto-autobuilder-helper (note this patch is against yocto-autobuilder-helper, not yocto-autobuilder2). I've just pushed a change to yocto-autobuilder2 which should allow it to load extra json files instea

[yocto] [PATCH] [yocto-autobuilder2] Add nightly-x86-64-bsp job to enable BSP HW Testcase

2018-06-19 Thread Aaron Chan
Signed-off-by: Aaron Chan --- config.json | 22 ++ 1 file changed, 22 insertions(+) diff --git a/config.json b/config.json index 808fefc..e79fae3 100644 --- a/config.json +++ b/config.json @@ -230,6 +230,23 @@ "MACHINE" : "genericx86-64" }