Re: [yocto] Building on non-x86 hosts, wic and syslinux

2019-04-07 Thread akuster
On 4/8/19 4:43 AM, Anders Montonen wrote: > Hi, > > I was experimenting with building on an AArch64 host, and ran into the issue > that image_types_wic.bbclass unconditionally adds syslinux-native to the > dependencies, while syslinux is only compatible with x86 hosts. I didn’t look > further

Re: [yocto] [meta-security][PATCH] clamav: freshclam need bind to run

2019-04-07 Thread akuster808
On 4/7/19 12:46 PM, Adrian Bunk wrote: > On Sun, Apr 07, 2019 at 11:45:18AM +0530, akuster808 wrote: >> >> On 4/7/19 10:42 AM, Adrian Bunk wrote: >>> On Sun, Apr 07, 2019 at 01:38:38AM +0530, akuster808 wrote: On 4/6/19 8:31 PM, Adrian Bunk wrote: > On Sat, Apr 06, 2019 at 08:15:40PM

[yocto] Building on non-x86 hosts, wic and syslinux

2019-04-07 Thread Anders Montonen
Hi, I was experimenting with building on an AArch64 host, and ran into the issue that image_types_wic.bbclass unconditionally adds syslinux-native to the dependencies, while syslinux is only compatible with x86 hosts. I didn’t look further into this, but is it possible to make this dependency

Re: [yocto] [meta-security][PATCH] clamav: freshclam need bind to run

2019-04-07 Thread Adrian Bunk
On Sun, Apr 07, 2019 at 11:45:18AM +0530, akuster808 wrote: > > > On 4/7/19 10:42 AM, Adrian Bunk wrote: > > On Sun, Apr 07, 2019 at 01:38:38AM +0530, akuster808 wrote: > >> > >> On 4/6/19 8:31 PM, Adrian Bunk wrote: > >>> On Sat, Apr 06, 2019 at 08:15:40PM +0530, Armin Kuster wrote: > Add

Re: [yocto] [meta-security][PATCH] clamav: freshclam need bind to run

2019-04-07 Thread akuster808
On 4/7/19 10:42 AM, Adrian Bunk wrote: > On Sun, Apr 07, 2019 at 01:38:38AM +0530, akuster808 wrote: >> >> On 4/6/19 8:31 PM, Adrian Bunk wrote: >>> On Sat, Apr 06, 2019 at 08:15:40PM +0530, Armin Kuster wrote: Add it to the rdepends for that package Signed-off-by: Armin Kuster