Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2019-01-17 Thread Richard Purdie
On Thu, 2019-01-17 at 11:10 -0500, Dan Dedrick wrote: > I'm resurrecting this thread because this change negatively affects > our use of multilib. The use case that this is fixing seems to be a a > case that would be a better fit for multiconfig than it would > multilib. My interpretation of the us

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2019-01-17 Thread Dan Dedrick
I'm resurrecting this thread because this change negatively affects our use of multilib. The use case that this is fixing seems to be a a case that would be a better fit for multiconfig than it would multilib. My interpretation of the use cases of multilib and multiconfig is as follows and someone

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-16 Thread Martin Jansa
On Mon, Sep 17, 2018 at 10:25:38AM +0800, Kang Kai wrote: > On 2018年09月14日 22:12, Martin Jansa wrote: > > On Fri, Sep 14, 2018 at 01:25:12PM +0200, Martin Jansa wrote: > >> On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: > >>> On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wro

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-16 Thread Kang Kai
On 2018年09月14日 22:12, Martin Jansa wrote: On Fri, Sep 14, 2018 at 01:25:12PM +0200, Martin Jansa wrote: On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com w

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-14 Thread Martin Jansa
On Fri, Sep 14, 2018 at 01:25:12PM +0200, Martin Jansa wrote: > On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: > > On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: > > > On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > > > > From: Kai Kang > > >

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-14 Thread Martin Jansa
On Thu, Sep 13, 2018 at 10:10:46PM +0200, Martin Jansa wrote: > On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: > > On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > > > From: Kai Kang > > > > > > Some allarch packages rdepends non-allarch packages. when mult

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-13 Thread Martin Jansa
On Thu, Sep 13, 2018 at 08:20:07PM +0200, Martin Jansa wrote: > On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > > From: Kai Kang > > > > Some allarch packages rdepends non-allarch packages. when multilib is > > used, it doesn't expand the dependency chain correctly, e.g.

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-13 Thread Martin Jansa
On Thu, Sep 06, 2018 at 11:52:24PM +0800, kai.k...@windriver.com wrote: > From: Kai Kang > > Some allarch packages rdepends non-allarch packages. when multilib is > used, it doesn't expand the dependency chain correctly, e.g. > > core-image-sato -> ca-certificates(allarch) -> openssl > > we exp

[OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2018-09-06 Thread kai.kang
From: Kai Kang Some allarch packages rdepends non-allarch packages. when multilib is used, it doesn't expand the dependency chain correctly, e.g. core-image-sato -> ca-certificates(allarch) -> openssl we expect dependency chain for lib32-core-image-sato: lib32-core-image-sato -> ca-certificate