|
[PATCH yocto-autobuilder-helper] scripts/archive_buildstats.py: archive buildstats to tar.zst
Convert each time-stamped buildstats directory to a compressed tarball
using the hostname as a prefix (to the file name only) so that one can
identify the source machine. Move these tarballs to the
Convert each time-stamped buildstats directory to a compressed tarball
using the hostname as a prefix (to the file name only) so that one can
identify the source machine. Move these tarballs to the
|
By
Aryaman Gupta <aryaman.gupta@...>
·
#57392
·
|
|
[meta-security][PATCH v2] meta-integrity: kernel-modsign: prevents splitting out debug symbols
Starting with [1] kernel modules symbols is being slipped in OE-core
and this breaks the kernel modules sign, so disable it.
[1]
Starting with [1] kernel modules symbols is being slipped in OE-core
and this breaks the kernel modules sign, so disable it.
[1]
|
By
Jose Quaresma
·
#57391
·
|
|
[meta-security][PATCH] meta-integrity: kernel-modsign: prevents splitting out debug
Starting with [1] kernel modulus symbols is being slipped in OE-core
and this breaks the kernel module sign, so disable it.
[1]
Starting with [1] kernel modulus symbols is being slipped in OE-core
and this breaks the kernel module sign, so disable it.
[1]
|
By
Jose Quaresma
·
#57390
·
|
|
Re: how to setup host environment for yocto
Hi
I recommend taking a look at the kas project.[1] It allows you to manage Yocto layers in your project in a very easy
and pleasant way. You can also take a look at the Yocto Summit presentation [2]
Hi
I recommend taking a look at the kas project.[1] It allows you to manage Yocto layers in your project in a very easy
and pleasant way. You can also take a look at the Yocto Summit presentation [2]
|
By
tomzy
·
#57389
·
|
|
[yocto-autobuilder-helper] [PATCH] config.json: Enable memres bitbake
We could do with wider exposure of testing of this so enable on the
autobuilder by default.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
config.json | 3 ++-
1 file
We could do with wider exposure of testing of this so enable on the
autobuilder by default.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
config.json | 3 ++-
1 file
|
By
Richard Purdie
·
#57388
·
|
|
how to setup host environment for yocto
Hi,
I'm new to yocto, I wonder the recommended way to setup an environment for yocto using vagrant or docker to isolate from the host, since I've encounter many different error about python version or
Hi,
I'm new to yocto, I wonder the recommended way to setup an environment for yocto using vagrant or docker to isolate from the host, since I've encounter many different error about python version or
|
By
黃玉珍
·
#57387
·
|
|
Re: source-less python
There’s an open issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6434
The easiest implementation would be a rootfs-time postprocessing step where you compile every .py file, and then delete
There’s an open issue: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6434
The easiest implementation would be a rootfs-time postprocessing step where you compile every .py file, and then delete
|
By
Ross Burton
·
#57386
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 6/23/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Stephen Jolley, Steve Sakoman, Saul Wold, Luca Ceresoli, Michael Opdenacker, Pavel Zhukov, Richard Purdie, Aryaman
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Stephen Jolley, Steve Sakoman, Saul Wold, Luca Ceresoli, Michael Opdenacker, Pavel Zhukov, Richard Purdie, Aryaman
|
By
sakib.sajal@...
·
#57385
·
|
|
Re: source-less python
I don't remember any such discussion. If you want this to happen, you
are welcome to develop the feature.
Alex
I don't remember any such discussion. If you want this to happen, you
are welcome to develop the feature.
Alex
|
By
Alexander Kanavin
·
#57384
·
|
|
source-less python
Hi,
I was wondering if there has been talk about support for source-less python on an image. Installing py and pyc files doubles the size of python on the rootfs. I can imagine this being implemented
Hi,
I was wondering if there has been talk about support for source-less python on an image. Installing py and pyc files doubles the size of python on the rootfs. I can imagine this being implemented
|
By
Aurum Nitrogen
·
#57383
·
|
|
USB Installer for initial deployment
Hi there,
I am looking for some kind of package or software, that creates an (USB thumb drive) installer for initial installation and deployment of a yocto image. So you can flash the image onto an
Hi there,
I am looking for some kind of package or software, that creates an (USB thumb drive) installer for initial installation and deployment of a yocto image. So you can flash the image onto an
|
By
Matthias Schoepfer
·
#57382
·
|
|
Re: [PATCH yocto-autobuilder-helper] scripts/archive_buildstats.py: copy all buildstats
The NAS couldn't cope with the number of small files these data trees
contained leading to timeouts. If you want to do something like this
you'll probably have to create tarball archives of the
The NAS couldn't cope with the number of small files these data trees
contained leading to timeouts. If you want to do something like this
you'll probably have to create tarball archives of the
|
By
Richard Purdie
·
#57381
·
|
|
[meta-security][PATCH] lkrg: update to 0.9.3
refresh patch
Signed-off-by: Armin Kuster <akuster808@...>
---
.../lkrg/files/makefile_cleanup.patch | 72 +++++++------------
...g-module_0.9.2.bb => lkrg-module_0.9.3.bb} | 7 +-
2
refresh patch
Signed-off-by: Armin Kuster <akuster808@...>
---
.../lkrg/files/makefile_cleanup.patch | 72 +++++++------------
...g-module_0.9.2.bb => lkrg-module_0.9.3.bb} | 7 +-
2
|
By
Armin Kuster
·
#57380
·
|
|
Re: LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
It’s linker cmdline which is interesting here please post it and that will help to see further
It’s linker cmdline which is interesting here please post it and that will help to see further
|
By
Khem Raj
·
#57379
·
|
|
[PATCH yocto-autobuilder-helper] scripts/archive_buildstats.py: copy all buildstats
As a first pass, collect all the tmp/buildstats logs
using 'cp -a', to enable review and graphing of all builds.
The goal is to understand the trends in the /proc/pressure/{cpu|io}
data that is now
As a first pass, collect all the tmp/buildstats logs
using 'cp -a', to enable review and graphing of all builds.
The goal is to understand the trends in the /proc/pressure/{cpu|io}
data that is now
|
By
Randy MacLeod
·
#57378
·
|
|
LInker Errors: Cannot find crti.o/crtbeginS.o. No such file or directory.
#honister
#make
#yocto
Hello. Im trying to write a recipe for an autoconf based project. Ive managed to resolve most of the include and linker issues with the exception of the subject error. The files in question exist at
Hello. Im trying to write a recipe for an autoconf based project. Ive managed to resolve most of the include and linker issues with the exception of the subject error. The files in question exist at
|
By
douglas.cooper1@...
·
#57377
·
|
|
Packages have unmet dependencies
#hardknott
#bitbake
#kernelmodule
Hi all,
I'm trying to debug this issue for quite a while but couldn't get any helpful indication on how to solve it.
(In case it matters, the build runs on a docker container with shared volumes for
Hi all,
I'm trying to debug this issue for quite a while but couldn't get any helpful indication on how to solve it.
(In case it matters, the build runs on a docker container with shared volumes for
|
By
fabatera
·
#57376
·
|
|
Re: [PATCH yocto-autobuilder-helper 4/4] Revert "scripts: run-docs-build: do not turn sphinx warnings into errors"
Hello Quentin,
Richard and I eventually did that: disabling the errors on warnings, so that we can make progress on the Sphinx updates and the generation of epub and pdf formats.
This won´t prevent
Hello Quentin,
Richard and I eventually did that: disabling the errors on warnings, so that we can make progress on the Sphinx updates and the generation of epub and pdf formats.
This won´t prevent
|
By
Michael Opdenacker
·
#57375
·
|
|
[PATCH yocto-autobuilder-helper] run-docs-build: allow build warnings again
From: Michael Opdenacker <michael.opdenacker@...>
This allows to switch to a more recent of Sphinx
which will generate warnings with old versions of docs.
This way, it's not immediately
From: Michael Opdenacker <michael.opdenacker@...>
This allows to switch to a more recent of Sphinx
which will generate warnings with old versions of docs.
This way, it's not immediately
|
By
Michael Opdenacker
·
#57374
·
|
|
[meta-security][PATCH 2/2] security-build-image: add lkrg-module to build image
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/images/security-build-image.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-core/images/security-build-image.bb
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/images/security-build-image.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-core/images/security-build-image.bb
|
By
Armin Kuster
·
#57373
·
|