|
Minutes: Yocto Project Weekly Triage Meeting 5/10/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Randy, Richard, Luca Ceresoli, Bruce Ashfield, Michael Opdenacker, Ross Burton, Steve Sakoman, Tim Orling, Joshua Watt, Pavel, Aryaman Gu
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Randy, Richard, Luca Ceresoli, Bruce Ashfield, Michael Opdenacker, Ross Burton, Steve Sakoman, Tim Orling, Joshua Watt, Pavel, Aryaman Gu
|
By
sakib.sajal@...
·
|
|
[PATCH yocto-autobuilder-helper] config.json: test only command line images with x32 2 messages
There has been a persistent stream of graphical failures on x32, and there is doubt about whether x32 is at all used by anyone nowadays - let's reduce the scope of x32 QA, and perhaps later drop it al
There has been a persistent stream of graphical failures on x32, and there is doubt about whether x32 is at all used by anyone nowadays - let's reduce the scope of x32 QA, and perhaps later drop it al
|
By
Alexander Kanavin
·
|
|
Yocto Project Status WW19`22
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: Yocto Project Summit - 17th-19th May (https://www.yoctoproject.org/yocto-project-summit-2022-05/) Bug T
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: Yocto Project Summit - 17th-19th May (https://www.yoctoproject.org/yocto-project-summit-2022-05/) Bug T
|
By
Richard Purdie
·
|
|
Dependency clarification for image classes with bitbake?
Hi, I have some issues in sorting out dependency management for a custom image_types_*sdcard.bbclass and need some help/advice because the docs didn’t solve my problems. As opposed to “normal” images
Hi, I have some issues in sorting out dependency management for a custom image_types_*sdcard.bbclass and need some help/advice because the docs didn’t solve my problems. As opposed to “normal” images
|
By
Heinz Wrobel
·
|
|
QA notification for completed autobuilder build (yocto-3.4.4.rc1) 3 messages
A build flagged for QA (yocto-3.4.4.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.4.4.rc1 Build hash information: bitbake: c2d8f9b2137bd4
A build flagged for QA (yocto-3.4.4.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.4.4.rc1 Build hash information: bitbake: c2d8f9b2137bd4
|
By
Pokybuild User
·
|
|
[meta-oracle-java][PATCH 3/6] set LAYERSERIES_COMPAT
Bitbake override syntax has been changed incompatibly in Yocto 3.4 (honister), which we'll adapt in the next commit. This is therefore the last commit that can be used with earlier Yocto releases. Sig
Bitbake override syntax has been changed incompatibly in Yocto 3.4 (honister), which we'll adapt in the next commit. This is therefore the last commit that can be used with earlier Yocto releases. Sig
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 4/6] oracle-jse: update dependency from gtk+ to gtk+3
GTK+ 2 is deprecated, and has not been included in OE-Core since commit 3c692e0d77e68908ab0e (2019-07-05, Ross Burton: "gtk+: remove GTK+ 2"). Java SE also builds with GTK+ 3, so update the dependency
GTK+ 2 is deprecated, and has not been included in OE-Core since commit 3c692e0d77e68908ab0e (2019-07-05, Ross Burton: "gtk+: remove GTK+ 2"). Java SE also builds with GTK+ 3, so update the dependency
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 6/6] bump LAYERSERIES_COMPAT after bitbake syntax change
After the bitbake override syntax change, we're no longer compatible with Yocto releases older than honister. Signed-off-by: Roland Hieber <rhi@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insert
After the bitbake override syntax change, we're no longer compatible with Yocto releases older than honister. Signed-off-by: Roland Hieber <rhi@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insert
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 0/6] kirkstone compatibility
Hi, the meta-oracle-java layer no longer builds with kirkstone due to the new override syntax. While at it, I've included some general fixes. I suggest to add a new branch 'honister' on the commit "or
Hi, the meta-oracle-java layer no longer builds with kirkstone due to the new override syntax. While at it, I've included some general fixes. I suggest to add a new branch 'honister' on the commit "or
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 2/6] oracle-jse-jre: fix python indentation
Bitbake complains about the wrongly indented Python code: WARNING: …/meta-oracle-java/recipes-devtools/oracle-java/oracle-jse-jre_1.8.0.bb: python should use 4 spaces indentation, but found tabs in or
Bitbake complains about the wrongly indented Python code: WARNING: …/meta-oracle-java/recipes-devtools/oracle-java/oracle-jse-jre_1.8.0.bb: python should use 4 spaces indentation, but found tabs in or
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 1/6] README: fix mailing list address and other typos
Signed-off-by: Roland Hieber <rhi@...> --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1f2c1380f676..b375f310aed4 100644 --- a/README +++ b/REA
Signed-off-by: Roland Hieber <rhi@...> --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1f2c1380f676..b375f310aed4 100644 --- a/README +++ b/REA
|
By
Roland Hieber
·
|
|
[meta-oracle-java][PATCH 5/6] convert to new override syntax
Since bitbake 1.52, which was included in Yocto 3.4 (honister), the syntax for overrides has changed from using the '_' character to using the ':' character, and the old syntax is no longer accepted.
Since bitbake 1.52, which was included in Yocto 3.4 (honister), the syntax for overrides has changed from using the '_' character to using the ':' character, and the old syntax is no longer accepted.
|
By
Roland Hieber
·
|
|
[meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe 2 messages
python3-pygments has been in oe-core since Dunfell (5c0d4e59). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pygments_2.10.0.bb | 15 --------------- 1 file changed, 15 deletions(
python3-pygments has been in oe-core since Dunfell (5c0d4e59). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pygments_2.10.0.bb | 15 --------------- 1 file changed, 15 deletions(
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused
This recipe wasn't actually named *.bb, so it wasn't parsed at all, so it can't have been used. Signed-off-by: Ross Burton <ross.burton@...> --- .../recipes-devtools/python/python3-pylink | 11 -------
This recipe wasn't actually named *.bb, so it wasn't parsed at all, so it can't have been used. Signed-off-by: Ross Burton <ross.burton@...> --- .../recipes-devtools/python/python3-pylink | 11 -------
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe
This recipe has been in meta-python since kirkstone (94fc0589b). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-imgtool_1.7.2.bb | 14 -------------- 1 file changed, 14 deletions(-
This recipe has been in meta-python since kirkstone (94fc0589b). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-imgtool_1.7.2.bb | 14 -------------- 1 file changed, 14 deletions(-
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes
This recipe has been in oe-core since hardknott (c51fde1d). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-packaging_21.0.bb | 14 -------------- 1 file changed, 14 deletions(-) de
This recipe has been in oe-core since hardknott (c51fde1d). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-packaging_21.0.bb | 14 -------------- 1 file changed, 14 deletions(-) de
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: remove, duplicate of oe-core recipe
This recipe has been in oe-core since gatesgarth (182c1af2). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pyparsing_2.4.7.bb | 14 -------------- 1 file changed, 14 deletions(-)
This recipe has been in oe-core since gatesgarth (182c1af2). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pyparsing_2.4.7.bb | 14 -------------- 1 file changed, 14 deletions(-)
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: remove, duplicate of oe-core recipe
This has been in oe-core since kirkstone (1899e59). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-sphinx_4.2.0.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode
This has been in oe-core since kirkstone (1899e59). Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-sphinx_4.2.0.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode
|
By
Ross Burton
·
|
|
[meta-zephyr][PATCH] python3-pygments: remove, this is in oe-core
python3-pygments has been in oe-core since Dunfell. [1] 5c0d4e59d4a12374a3460743d9805c7b75f56d6e Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pygments_2.10.0.bb | 15 -----------
python3-pygments has been in oe-core since Dunfell. [1] 5c0d4e59d4a12374a3460743d9805c7b75f56d6e Signed-off-by: Ross Burton <ross.burton@...> --- .../python/python3-pygments_2.10.0.bb | 15 -----------
|
By
Ross Burton
·
|
|
enabling symbols for debug in clinfo 4 messages
Hello: I’d like to build clinfo w/ “-g” option to do some debugging with GDB… I am looking at: meta-openembedded/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb I created a “bbapend” file to mod
Hello: I’d like to build clinfo w/ “-g” option to do some debugging with GDB… I am looking at: meta-openembedded/meta-oe/recipes-support/opencl/clinfo_2.2.18.04.06.bb I created a “bbapend” file to mod
|
By
Monsees, Steven C (US)
·
|