|
[meta-java] [PATCH] xerces-j: update 2.11.0 -> 2.12.0
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../xerces-j/{xerces-j_2.11.0.bb => xerces-j_2.12.0.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename re
From: Wang Mingyu <wangmy@...> Signed-off-by: Wang Mingyu <wangmy@...> --- .../xerces-j/{xerces-j_2.11.0.bb => xerces-j_2.12.0.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename re
|
By
wangmy
·
|
|
[ANNOUNCEMENT] Yocto Project 4.2.1 is Released
Hi We are pleased to announce the Yocto Project 4.2.1 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.2.1/poky-c5c69f78fc7ce4ba361363c14352e4264ce7813f.
Hi We are pleased to announce the Yocto Project 4.2.1 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.2.1/poky-c5c69f78fc7ce4ba361363c14352e4264ce7813f.
|
By
Lee Chee Yang
·
|
|
OSError: [Errno 40] too much recursions while resolving
2 messages
#hardknott
Hi.. there Hope all are doing well I'm dealing with the Makefile based project, for which i have created the recipe file The file architecture of the recipes file is as follows, |---modem-api ├── file
Hi.. there Hope all are doing well I'm dealing with the Makefile based project, for which i have created the recipe file The file architecture of the recipes file is as follows, |---modem-api ├── file
|
By
Mahendra Sondagar
·
|
|
libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by bin/cmake)
5 messages
#hardknott
Hi.. community Hope all are doing well I'm dealing with the Yocto hardknott with my Ubuntu host The Ubuntu version is Ubuntu 22.04.2 LTS During the building of the custom image, everything goes well u
Hi.. community Hope all are doing well I'm dealing with the Yocto hardknott with my Ubuntu host The Ubuntu version is Ubuntu 22.04.2 LTS During the building of the custom image, everything goes well u
|
By
Mahendra Sondagar
·
|
|
opencv pseudo abort
2 messages
Hi, I'm using kirkstone and from time to time I'm getting pseudo abort on opencv. There are some topics already reported: https://lists.yoctoproject.org/g/yocto/topic/opencv_build_generates_pseudo/828
Hi, I'm using kirkstone and from time to time I'm getting pseudo abort on opencv. There are some topics already reported: https://lists.yoctoproject.org/g/yocto/topic/opencv_build_generates_pseudo/828
|
By
Marek Belisko
·
|
|
#raspberrypi #ffmpeg
4 messages
#raspberrypi
#ffmpeg
Hello, I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding on a RPI4 ffmpeg -encoders | grep h264 for example ffmpeg -f v4l2 -i /dev/video0 -v:c v4l_mem2mem out.mp4 would take
Hello, I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding on a RPI4 ffmpeg -encoders | grep h264 for example ffmpeg -f v4l2 -i /dev/video0 -v:c v4l_mem2mem out.mp4 would take
|
By
Ed Watson
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.2.1)
Hi All, QA for yocto-4.2.1.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 ======= Summ
Hi All, QA for yocto-4.2.1.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 ======= Summ
|
By
Jing Hui Tham
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 25/05/2023
2 messages
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Ross Burton, Joshua Watt, Trevor Gamblin, Randy Macleod, Alexandre Belloni, Tim Orling, Th
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Richard Purdie, Steve Sakoman, Stephen Jolley, Ross Burton, Joshua Watt, Trevor Gamblin, Randy Macleod, Alexandre Belloni, Tim Orling, Th
|
By
sakib.sajal@...
·
|
|
psplash: white stripes with custom splash image
6 messages
Greetings, I wanted to customize the boot splash image for an i.MX6 system. I'm using Kirkstone and created a psplash/psplash_%.bbappend file in a custom layer: SPLASH_IMAGES = "file://krtek.png;outsu
Greetings, I wanted to customize the boot splash image for an i.MX6 system. I'm using Kirkstone and created a psplash/psplash_%.bbappend file in a custom layer: SPLASH_IMAGES = "file://krtek.png;outsu
|
By
Michael Opdenacker
·
|
|
[patchtest][PATCH] core-image-patchtest: Add safe git directories
patchtest's method of mounting a shared directory into the guest image means that the associated content may not be owned by the image's user. Add /home/patchtest/openembedded-core and /home/patchtest
patchtest's method of mounting a shared directory into the guest image means that the associated content may not be owned by the image's user. Add /home/patchtest/openembedded-core and /home/patchtest
|
By
Trevor Gamblin
·
|
|
[opkg-utils PATCH V2] opkg-feed: Fix adding feeds with same name as architecture
3 messages
Attempting to add feeds with some special names that match architecture names was returning an error: "5 The named feed already exists" Make sourceTypePattern in createFeedLineRegex only match feed co
Attempting to add feeds with some special names that match architecture names was returning an error: "5 The named feed already exists" Make sourceTypePattern in createFeedLineRegex only match feed co
|
By
Petar Koynov
·
|
|
[meta-security][PATCH] integrity: linux-yocto: remove extra space in checkvalues
The contains_any can evaluate the checkvalues correctly because it split the string to a set but the extra space is not need in this case. Signed-off-by: Jose Quaresma <jose.quaresma@...> --- meta-int
The contains_any can evaluate the checkvalues correctly because it split the string to a set but the extra space is not need in this case. Signed-off-by: Jose Quaresma <jose.quaresma@...> --- meta-int
|
By
Jose Quaresma
·
|
|
[ANNOUNCEMENT] Yocto Project 4.0.10 is Released
Hi We are pleased to announce the Yocto Project 4.0.10 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.10/poky-f53ab3a2ff206a130cdc843839dd0ea5ec4ad02
Hi We are pleased to announce the Yocto Project 4.0.10 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.10/poky-f53ab3a2ff206a130cdc843839dd0ea5ec4ad02
|
By
Lee Chee Yang
·
|
|
Inquiry Regarding License Compatibility in OpenEmbedded Meta-Security Layer
4 messages
#qt5
#kernel
#dunfell
#imx8
#linux
I am reaching out to seek clarification regarding the license compatibility within theOpenEmbedded Meta-Security layer, particularly in relation to the presence of LGPL, GPL 2.0 and GPL 3.0 licenses a
I am reaching out to seek clarification regarding the license compatibility within theOpenEmbedded Meta-Security layer, particularly in relation to the presence of LGPL, GPL 2.0 and GPL 3.0 licenses a
|
By
cheerala.rohith@...
·
|
|
Importing environmental variables to receipe
#kirkstone
we are working behind the proxy , there are errors while compiling sphinx module in setuptools3 adding python modules. we would like to export the http_proxy and https_proxy in the bb file. I still ha
we are working behind the proxy , there are errors while compiling sphinx module in setuptools3 adding python modules. we would like to export the http_proxy and https_proxy in the bb file. I still ha
|
By
vikkramblossoms@...
·
|
|
[meta-mingw] [PATCH] mingw32: Add WINDRES export for SDK
GCC-13 has added code where windres is called on a rc file which includes winuser.h, this requires to call windres with -I option to point to right header directory duting gcc-candian-cross builds Fix
GCC-13 has added code where windres is called on a rc file which includes winuser.h, this requires to call windres with -I option to point to right header directory duting gcc-candian-cross builds Fix
|
By
Khem Raj
·
|
|
[yocto-autobuilder2] schedulers: update to add mickledore
Signed-off-by: Steve Sakoman <steve@...> --- schedulers.py | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/schedulers.py b/schedulers.py index 24cbd70..2f7
Signed-off-by: Steve Sakoman <steve@...> --- schedulers.py | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/schedulers.py b/schedulers.py index 24cbd70..2f7
|
By
Steve Sakoman
·
|
|
[meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED
2 messages
Ping. Thanks,
By
Yu, Mingli
·
|
|
Yocto Project Status 23 May 2023 (WW21)
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday May 25th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday May 25th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
|
By
Stephen Jolley
·
|
|
[meta-tpm][PATCH 2/2] linux-yocto: remove tpm_x86.cfg
From: Mikko Rapeli <mikko.rapeli@...> It's not used by linux-yocto bbappends in any configuration. Signed-off-by: Mikko Rapeli <mikko.rapeli@...> --- meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.
From: Mikko Rapeli <mikko.rapeli@...> It's not used by linux-yocto bbappends in any configuration. Signed-off-by: Mikko Rapeli <mikko.rapeli@...> --- meta-tpm/recipes-kernel/linux/linux-yocto/tpm_x86.
|
By
Mikko Rapeli
·
|