|
[ANNOUNCEMENT] Milestone 1 for Yocto Project 4.2 (yocto-4.2_M1) Now Available
Hi, We are pleased to announce the first milestone release for Yocto Project 4.2 (yocto-4.2_M1) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yoc
Hi, We are pleased to announce the first milestone release for Yocto Project 4.2 (yocto-4.2_M1) is now available for download. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yoc
|
By
Lee Chee Yang
·
|
|
Run browser immediately after booting up device 2 messages
#yocto
Hi everyone, I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be help
Hi everyone, I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be help
|
By
jovanbosic95@...
·
|
|
M+ & H bugs with Milestone Movements WW52
All, YP M+ or high bugs which moved to a new milestone in WW52 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5322 Global DNS fallback mechanism not present in po
All, YP M+ or high bugs which moved to a new milestone in WW52 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 5322 Global DNS fallback mechanism not present in po
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW52!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 2 bruce.ashfield@... 1 workjagadeesh@... 1 richard.purdie@... 1 mingli.yu@... 1 Grand To
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macleod@... 2 bruce.ashfield@... 1 workjagadeesh@... 1 richard.purdie@... 1 mingli.yu@... 1 Grand To
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.2
All, Below is the list as of top 32 bug owners as of the end of WW52 of who have open medium or higher bugs and enhancements against YP 4.2. There are 84 possible work days left until the final releas
All, Below is the list as of top 32 bug owners as of the end of WW52 of who have open medium or higher bugs and enhancements against YP 4.2. There are 84 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
·
|
|
[PATCH yocto-autobuilder-helper] config.json: use -a option for oe-selftest
From: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js
From: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js
|
By
Alexandre Belloni
·
|
|
[yocto-autobuilder-helper][langdale][PATCH] config.json: remove meta-agl from check-layer
From: Alexandre Belloni <alexandre.belloni@...> langdale isn't currently supported on any branch of meta-agl Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 16 ++++++-------
From: Alexandre Belloni <alexandre.belloni@...> langdale isn't currently supported on any branch of meta-agl Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 16 ++++++-------
|
By
Alexandre Belloni
·
|
|
[yocto-autobuilder-helper][PATCH] config.json: remove meta-agl from check-layer 2 messages
From: Alexandre Belloni <alexandre.belloni@...> langdale isn't currently supported on any branch of meta-agl Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 16 ++++++-------
From: Alexandre Belloni <alexandre.belloni@...> langdale isn't currently supported on any branch of meta-agl Signed-off-by: Alexandre Belloni <alexandre.belloni@...> --- config.json | 16 ++++++-------
|
By
Alexandre Belloni
·
|
|
FireFox 5 messages
Hi everyone, I am trying to add firefox to my yocto project. I am now at this so I need a few hints. 1. I am using yocto kirkstone 2. Image I am building is core-image-minimal-dev 3. My local.conf fil
Hi everyone, I am trying to add firefox to my yocto project. I am now at this so I need a few hints. 1. I am using yocto kirkstone 2. Image I am building is core-image-minimal-dev 3. My local.conf fil
|
By
jovanbosic95@...
·
|
|
Yocto with Monorepo - best practice for building apps that have source within the repo? 14 messages
Hello, I'm seeking advice around using Yocto in a mono-repository, specifically how to include my own C/C++ applications that have their source code stored elsewhere in the same repository (and specif
Hello, I'm seeking advice around using Yocto in a mono-repository, specifically how to include my own C/C++ applications that have their source code stored elsewhere in the same repository (and specif
|
By
David Antliff
·
|
|
[layerindex-web] [PATCH] layerindex/utils.py: Add to baseconfig=True for bb.parse.handle() 3 messages
Bitbake's api has been changed via: afb8478d3 parse: Add support for addpylib conf file directive and BB_GLOBAL_PYMODULES The conf file won't be parsed without baseconfig=True: bb.parse.ParseError: Pa
Bitbake's api has been changed via: afb8478d3 parse: Add support for addpylib conf file directive and BB_GLOBAL_PYMODULES The conf file won't be parsed without baseconfig=True: bb.parse.ParseError: Pa
|
By
Robert Yang
·
|
|
[PATCH 1/3] util.py: Fix for removing non-existed dependencies
The previous code didn't work when there is no deps or recs, it would return immediately without removing the on-existed dependencies, this patch fixes the problem. Signed-off-by: Robert Yang <liezhi.
The previous code didn't work when there is no deps or recs, it would return immediately without removing the on-existed dependencies, this patch fixes the problem. Signed-off-by: Robert Yang <liezhi.
|
By
Robert Yang
·
|
|
[PATCH 3/3] utils.py: Prefer the one which matches branchname for depends layer
The meta-xilinx was mata-xilinx/meta-xilinx-bsps, and now upstream has changed it to mata-xilinx/meta-xilinx-core, but get_dependency_layer always returns the first one (mata-xilinx/meta-xilinx-bsps)
The meta-xilinx was mata-xilinx/meta-xilinx-bsps, and now upstream has changed it to mata-xilinx/meta-xilinx-core, but get_dependency_layer always returns the first one (mata-xilinx/meta-xilinx-bsps)
|
By
Robert Yang
·
|
|
[PATCH 2/3] recipeparse.py: Checkout deplayerbranch before parsing
Fixed: $ ./update.py -b hardknott,master ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a newer
Fixed: $ ./update.py -b hardknott,master ERROR: Variable PREMIRRORS_append contains an operation using the old override syntax. Please convert this layer/metadata before attempting to use with a newer
|
By
Robert Yang
·
|
|
Error creating recipe for Perl DBI for postgresql in Kirkstone 2 messages
Hello, I'm trying to write a recipe a Perl DBI for postgresql. I'm follwing the same recipe found in: https://layers.openembedded.org/layerindex/recipe/192563/ and https://layers.openembedded.org/laye
Hello, I'm trying to write a recipe a Perl DBI for postgresql. I'm follwing the same recipe found in: https://layers.openembedded.org/layerindex/recipe/192563/ and https://layers.openembedded.org/laye
|
By
Fernando Luiz Cola
·
|
|
Yocto Project Status 20 December 2022 (WW51)
Current Dev Position: YP 4.2 M2 Next Deadline: 23th January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday December 22nd 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3Fk
Current Dev Position: YP 4.2 M2 Next Deadline: 23th January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday December 22nd 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3Fk
|
By
Stephen Jolley
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.6.rc1)
Hi All, QA for yocto-4.0.6.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.0.6.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
·
|
|
Issue with accessing network from a recipe 4 messages
Hi, I am having an issue with a recipe whose do_configure requires network connections and I wonder if this issue could be related to Yocto so that this list would be the correct place to ask for idea
Hi, I am having an issue with a recipe whose do_configure requires network connections and I wonder if this issue could be related to Yocto so that this list would be the correct place to ask for idea
|
By
Gärding Antti
·
|
|
M+ & H bugs with Milestone Movements WW51
All, YP M+ or high bugs which moved to a new milestone in WW51 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14467 curl timeout while dnf is downloading package
All, YP M+ or high bugs which moved to a new milestone in WW51 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 14467 curl timeout while dnf is downloading package
|
By
Stephen Jolley
·
|