|
[layerindex-web][PATCH v2 1/3] layerindex/utils.py: add is_commit_ancestor check
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checked out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which have
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checked out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which have
|
By
Tim Orling
·
|
|
[psplash][RFC PATCH 00/14] Implement DRM backend 4 messages
It is needed in case display does not support FB. The missing part is drawing splash screen over all connected displays. I think there should be loop somewhere for this, but I am not sure which level
It is needed in case display does not support FB. The missing part is drawing splash screen over all connected displays. I think there should be loop somewhere for this, but I am not sure which level
|
By
Vasyl Vavrychuk
·
|
|
[yocto-autobuilder-helper][dunfell 2/2] oe-build-perf-report-email: Drop phantomjs email generation support
From: Richard Purdie <richard.purdie@...> This approach didn't work reliably so switch to text based emails pointing at the website version with graphs and data. Signed-off-by: Richard Purdie <richard
From: Richard Purdie <richard.purdie@...> This approach didn't work reliably so switch to text based emails pointing at the website version with graphs and data. Signed-off-by: Richard Purdie <richard
|
By
Steve Sakoman
·
|
|
[yocto-autobuilder-helper][dunfell 1/2] scripts/build-perf-test-wrapper: Update to only send text based emails
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit c77f588773924fd724b3c42daace24d6cce50d52) Signed-off-by: Steve Sakoman <steve@..
From: Richard Purdie <richard.purdie@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit c77f588773924fd724b3c42daace24d6cce50d52) Signed-off-by: Steve Sakoman <steve@..
|
By
Steve Sakoman
·
|
|
[yocto-autobuilder-helper][dunfell 0/2] Patch review
These two patches are required to fix performance builds on the autobuilder. There will also be a couple of related patches in an upcoming dunfell oe-core patchset. The following changes since commit
These two patches are required to fix performance builds on the autobuilder. There will also be a couple of related patches in an upcoming dunfell oe-core patchset. The following changes since commit
|
By
Steve Sakoman
·
|
|
Building recipes in multiple flavors for differing images 5 messages
Hi everybody! We use yocto to build the system for some of our devices. Given we have multiple use-cases for differing partitions on the device (rescue system; main system in “release” flavor; main sy
Hi everybody! We use yocto to build the system for some of our devices. Given we have multiple use-cases for differing partitions on the device (rescue system; main system in “release” flavor; main sy
|
By
Martin Weber
·
|
|
Custom DISTRO_VERSION with git describe 6 messages
hello, I would like to have a custom DISTRO_VERSION based on "git describe" of my layer: 1) In my layer meta-mylayer/conf/layer.conf, I defined the following: # Set variable to get the location of the
hello, I would like to have a custom DISTRO_VERSION based on "git describe" of my layer: 1) In my layer meta-mylayer/conf/layer.conf, I defined the following: # Set variable to get the location of the
|
By
Ayoub Zaki
·
|
|
How to force build system to use a working kernel defconfig? 4 messages
Hi, I followed Yocto document 2.3.3 Changing the Configuration to set up a complete working Linux kernel defconfig in my kernel bbappend, I copied the defconfig to build/.config: do_compile:prepend ()
Hi, I followed Yocto document 2.3.3 Changing the Configuration to set up a complete working Linux kernel defconfig in my kernel bbappend, I copied the defconfig to build/.config: do_compile:prepend ()
|
By
JH
·
|
|
[ANNOUNCEMENT] Yocto Project 3.3.6 (hardknott-25.0.6) is Released 3 messages
Hello We are pleased to announce the Yocto Project 3.3.6 (hardknott-25.0.6) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.3.6/poky-hardknott-25.0.6.ta
Hello We are pleased to announce the Yocto Project 3.3.6 (hardknott-25.0.6) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.3.6/poky-hardknott-25.0.6.ta
|
By
Lee Chee Yang
·
|
|
press request 3 messages
Hello, We, the German Linux magazine, are planning a focus on Linux distributions for the IoT in the 07/22 issue. One of them we have in mind is Yocto. We are therefore looking for an author who can i
Hello, We, the German Linux magazine, are planning a focus on Linux distributions for the IoT in the 07/22 issue. One of them we have in mind is Yocto. We are therefore looking for an author who can i
|
By
Jens-Christoph Brendel
·
|
|
Is inheriting a bbclass multiple times well defined? 2 messages
Hi, If I “inherit” a bbclass multiple times in a recipe, is the result well defined or is that undefined behavior for bitbake? I couldn’t find docs that state anything about that and the bitbake sourc
Hi, If I “inherit” a bbclass multiple times in a recipe, is the result well defined or is that undefined behavior for bitbake? I couldn’t find docs that state anything about that and the bitbake sourc
|
By
Heinz Wrobel
·
|
|
[docs] [PATCH] migration-guides: stop including documents with ".. include" 3 messages
Hi Michael, Technically incorrect, it's Nicolas who's the author :) git commit --author="Nicolas Dechesne <nicolas.dechesne@...>" is the line to specify an author. I checked and the file actually gets
Hi Michael, Technically incorrect, it's Nicolas who's the author :) git commit --author="Nicolas Dechesne <nicolas.dechesne@...>" is the line to specify an author. I checked and the file actually gets
|
By
Quentin Schulz
·
|
|
[PATCH] migration-guides: stop including documents with ".. include"
From: Michael Opdenacker <michael.opdenacker@...> This prevented variables from being substituted through the code in yocto-vars.py, at least in the files included this way. Reviewed-by: Michael Opden
From: Michael Opdenacker <michael.opdenacker@...> This prevented variables from being substituted through the code in yocto-vars.py, at least in the files included this way. Reviewed-by: Michael Opden
|
By
Michael Opdenacker
·
|
|
[docs] [yocto] [ANNOUNCEMENT] Yocto Project 4.0 is Released 4 messages
I can reproduce the issue when building locally. I am using Sphinx==4.4.0
I can reproduce the issue when building locally. I am using Sphinx==4.4.0
|
By
Nicolas Dechesne
·
|
|
[ANNOUNCEMENT] Yocto Project 4.0 is Released 6 messages
Hi We are pleased to announce the Yocto Project 4.0 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/poky-00cfdde791a0176c134f31e5a09eff725e75b905.tar.
Hi We are pleased to announce the Yocto Project 4.0 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/poky-00cfdde791a0176c134f31e5a09eff725e75b905.tar.
|
By
Lee Chee Yang
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.16.rc1)
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.16.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2.
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.16.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2.
|
By
Teoh, Jay Shen
·
|
|
[PATCH yocto-autobuilder-helper v11] Add a banner on the old documentation docs.
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- scripts/docs_fix_all_html_css.py | 107 +++++++++++++++++++++++++++++++ scripts/run-docs-build | 2 + 2 files changed, 109 insertions(+)
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- scripts/docs_fix_all_html_css.py | 107 +++++++++++++++++++++++++++++++ scripts/run-docs-build | 2 + 2 files changed, 109 insertions(+)
|
By
Abongwa Amahnui Bonalais
·
|
|
[PATCH yocto-autobuilder-helper v10] Add a banner on the old documentation docs. 4 messages
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- scripts/docs_fix_all_html_css.py | 75 ++++++++++++++++++++++++++++++++ scripts/run-docs-build | 2 + 2 files changed, 77 insertions(+)
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- scripts/docs_fix_all_html_css.py | 75 ++++++++++++++++++++++++++++++++ scripts/run-docs-build | 2 + 2 files changed, 77 insertions(+)
|
By
Abongwa Amahnui Bonalais
·
|
|
Yocto Project Status WW17`22
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: Bug Triage meeting Thursday Apr. 28th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5
Current Dev Position: YP 4.1 M1 Next Deadline: 30th May 2022 YP 4.1 M1 Build Next Team Meetings: Bug Triage meeting Thursday Apr. 28th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5
|
By
Richard Purdie
·
|
|
QA notification for completed autobuilder build (yocto-3.1.16.rc1)
A build flagged for QA (yocto-3.1.16.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.16.rc1 Build hash information: bitbake: 0784db7dd0fe
A build flagged for QA (yocto-3.1.16.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.1.16.rc1 Build hash information: bitbake: 0784db7dd0fe
|
By
Pokybuild User
·
|