|
Re: bitbake controlling memory use
make already has -l option for limiting new instances if load average is too high, so it's only natural to add a RAM limiter too.
-l [N], --load-average[=N], --max-load[=N]
make already has -l option for limiting new instances if load average is too high, so it's only natural to add a RAM limiter too.
-l [N], --load-average[=N], --max-load[=N]
|
By
Alexander Kanavin
·
#53074
·
|
|
Re: bitbake controlling memory use
Op 11-04-2021 om 17:55 schreef Alexander Kanavin:
Bitbake does a lot of babysitting anyway :-) And is pretty good at it too.
To me, fixing make et al. is more work and less effective then adding a
Op 11-04-2021 om 17:55 schreef Alexander Kanavin:
Bitbake does a lot of babysitting anyway :-) And is pretty good at it too.
To me, fixing make et al. is more work and less effective then adding a
|
By
Gmane Admin
·
#53073
·
|
|
Re: bitbake controlling memory use
And neither they should. They can simply abstain from spawning new compilers if used RAM is, say, at 90% total. Then bitbake does not have to get involved in babysitting those makes.
Alex
And neither they should. They can simply abstain from spawning new compilers if used RAM is, say, at 90% total. Then bitbake does not have to get involved in babysitting those makes.
Alex
|
By
Alexander Kanavin
·
#53072
·
|
|
Re: bitbake controlling memory use
Op 11-04-2021 om 17:27 schreef Alexander Kanavin:
Yes, and make project doesn't care, because make is called with -j 16 so that is what it does.
So here's my pitch: bitbake can stop processes spawned
Op 11-04-2021 om 17:27 schreef Alexander Kanavin:
Yes, and make project doesn't care, because make is called with -j 16 so that is what it does.
So here's my pitch: bitbake can stop processes spawned
|
By
Gmane Admin
·
#53071
·
|
|
Re: bitbake controlling memory use
This has been discussed several times in the past - the conclusion usually is that first this needs to be addresses upstream in make and ninja, e.g. that they support throttling new compiler instances
This has been discussed several times in the past - the conclusion usually is that first this needs to be addresses upstream in make and ninja, e.g. that they support throttling new compiler instances
|
By
Alexander Kanavin
·
#53070
·
|
|
bitbake controlling memory use
My build machine has 8 cores + HT so bitbake enthusiastically assumes 16. However I have (only?) 16GB of RAM (+24GB swap space).
16GB of RAM has always been more then enough with 4 core + HT, but now
My build machine has 8 cores + HT so bitbake enthusiastically assumes 16. However I have (only?) 16GB of RAM (+24GB swap space).
16GB of RAM has always been more then enough with 4 core + HT, but now
|
By
Gmane Admin
·
#53069
·
|
|
Re: #golang: go fetches dependencies in compile phase
Well AFAIK your observation is correct, go-mod.bbclass doesn't work a in BB_NO_NETWORK-safe manner.
What you could do is to provide all the dependencies manually and add them via DEPENDS, which is
Well AFAIK your observation is correct, go-mod.bbclass doesn't work a in BB_NO_NETWORK-safe manner.
What you could do is to provide all the dependencies manually and add them via DEPENDS, which is
|
By
Konrad Weihmann <kweihmann@...>
·
#53068
·
|
|
#golang: go fetches dependencies in compile phase
Hi,
we are developing an application in go and use the "go-mod" bb-class from poky. This works fine.
However, the problem is, that the dependencies in go.mod are now fetched in the compile phase
Hi,
we are developing an application in go and use the "go-mod" bb-class from poky. This works fine.
However, the problem is, that the dependencies in go.mod are now fetched in the compile phase
|
By
Juergen Landwehr
·
#53067
·
|
|
pycoral recipe
Hi,
Just want to ask if anyone working/can share a recipe for a pycoral
package (https://github.com/google-coral/pycoral). I have some
barebone but seems not straightforward. It's using bazel build
Hi,
Just want to ask if anyone working/can share a recipe for a pycoral
package (https://github.com/google-coral/pycoral). I have some
barebone but seems not straightforward. It's using bazel build
|
By
Marek Belisko
·
#53066
·
|
|
[meta-security][PATCH 2/2] Define secure images with parsec-service and parsec-tool included and add the images into gitlab CI
From: Anton Antonov <anton.antonov@...>
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
.gitlab-ci.yml | 25 +++++++++++++++++++++++++
kas/kas-security-parsec.yml | 21
From: Anton Antonov <anton.antonov@...>
Signed-off-by: Anton Antonov <Anton.Antonov@...>
---
.gitlab-ci.yml | 25 +++++++++++++++++++++++++
kas/kas-security-parsec.yml | 21
|
By
Anton Antonov
·
#53065
·
|
|
[meta-security][PATCH 1/2] Add meta-parsec layer into meta-security.
From: Anton Antonov <anton.antonov@...>
The layer contains recipes for Parsec service version 0.7.0 and parsec-tool version 0.3.0. The Parsec service is built with all supported providers and
From: Anton Antonov <anton.antonov@...>
The layer contains recipes for Parsec service version 0.7.0 and parsec-tool version 0.3.0. The Parsec service is built with all supported providers and
|
By
Anton Antonov
·
#53064
·
|
|
[meta-security][PATCH] initramfs-framework-ima: introduce IMA_FORCE
From: Ming Liu <liu.ming50@...>
Introduce IMA_FORCE to allow the IMA policy be applied forcely even
'no_ima' boot parameter is available.
This ensures the end users have a way to disable
From: Ming Liu <liu.ming50@...>
Introduce IMA_FORCE to allow the IMA policy be applied forcely even
'no_ima' boot parameter is available.
This ensures the end users have a way to disable
|
By
Ming Liu <liu.ming50@...>
·
#53063
·
|
|
Re: [meta-rockchip][PATCH v2] trusted-firmware-a: use 1500000 baud for serial console
Tested with rock-pi-4b and applied to master.
Thanks!
Tested with rock-pi-4b and applied to master.
Thanks!
|
By
Trevor Woerner
·
#53062
·
|
|
Re: esdk issue using gatesgarth sources
can you post detailed log
can you post detailed log
|
By
Khem Raj
·
#53061
·
|
|
esdk issue using gatesgarth sources
Hi Guys,
I am trying to build core-image-base using gatesgarth sources to generate esdk. But i am facing issue with opensbi_0.8.bb:do_fetch failed with exit code 'setscene whitelist'.
Hi Guys,
I am trying to build core-image-base using gatesgarth sources to generate esdk. But i am facing issue with opensbi_0.8.bb:do_fetch failed with exit code 'setscene whitelist'.
|
By
sateesh m
·
#53060
·
|
|
[meta-rockchip][PATCH v2] trusted-firmware-a: use 1500000 baud for serial console
From: Yann Dirson <yann@...>
TF-A runs between two u-boot stages which both uses 1500000 baud, it
just makes no sense to use the same UART at a different rate.
Here is a sample session
From: Yann Dirson <yann@...>
TF-A runs between two u-boot stages which both uses 1500000 baud, it
just makes no sense to use the same UART at a different rate.
Here is a sample session
|
By
Yann Dirson
·
#53059
·
|
|
Re: [PATCH yocto-autobuilder-helper] run-docs-build: build from tags dynamically instead of static list
Well, in fact no , we shouldn't, is a short answer ;)
Here is the long answer..
For bitbake and YP, we currently publish: master, master-next and 'stable' branches (e.g. 1.46, 1.48, 1.50 for bitbake
Well, in fact no , we shouldn't, is a short answer ;)
Here is the long answer..
For bitbake and YP, we currently publish: master, master-next and 'stable' branches (e.g. 1.46, 1.48, 1.50 for bitbake
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#53058
·
|
|
Re: No significant diff b/w qemux86 and qemuarm poky build of core-image-minimal
To close the loop, it turned out to be the case that CPU performance
on VM has deteriorated
which stress-ng showed. The VM has been rebuilt and everything seems
to be holding fine now.
Thanks for your
To close the loop, it turned out to be the case that CPU performance
on VM has deteriorated
which stress-ng showed. The VM has been rebuilt and everything seems
to be holding fine now.
Thanks for your
|
By
Khem Raj
·
#53057
·
|
|
[PATCH v2 yocto-autobuilder-helper] run-docs-build: build from tags dynamically instead of static list
Build Sphinx docs for all versions newer than yocto-3.1.5 inclusive.
Integrate suggestions from Quentin Schulz and Nicolas Dechesne.
Signed-off-by: Michael Halstead
Build Sphinx docs for all versions newer than yocto-3.1.5 inclusive.
Integrate suggestions from Quentin Schulz and Nicolas Dechesne.
Signed-off-by: Michael Halstead
|
By
Michael Halstead
·
#53056
·
|
|
Yocto Project Summit - registration open
Registration is now open for the upcoming Yocto Project Summit!!
details: https://www.yoctoproject.org/yocto-project-virtual-summit-2021/
CfP:
Registration is now open for the upcoming Yocto Project Summit!!
details: https://www.yoctoproject.org/yocto-project-virtual-summit-2021/
CfP:
|
By
Trevor Woerner
·
#53055
·
|