|
QA notification for completed autobuilder build (yocto-3.1.11.rc2)
A build flagged for QA (yocto-3.1.11.rc2) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.11.rc2) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc2
Build hash information:
bitbake:
|
By
Richard Purdie
·
#54736
·
|
|
Re: Sharing sstate cache across build nodes
yes if you use uninative ( which is default in poky) then it should be
able to share across multiple build hosts.
if you preserve PR server data then you should be good. sstate can be
regenerated.
yes if you use uninative ( which is default in poky) then it should be
able to share across multiple build hosts.
if you preserve PR server data then you should be good. sstate can be
regenerated.
|
By
Khem Raj
·
#54735
·
|
|
Re: Sharing sstate cache across build nodes
Thanks for the replies, Richard.
Can SSTATE_DIR be shared across build hosts with different OS's (Ubuntu 18.04, ubuntu 20.04, etc, RHEL)?
Our build hosts are somewhat ephemeral. Occasionally we
Thanks for the replies, Richard.
Can SSTATE_DIR be shared across build hosts with different OS's (Ubuntu 18.04, ubuntu 20.04, etc, RHEL)?
Our build hosts are somewhat ephemeral. Occasionally we
|
By
Rusty Howell
·
#54734
·
|
|
Re: Sharing sstate cache across build nodes
Below is an accidental DM between Richard and myself. I am posting it here
for others.
> When setting up a shared sstate cache via NFS, do all the build hosts have
> read/write access to the sstate
Below is an accidental DM between Richard and myself. I am posting it here
for others.
> When setting up a shared sstate cache via NFS, do all the build hosts have
> read/write access to the sstate
|
By
Rusty Howell
·
#54733
·
|
|
[ptest-runner] tests/utils.c: fix a memory corruption in find_word
I also took the opportunity to correct a weird API that
returns a result (or not), depending on some internal condition.
Signed-off-by: Alexander Kanavin <alex@...>
---
tests/utils.c | 35
I also took the opportunity to correct a weird API that
returns a result (or not), depending on some internal condition.
Signed-off-by: Alexander Kanavin <alex@...>
---
tests/utils.c | 35
|
By
Alexander Kanavin
·
#54732
·
|
|
[meta-rockchip][PATCH] rock64: enable lima with rock64
The rock64 has an ARM Mali 450 MP2 GPU, therefore enable mesa's lima for
accelerated, open-source graphics.
Signed-off-by: Trevor Woerner <twoerner@...>
---
The rock64 has an ARM Mali 450 MP2 GPU, therefore enable mesa's lima for
accelerated, open-source graphics.
Signed-off-by: Trevor Woerner <twoerner@...>
---
|
By
Trevor Woerner
·
#54731
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.11.rc1)
It looks like we'll need to do an rc2 build to pick up a patch for meta-yocto.
Thanks to Denys for noticing the issue! For details
It looks like we'll need to do an rc2 build to pick up a patch for meta-yocto.
Thanks to Denys for noticing the issue! For details
|
By
Steve Sakoman
·
#54730
·
|
|
QA notification for completed autobuilder build (yocto-3.1.11.rc1)
A build flagged for QA (yocto-3.1.11.rc1) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.11.rc1) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.11.rc1
Build hash information:
bitbake:
|
By
Richard Purdie
·
#54729
·
|
|
Re: How to build yocto image with Desktop
#dunfell
there is core-image-x11 which will be bareminimal and core-image-weston if you want to use wayland/weston based desktop.
if you like XFCE for desktop then close meta-openembedded and add meta-oe and
there is core-image-x11 which will be bareminimal and core-image-weston if you want to use wayland/weston based desktop.
if you like XFCE for desktop then close meta-openembedded and add meta-oe and
|
By
Khem Raj
·
#54728
·
|
|
Re: [meta-security][PATCH] sssd: 2.5.1 -> 2.5.2
merged
thanks
By
Armin Kuster
·
#54727
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.3.3.rc2)
Hello all,
This is the full report for yocto-3.3.3.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hello all,
This is the full report for yocto-3.3.3.rc2:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#54726
·
|
|
How to build yocto image with Desktop
#dunfell
Dear Team,
I need to build Rpi3 image with yocto which includes Desktop, so how can build the image with desktop feature, so that I can use it for browsing purpose after installing one of the
Dear Team,
I need to build Rpi3 image with yocto which includes Desktop, so how can build the image with desktop feature, so that I can use it for browsing purpose after installing one of the
|
By
@prashant2314
·
#54725
·
|
|
Re: multilib SDK
I see, are you talking about ${MLPREFIX} variable? The target itself compiles fine, all are 32-bit binaries in userspace. I have this issue only for SDK.
I see, are you talking about ${MLPREFIX} variable? The target itself compiles fine, all are 32-bit binaries in userspace. I have this issue only for SDK.
|
By
Arun
·
#54724
·
|
|
Re: multilib SDK
you should check the dependencies and ensure they are multilib safe sometimes dependencies could be hardcodes and cross the multilib boundaries accidentally
>
you should check the dependencies and ensure they are multilib safe sometimes dependencies could be hardcodes and cross the multilib boundaries accidentally
>
|
By
Khem Raj
·
#54723
·
|
|
Re: multilib SDK
The packages that SDK is trying to build are userspace packages and they haven't been ported for 64-bit. There are quite a few of them and short of fixing 64-bit compile issues for all of them, I am
The packages that SDK is trying to build are userspace packages and they haven't been ported for 64-bit. There are quite a few of them and short of fixing 64-bit compile issues for all of them, I am
|
By
Arun
·
#54722
·
|
|
Re: multilib SDK
I think since kernel is 64bit it might be building some tools and
packages to support kernel builds. Is there a specific need to not
build 64bit userspace completely ?
>
>
I think since kernel is 64bit it might be building some tools and
packages to support kernel builds. Is there a specific need to not
build 64bit userspace completely ?
>
>
|
By
Khem Raj
·
#54721
·
|
|
Re: multilib SDK
Bumping this question...
Is there a way for me to disable building of 64-bit packages when building SDK with a multilib config? I have no use for 64-bit userspace package artifacts.
Bumping this question...
Is there a way for me to disable building of 64-bit packages when building SDK with a multilib config? I have no use for 64-bit userspace package artifacts.
|
By
Arun
·
#54720
·
|
|
Using Poetry For Python Package
#python
I have a python package hosted in an internal git repo that is currently configured to use Poetry and as such does not have a setup.py file. Yocto appears to expect a setup.py file (via inherit
I have a python package hosted in an internal git repo that is currently configured to use Poetry and as such does not have a setup.py file. Yocto appears to expect a setup.py file (via inherit
|
By
iwolosch@...
·
#54719
·
|
|
[meta-security][PATCH 6/6] isic: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/isic/isic_0.07.bb | 2 +-
1 file changed, 1 insertion(+), 1
"BSD" is ambiguous, use the precise licenses BSD-2-Clause
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/isic/isic_0.07.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Armin Kuster
·
#54718
·
|
|
[meta-security][PATCH 5/6] checksec: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-scanners/checksec/checksec_2.4.0.bb | 2 +-
1 file changed, 1 insertion(+), 1
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-scanners/checksec/checksec_2.4.0.bb | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Armin Kuster
·
#54717
·
|