|
Re: [meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0
Hi,
The gstreamer plugin is packed in different package so you need to install them
IMAGE_INSTALL += "libcamera-gst"
Jose
punctuation via lists.yoctoproject.org <sebastianpetersen84=yahoo.dk@...>
Hi,
The gstreamer plugin is packed in different package so you need to install them
IMAGE_INSTALL += "libcamera-gst"
Jose
punctuation via lists.yoctoproject.org <sebastianpetersen84=yahoo.dk@...>
|
By
Jose Quaresma
·
#59491
·
|
|
Re: [yocto-autobuilder-helper][PATCH 0/8] fix regression reports generation on "master-next" branches
Hi Richard,
ACK, will take a look at it
Regards,
--
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Hi Richard,
ACK, will take a look at it
Regards,
--
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Alexis Lothoré
·
#59490
·
|
|
Re: [yocto-autobuilder-helper][PATCH 0/8] fix regression reports generation on "master-next" branches
lists.yoctoproject.org wrote:
I think there is a regression somewhere:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/2085/steps/29/logs/stdio
Cheers,
Richard
lists.yoctoproject.org wrote:
I think there is a regression somewhere:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/2085/steps/29/logs/stdio
Cheers,
Richard
|
By
Richard Purdie
·
#59489
·
|
|
[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
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
|
By
Andrej Valek <andrej.valek@...>
·
#59488
·
|
|
[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.
Hi
We are pleased to announce the Yocto Project 3.1.24 (dunfell-23.0.24) Release is now available for download.
|
By
Lee Chee Yang
·
#59487
·
|
|
[meta-openembedded] Enabling "libcamerasrc" as a source for gst-launch-1.0
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 !
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 !
|
By
punctuation
·
#59486
·
|
|
[ptest-runner][PATCH 1/2] utils.c: rework pty setup
The run-read bash ptest fails when it's being run by ptest-runner, but
it is successful when run manually:
0 0 0
0
0
-0
+1
timeout 1: ok
unset or null 1
-1
+timeout 2: ok
unset or null 2
The run-read bash ptest fails when it's being run by ptest-runner, but
it is successful when run manually:
0 0 0
0
0
-0
+1
timeout 1: ok
unset or null 1
-1
+timeout 2: ok
unset or null 2
|
By
Ovidiu Panait
·
#59485
·
|
|
[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
·
#59484
·
|
|
Re: #bitbake
#bitbake
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release.
You want to look at the pyproject.toml "build-backend"
Since uvicorn has a proper pyproject.toml, you will want to use the new "PEP-517" classes available since 'kirkstone' Yocto Project release.
You want to look at the pyproject.toml "build-backend"
|
By
Tim Orling
·
#59483
·
|
|
#bitbake
#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
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
|
By
elshoud
·
#59482
·
|
|
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
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
|
By
Stephen Jolley
·
#59481
·
|
|
[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
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
|
By
Alexis Lothoré
·
#59480
·
|
|
[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@...>
---
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@...>
---
|
By
Mikko Rapeli
·
#59479
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.1.24.rc1)
Hi All,
QA for yocto-3.1.24.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
Hi All,
QA for yocto-3.1.24.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
|
By
Jing Hui Tham
·
#59478
·
|
|
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
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
|
By
Stephen Jolley
·
#59477
·
|
|
Enhancements/Bugs closed WW11!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#59476
·
|
|
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
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
|
By
Stephen Jolley
·
#59475
·
|
|
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
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
|
By
Stephen Jolley
·
#59474
·
|
|
Re: libpcre error on compilation time
Hi Sethu
I don't think so.
I just made a quick test by adding
IMAGE_INSTALL:append = " libpcre"
to conf/local.conf and it builds fine (through the "core-image-minimal" image). I'm using the
Hi Sethu
I don't think so.
I just made a quick test by adding
IMAGE_INSTALL:append = " libpcre"
to conf/local.conf and it builds fine (through the "core-image-minimal" image). I'm using the
|
By
Michael Opdenacker
·
#59473
·
|
|
Re: [meta-parsec][PATCH 1/2] tpm2-tss: restore version 3.2.x to meta-parsec
Hi Armin,
We're in the process of releasing new version of Parsec where this issue is fixed. https://github.com/parallaxsecond/parsec/issues/663
We will update parsec recipes in the next few
Hi Armin,
We're in the process of releasing new version of Parsec where this issue is fixed. https://github.com/parallaxsecond/parsec/issues/663
We will update parsec recipes in the next few
|
By
Anton Antonov
·
#59472
·
|