Re: [OE-core] Little sstate reuse when using uninative and yocto sstate cache

2021-10-18 Thread Jacob Kroon
On 10/18/21 12:15, Richard Purdie wrote: On Mon, 2021-10-18 at 09:16 +0200, Jacob Kroon wrote: I'm on latest dunfell and using uninative and have put the yocto servers in my SSTATE_MIRRORS: my-distro.conf: ... SSTATE_MIRRORS ?= "file://.*

Re: [OE-core] Little sstate reuse when using uninative and yocto sstate cache

2021-10-18 Thread Richard Purdie
On Mon, 2021-10-18 at 09:16 +0200, Jacob Kroon wrote: > I'm on latest dunfell and using uninative and have put the yocto servers > in my SSTATE_MIRRORS: > > my-distro.conf: > ... > > SSTATE_MIRRORS ?= "file://.* > > http://sstate.yoctoproject.org/3.1.11/PATH;downloadfilename=PATH; > > require

[OE-core] Little sstate reuse when using uninative and yocto sstate cache

2021-10-18 Thread Jacob Kroon
Hi, I'm on latest dunfell and using uninative and have put the yocto servers in my SSTATE_MIRRORS: my-distro.conf: ... SSTATE_MIRRORS ?= "file://.* http://sstate.yoctoproject.org/3.1.11/PATH;downloadfilename=PATH; require conf/distro/include/yocto-uninative.inc INHERIT += "uninative" ...