Re: [yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2020-01-15 Thread Richard Purdie
On Wed, 2020-01-15 at 06:50 +, Mittal, Anuj wrote: > Can this be merged in zeus/warrior too please? I've merged to zeus but this code isn't in warrior at all... Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#47966): https://l

Re: [yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2020-01-14 Thread Anuj Mittal
Can this be merged in zeus/warrior too please? Thanks, Anuj On Mon, 2019-12-16 at 17:41 +, Ross Burton wrote: > meta-intel BSPs are not compatible with the qemu BSPs currently, so > don't > attempt to execute testimage. > > Signed-off-by: Ross Burton > --- > config.json | 2 +- > 1 file c

[yocto] [PATCH yocto-autobuilder-helper v2 1/3] config: don't run meta-intel in qemu yet

2019-12-16 Thread Ross Burton
meta-intel BSPs are not compatible with the qemu BSPs currently, so don't attempt to execute testimage. Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 5730f85..79695c2 100644 --- a/config.json +++ b/c