|
[ptest-runner][PATCH 2/2] utils.c: make the pty file readable by all users
The "run-test" bash ptest expects read permissions for /dev/stdin: test -r /dev/fd/0 test -r /dev/stdin The test currently fails because: - bash-ptest is run as a regular user - the underlying device
The "run-test" bash ptest expects read permissions for /dev/stdin: test -r /dev/fd/0 test -r /dev/stdin The test currently fails because: - bash-ptest is run as a regular user - the underlying device
|
By
Ovidiu Panait
·
|
|
#bitbake
2 messages
#bitbake
Hi, I am new to the mailing list and hope that this is the right place to drop my question. For my project I want to make use of the uvicorn package. Because I did not find any yocto recipe for the la
Hi, I am new to the mailing list and hope that this is the right place to drop my question. For my project I want to make use of the uvicorn package. Because I did not find any yocto recipe for the la
|
By
elshoud
·
|
|
Yocto Project Status 21 March 2023 (WW12)
Current Dev Position: YP 4.2 M4 Next Deadline: 3rd April 2023 YP 4.2 M4 Build Next Team Meetings: Bug Triage meeting Thursday March 23rd 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bF
Current Dev Position: YP 4.2 M4 Next Deadline: 3rd April 2023 YP 4.2 M4 Build Next Team Meetings: Bug Triage meeting Thursday March 23rd 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bF
|
By
Stephen Jolley
·
|
|
[yocto-autobuilder-helper][PATCH 1/1] config.json: fix A. Belloni configuration for regression reporting
From: Alexis Lothoré <alexis.lothore@...> There is a typo in BUILD_HISTORY_FORKPUSH, leading to failures on Autobuilder when trying to generate regression reports: Traceback (most recent call last): F
From: Alexis Lothoré <alexis.lothore@...> There is a typo in BUILD_HISTORY_FORKPUSH, leading to failures on Autobuilder when trying to generate regression reports: Traceback (most recent call last): F
|
By
Alexis Lothoré
·
|
|
[meta-security][PATCH] ima-evm-utils: disable documentation from build
Building documentation fails due to missing asciidoc, xsltproc etc so it's better to just disable building them by default. Signed-off-by: Mikko Rapeli <mikko.rapeli@...> --- .../recipes-security/ima-
Building documentation fails due to missing asciidoc, xsltproc etc so it's better to just disable building them by default. Signed-off-by: Mikko Rapeli <mikko.rapeli@...> --- .../recipes-security/ima-
|
By
Mikko Rapeli
·
|
|
QA notification for completed autobuilder build (yocto-3.1.24.rc1)
3 messages
A build flagged for QA (yocto-3.1.24.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.24.rc1 Build hash information: bitbake: a4cd5b0b4b35
A build flagged for QA (yocto-3.1.24.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.24.rc1 Build hash information: bitbake: a4cd5b0b4b35
|
By
Pokybuild User
·
|
|
M+ & H bugs with Milestone Movements WW11
All, YP M+ or high bugs which moved to a new milestone in WW11 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5389 bitbake/lib/bb/fetch2: filename too long randy.
All, YP M+ or high bugs which moved to a new milestone in WW11 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5389 bitbake/lib/bb/fetch2: filename too long randy.
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW11!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count mhalstead@... 4 randy.macleod@... 2 alexandre.belloni@... 1 richard.purdie@... 1 ovidiu.panait@... 1 Grand
All, The below were the owners of enhancements or bugs closed during the last week! Who Count mhalstead@... 4 randy.macleod@... 2 alexandre.belloni@... 1 richard.purdie@... 1 ovidiu.panait@... 1 Grand
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.2
All, Below is the list as of top 35 bug owners as of the end of WW11 of who have open medium or higher bugs and enhancements against YP 4.2. There are 28 possible work days left until the final releas
All, Below is the list as of top 35 bug owners as of the end of WW11 of who have open medium or higher bugs and enhancements against YP 4.2. There are 28 possible work days left until the final releas
|
By
Stephen Jolley
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
|
By
Stephen Jolley
·
|
|
libpcre error on compilation time
4 messages
Hi, Iam unable to resolve this error on libpcre, during the bitbake. Iam working on the kirkstone YOCTO version and i tried changing the libpcre package but no luck. Can anyone please help with the is
Hi, Iam unable to resolve this error on libpcre, during the bitbake. Iam working on the kirkstone YOCTO version and i tried changing the libpcre package but no luck. Can anyone please help with the is
|
By
Sethu Madhav
·
|
|
[meta-parsec][PATCH 1/2] tpm2-tss: restore version 3.2.x to meta-parsec
2 messages
parsec-service does not support 4.x so keep older version for now too This fixes parsec-service build Error: thread 'main' panicked at 'Unsupported TSS version: 4', Signed-off-by: Armin Kuster <akuste
parsec-service does not support 4.x so keep older version for now too This fixes parsec-service build Error: thread 'main' panicked at 'Unsupported TSS version: 4', Signed-off-by: Armin Kuster <akuste
|
By
Armin Kuster
·
|
|
[meta-parsec][PATCH 2/2] meta-parsec: bump BBFILE_PRIORITY to the right tpm2-tss is included
Parsec-service does not support tpm2-tss 4 so us the older release 3.2.x Signed-off-by: Armin Kuster <akuster808@...> --- meta-parsec/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
Parsec-service does not support tpm2-tss 4 so us the older release 3.2.x Signed-off-by: Armin Kuster <akuster808@...> --- meta-parsec/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
|
By
Armin Kuster
·
|
|
How to use mirror to download linux-yocto?
4 messages
Hi, I hope the mail list is the right place to ask the simple question about yocto. I am using meta-riscv[0] to build riscv32 qemu. And after `$(MACHINE=qemuriscv32 bitbake core-image-full-cmdline)` E
Hi, I hope the mail list is the right place to ask the simple question about yocto. I am using meta-riscv[0] to build riscv32 qemu. And after `$(MACHINE=qemuriscv32 bitbake core-image-full-cmdline)` E
|
By
Bo YU
·
|
|
Failed to load regulatory.db file and error whitlist initialise SD CARD
2 messages
#imx6
#kirkstone
#yocto
#linux
#bitbake
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
Hello all, I have made linux image for IMX8MPLUS with the help of Yocto and flash the image on a custom board which is using IMX8MPLUS processor (Image made for IMX8MPLUS will be required for that boa
|
By
Nikita Gupta
·
|
|
[meta-security][PATCH 3/4] krill: update 0.12.3
refresh patch Signed-off-by: Armin Kuster <akuster808@...> --- .../krill/files/panic_workaround.patch | 4 +- recipes-security/krill/krill.inc | 247 ++++++++++-------- .../krill/{krill_0.9.6.bb => kril
refresh patch Signed-off-by: Armin Kuster <akuster808@...> --- .../krill/files/panic_workaround.patch | 4 +- recipes-security/krill/krill.inc | 247 ++++++++++-------- .../krill/{krill_0.9.6.bb => kril
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 4/4] cryptmout: update to 6.2.0
Change LIC_FILES_CHKSUM to use COPYING Signed-off-by: Armin Kuster <akuster808@...> --- .../cryptmount/{cryptmount_6.0.bb => cryptmount_6.2.0.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deleti
Change LIC_FILES_CHKSUM to use COPYING Signed-off-by: Armin Kuster <akuster808@...> --- .../cryptmount/{cryptmount_6.0.bb => cryptmount_6.2.0.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deleti
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 2/4] apparmor: update to 3.1.3
drop debian patch as the file was dropped upstream. Signed-off-by: Armin Kuster <akuster808@...> --- .../{apparmor_3.0.7.bb => apparmor_3.1.3.bb} | 7 +-- ...pparmor.debian-add-missing-functions.patch
drop debian patch as the file was dropped upstream. Signed-off-by: Armin Kuster <akuster808@...> --- .../{apparmor_3.0.7.bb => apparmor_3.1.3.bb} | 7 +-- ...pparmor.debian-add-missing-functions.patch
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 1/4] suricata: update to 6.0.10
fixup another python file to use py3 Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/suricata/{suricata_6.0.6.bb => suricata_6.0.10.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion
fixup another python file to use py3 Signed-off-by: Armin Kuster <akuster808@...> --- recipes-ids/suricata/{suricata_6.0.6.bb => suricata_6.0.10.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 9/9] firejail: update 0.9.72
refresh patch Signed-off-by: Armin Kuster <akuster808@...> --- .../exclude_seccomp_util_compiles.patch | 20 +++++++++---------- ...{firejail_0.9.70.bb => firejail_0.9.72.bb} | 3 ++- 2 files changed, 1
refresh patch Signed-off-by: Armin Kuster <akuster808@...> --- .../exclude_seccomp_util_compiles.patch | 20 +++++++++---------- ...{firejail_0.9.70.bb => firejail_0.9.72.bb} | 3 ++- 2 files changed, 1
|
By
Armin Kuster
·
|