|
Re: Builing Gcc fails Poky
Your machine is fine I think bitbake is extremely parallel and that might be issue that it’s eating up all the memory. How many cores does this machine have? And ram ? Usually it’s good to keep
Your machine is fine I think bitbake is extremely parallel and that might be issue that it’s eating up all the memory. How many cores does this machine have? And ram ? Usually it’s good to keep
|
By
Khem Raj
·
#58193
·
|
|
Re: meta-spdxscanner
Hi, Martin
create-spdx.bbclass is not from meta-spdxscanner. It comes from poky. If you has any questions about create-spdx.bbclass, I think you can send a mail to the ML of oe-core with a title of "
Hi, Martin
create-spdx.bbclass is not from meta-spdxscanner. It comes from poky. If you has any questions about create-spdx.bbclass, I think you can send a mail to the ML of oe-core with a title of "
|
By
leimaohui
·
#58192
·
|
|
Re: Builing Gcc fails Poky
Yeah building gcc alone worked.
Now I'm concerned about the health of my machine.
Thank you!
Am 27. September 2022 21:02:40 MESZ schrieb Richard Purdie <richard.purdie@...>:
--
Diese Nachricht wurde
Yeah building gcc alone worked.
Now I'm concerned about the health of my machine.
Thank you!
Am 27. September 2022 21:02:40 MESZ schrieb Richard Purdie <richard.purdie@...>:
--
Diese Nachricht wurde
|
By
Edgar Mobile
·
#58191
·
|
|
OpenEmbedded Happy Hour September 28 5pm/1700 UTC
You are cordially invited to the next OpenEmbedded Happy Hour on September 28
for Europe/Americas time zones @ 1700/5pm UTC (7pm CEST / 1pm ET / 10am
You are cordially invited to the next OpenEmbedded Happy Hour on September 28
for Europe/Americas time zones @ 1700/5pm UTC (7pm CEST / 1pm ET / 10am
|
By
Tim Orling
·
#58190
·
|
|
Re: Builing Gcc fails Poky
I mean that the build system places more stress on the system than many
other workloads and we've sometimes see gcc failures like this as a
sign of failing system memory. Running memtest86 might show
I mean that the build system places more stress on the system than many
other workloads and we've sometimes see gcc failures like this as a
sign of failing system memory. Running memtest86 might show
|
By
Richard Purdie
·
#58189
·
|
|
Re: [meta-zephyr] new qemu version breaking qemu-cortex-a53
<naveen.kumar.saini@...> wrote:
Bug opened, https://bugzilla.yoctoproject.org/show_bug.cgi?id=14919
<naveen.kumar.saini@...> wrote:
Bug opened, https://bugzilla.yoctoproject.org/show_bug.cgi?id=14919
|
By
Jon Mason
·
#58188
·
|
|
Re: Builing Gcc fails Poky
What do you mean with memory issues? Memory broken? Not enough memory? The errors are the same on every run of course I don't build from scratch I just retype bitbake core-image-weston. Gdb also
What do you mean with memory issues? Memory broken? Not enough memory? The errors are the same on every run of course I don't build from scratch I just retype bitbake core-image-weston. Gdb also
|
By
Edgar Mobile
·
#58187
·
|
|
dnf kernel-image-bzimage conflicts while doing dnf upgrade
Hi everyone,
I am trying to resolve a dnf package conflicts while trying to perform a dnf upgrade from my old image to my new image. I want to be able to use dnf to upgrade the system.
My 2
Hi everyone,
I am trying to resolve a dnf package conflicts while trying to perform a dnf upgrade from my old image to my new image. I want to be able to use dnf to upgrade the system.
My 2
|
By
Sylvain TheRock
·
#58186
·
|
|
Re: Builing Gcc fails Poky
We build that regularly on the autobuilder so something seems odd here.
Could your machine have memory issues? Do you get the same issue each
time you build?
Cheers,
Richard
We build that regularly on the autobuilder so something seems odd here.
Could your machine have memory issues? Do you get the same issue each
time you build?
Cheers,
Richard
|
By
Richard Purdie
·
#58185
·
|
|
Builing Gcc fails Poky
Greetings,
Trying to build core-image-weston from current master fails for gcc 12.2.0-r0 with lots of linker errors.
Names of missing functions are strange ala gen_cmulvnx16qi3.
In
Greetings,
Trying to build core-image-weston from current master fails for gcc 12.2.0-r0 with lots of linker errors.
Names of missing functions are strange ala gen_cmulvnx16qi3.
In
|
By
Edgar Mobile
·
#58184
·
|
|
Yocto Project Status 27 September 2022 (WW39)
Current Dev Position: YP 4.1 M4 (Feature Freeze)
Next Deadline: 3rd October 2022 YP 4.1 M4 Build
Next Team Meetings:
Bug Triage meeting Thursday September 29th 7:30 am PDT
Current Dev Position: YP 4.1 M4 (Feature Freeze)
Next Deadline: 3rd October 2022 YP 4.1 M4 Build
Next Team Meetings:
Bug Triage meeting Thursday September 29th 7:30 am PDT
|
By
Stephen Jolley
·
#58183
·
|
|
Re: Git send-email blocked by gmail security changes (and how to fix it)
There was another thread about sending e-mails with git send-email this week:
https://lists.openembedded.org/g/openembedded-core/message/171101
+Robert
which pointed to this longer
There was another thread about sending e-mails with git send-email this week:
https://lists.openembedded.org/g/openembedded-core/message/171101
+Robert
which pointed to this longer
|
By
Martin Jansa
·
#58182
·
|
|
Re: [meta-zephyr] new qemu version breaking qemu-cortex-a53
By
Naveen Saini
·
#58181
·
|
|
Re: nodejs do_compile eats all resources
> PARALLEL_MAKE = "-j ${@int(oe.utils.cpu_count() / 4)}"
This won't be optimal in cases where you're rebuilding just one recipe in incremental build which will be finished much faster if you can
> PARALLEL_MAKE = "-j ${@int(oe.utils.cpu_count() / 4)}"
This won't be optimal in cases where you're rebuilding just one recipe in incremental build which will be finished much faster if you can
|
By
Martin Jansa
·
#58180
·
|
|
Re: nodejs do_compile eats all resources
Yeah, I'm currently using
PARALLEL_MAKE = "-j ${@int(oe.utils.cpu_count() / 4)}"
In a .bbappend to limit it, but keep it dynamic.
One question out of curiosity or lack of understanding:
Bitbake
Yeah, I'm currently using
PARALLEL_MAKE = "-j ${@int(oe.utils.cpu_count() / 4)}"
In a .bbappend to limit it, but keep it dynamic.
One question out of curiosity or lack of understanding:
Bitbake
|
By
Oliver Westermann <oliver.westermann@...>
·
#58179
·
|
|
Re: nodejs do_compile eats all resources
Do keep in mind that PARALLEL_MAKE can and should be set per recipe,
so you can make-limit only the worst items.
Alex
<Oliver.Westermann@...> wrote:
Do keep in mind that PARALLEL_MAKE can and should be set per recipe,
so you can make-limit only the worst items.
Alex
<Oliver.Westermann@...> wrote:
|
By
Alexander Kanavin
·
#58178
·
|
|
Re: nodejs do_compile eats all resources
I expected something like this. Thanks for the confirmation and I will try to play with PARALLEL_MAKE to reduce the impact.
- Olli
I expected something like this. Thanks for the confirmation and I will try to play with PARALLEL_MAKE to reduce the impact.
- Olli
|
By
Oliver Westermann <oliver.westermann@...>
·
#58177
·
|
|
[ANNOUNCEMENT] Yocto Project 4.0.4 is Released
Hi
We are pleased to announce the Yocto Project 4.0.4 Release is now available for
Hi
We are pleased to announce the Yocto Project 4.0.4 Release is now available for
|
By
Lee Chee Yang
·
#58176
·
|
|
M+ & H bugs with Milestone Movements WW39
All,
YP M+ or high bugs which moved to a new milestone in WW39 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
High
14065
Automated ptest regression
All,
YP M+ or high bugs which moved to a new milestone in WW39 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
High
14065
Automated ptest regression
|
By
Stephen Jolley
·
#58175
·
|
|
Enhancements/Bugs closed WW39!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
yashinde145@...
1
ross.burton@...
1
alejandro@...
1
alexandre.belloni@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
yashinde145@...
1
ross.burton@...
1
alejandro@...
1
alexandre.belloni@...
1
Grand
|
By
Stephen Jolley
·
#58174
·
|