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://.*
http://sstate.yoctoproject.org/3.1.11/PATH;downloadfil
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 c
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"
...