|
Network Isolation and CMake FetchContent
4 messages
I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However, that does not fix the issue since network is
I have a vendor project which uses CMake FetchContent. It's simple to override FETCHCONTENT_FULLY_DISCONNECTED=ON which is set in the cmake class. However, that does not fix the issue since network is
|
By
Rudolf J Streif
·
|
|
[yocto-autobuilder-helper][PATCH v2 2/2] scripts/generate-testresult-index.py: expose regression reports on web page
From: Alexis Lothoré <alexis.lothore@...> When available, expose tesresult-regressions-report.txt on non-release web page, as it is done for many other artifacts currently Signed-off-by: Alexis Lothor
From: Alexis Lothoré <alexis.lothore@...> When available, expose tesresult-regressions-report.txt on non-release web page, as it is done for many other artifacts currently Signed-off-by: Alexis Lothor
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH v2 0/2] expose regression reports on web page
From: Alexis Lothoré <alexis.lothore@...> Regression reports are currently stored alongside test reports and other artifacts on the autobuilder artifacts web page. This small update propose to add a l
From: Alexis Lothoré <alexis.lothore@...> Regression reports are currently stored alongside test reports and other artifacts on the autobuilder artifacts web page. This small update propose to add a l
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH v2 1/2] scripts/generate-testresult-index.py: fix typo in template var name
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/generate-testresult-index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/generate-testresult-index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 2/2] scripts/generate-testresult-index.py: expose regression reports on web page
3 messages
From: Alexis Lothoré <alexis.lothore@...> When available, expose tesresult-regressions-report.txt on non-release web page, as it is done for many other artifacts currently Signed-off-by: Alexis Lothor
From: Alexis Lothoré <alexis.lothore@...> When available, expose tesresult-regressions-report.txt on non-release web page, as it is done for many other artifacts currently Signed-off-by: Alexis Lothor
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 0/2] expose regression reports on web page
From: Alexis Lothoré <alexis.lothore@...> Regression reports are currently stored alongside test reports and other artifacts on the autobuilder artifacts web page. This small update propose to add a l
From: Alexis Lothoré <alexis.lothore@...> Regression reports are currently stored alongside test reports and other artifacts on the autobuilder artifacts web page. This small update propose to add a l
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 1/2] scripts/generate-testresult-index.py: fix typo in template var name
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/generate-testresult-index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/generate-testresult-index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi
|
By
Alexis Lothoré
·
|
|
Enable parameterised systemd service from different package
Hi all, I've been struggling with this for a while now, and can't seem to find the proper way, so I hope someone has some hints for me. I have one package in which a parameterised systemd unit file is
Hi all, I've been struggling with this for a while now, and can't seem to find the proper way, so I hope someone has some hints for me. I have one package in which a parameterised systemd unit file is
|
By
Alexander Broekhuis
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 23/03/2023
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Bruce Ashfield, Mi
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Randy Macleod, Joshua Watt, Ross Burton, Alexandre Belloni, Tim Orling, Bruce Ashfield, Mi
|
By
sakib.sajal@...
·
|
|
[meta-security][dunfell][PATCH] sssd: CVE-2022-4254 libsss_certmap fails to sanitise certificate data used in LDAP filters
merged.
By
Armin Kuster
·
|
|
[yocto-autobuilder-helper][PATCH 3/3] scripts/send_qa_email: return previous tag when running a non-release master build
From: Alexis Lothoré <alexis.lothore@...> Some nightly builders are configured in yocto-autobuilder2 to run master builds. Those build parameters currently skip all branches of get_regression_base_and
From: Alexis Lothoré <alexis.lothore@...> Some nightly builders are configured in yocto-autobuilder2 to run master builds. Those build parameters currently skip all branches of get_regression_base_and
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 0/3] fix regression reporting for nightly build
From: Alexis Lothoré <alexis.lothore@...> It has been observed that regression reporting is currently failing on nightly builds ([1]). Those builds parameters are currently not properly managed by the
From: Alexis Lothoré <alexis.lothore@...> It has been observed that regression reporting is currently failing on nightly builds ([1]). Those builds parameters are currently not properly managed by the
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 2/3] scripts/test_send_qa_email.py: allow tests with non static results
From: Alexis Lothoré <alexis.lothore@...> When the test assert is about a tag in Poky, the result will not be the same depending on existing tags at the time of running tests. Add a LAST_TAG marker to
From: Alexis Lothoré <alexis.lothore@...> When the test assert is about a tag in Poky, the result will not be the same depending on existing tags at the time of running tests. Add a LAST_TAG marker to
|
By
Alexis Lothoré
·
|
|
[yocto-autobuilder-helper][PATCH 1/3] scripts/test_utils: test master nightly build case
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/test_utils.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/test_utils.
From: Alexis Lothoré <alexis.lothore@...> Signed-off-by: Alexis Lothoré <alexis.lothore@...> --- scripts/test_utils.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/test_utils.
|
By
Alexis Lothoré
·
|
|
[meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0
2 messages
Dear community, I am trying to build an image for a raspberry pi, that includes libcamera and gstreamer, such that I can set the streaming source: gst-launch-1.0 libcamerasrc device=/dev/video0 ! vide
Dear community, I am trying to build an image for a raspberry pi, that includes libcamera and gstreamer, such that I can set the streaming source: gst-launch-1.0 libcamerasrc device=/dev/video0 ! vide
|
By
punctuation
·
|
|
[yocto-autobuilder-helper][PATCH 0/8] fix regression reports generation on "master-next" branches
3 messages
From: Alexis Lothoré <alexis.lothore@...> This series fixes regression report generation on "next" branches, as raised in [1]. The first five patches are preparatory updates for the real fix, being ei
From: Alexis Lothoré <alexis.lothore@...> This series fixes regression report generation on "next" branches, as raised in [1]. The first five patches are preparatory updates for the real fix, being ei
|
By
Alexis Lothoré
·
|
|
[meta-security][PATCH] tpm2-tss: correct CVE product
From: Peter Marko <peter.marko@...> Currently CVE-2023-22745 does not show up in kirkstone CVE report. This fixes that. Products from yocto's CVE check NVD database: sqlite> select * from products whe
From: Peter Marko <peter.marko@...> Currently CVE-2023-22745 does not show up in kirkstone CVE report. This fixes that. Products from yocto's CVE check NVD database: sqlite> select * from products whe
|
By
Andrej Valek
·
|
|
[ANNOUNCEMENT] Yocto Project 3.1.24 (dunfell-23.0.24) is Released
Hi We are pleased to announce the Yocto Project 3.1.24 (dunfell-23.0.24) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.24/poky-dunfell-23.0.24.tar.b
Hi We are pleased to announce the Yocto Project 3.1.24 (dunfell-23.0.24) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.1.24/poky-dunfell-23.0.24.tar.b
|
By
Lee Chee Yang
·
|
|
[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
·
|