Re: [OE-core] Need arm64/qemu help

2018-03-05 Thread Ian Arkver
On 03/03/18 18:21, Richard Purdie wrote: On Sat, 2018-03-03 at 09:00 +, Richard Purdie wrote: Hi, I need some help with a problem we keep seeing: https://autobuilder.yocto.io/builders/nightly-arm64/builds/798 Basically, now and again, for reasons we don't understand, all the sanity tests

Re: [OE-core] Need arm64/qemu help

2018-03-03 Thread Ian Arkver
On 03/03/18 10:51, Ian Arkver wrote: On 03/03/18 09:00, Richard Purdie wrote: Hi, I need some help with a problem we keep seeing: https://autobuilder.yocto.io/builders/nightly-arm64/builds/798 Basically, now and again, for reasons we don't understand, all the sanity tests fail for qemu

Re: [OE-core] Need arm64/qemu help

2018-03-03 Thread Ian Arkver
On 03/03/18 09:00, Richard Purdie wrote: Hi, I need some help with a problem we keep seeing: https://autobuilder.yocto.io/builders/nightly-arm64/builds/798 Basically, now and again, for reasons we don't understand, all the sanity tests fail for qemuarm64. I've poked at this a bit and if I go

Re: [OE-core] [PATCHv2] (morty) Arch Linux build fixes

2017-08-01 Thread Ian Arkver
On 21/06/17 10:05, Anton Novikov wrote: [3 patch attachments] Any word on getting these patches applied to Morty? Is anything blocking them? Maybe they need resubmitted as individual patches? They do seem to apply cleanly on the current tip of morty (7d5822bf4c) and do fix various automake and

Re: [OE-core] [meta-oe][PATCH v3] openssh: Atomically generate host keys

2017-05-25 Thread Ian Arkver
On 25/05/17 03:17, Joshua Watt wrote: Generating the host keys atomically prevents power interruptions during the first boot from leaving the key files incomplete, which often prevents users from being able to ssh into the device. --- meta/recipes-connectivity/openssh/openssh/init | 21 +++-

Re: [OE-core] GUI based images

2017-05-09 Thread Ian Arkver
On 09/05/17 09:44, Alex J Lennon wrote: On 09/05/17 09:05, Alexander Kanavin wrote: On 05/09/2017 01:15 AM, Paul Eggleton wrote: LXDE in particular is Gtk2 based, it's no longer being developed, and has been superseded by LXQt. So it's a non-starter (and so is LXQt, which should be clear from

[OE-core] [PATCH] Split feed_archs into words for RPM repo URIs

2017-04-10 Thread ian . arkver . dev
From: Ian.Arkver By default the feed_archs variable is split into single characters resulting in very many broken short repo_uris. Add a split() to split the string into words first. Signed-off-by: Ian.Arkver --- meta/lib/oe/package_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion