|
[psplash][RFC PATCH 07/14] Extract draw font from psplash-fb
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-draw.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++- psplash-draw.h | 25 ++++++++---- psplash-fb.c | 108 --------------------
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-draw.c | 109 ++++++++++++++++++++++++++++++++++++++++++++++++- psplash-draw.h | 25 ++++++++---- psplash-fb.c | 108 --------------------
|
By
Vasyl Vavrychuk
·
|
|
[psplash][RFC PATCH 06/14] Extract draw rect/image from psplash-fb
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-draw.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ psplash-draw.h | 20 +++++++++++++++ psplash-fb.c | 70 ------------------
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-draw.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ psplash-draw.h | 20 +++++++++++++++ psplash-fb.c | 70 ------------------
|
By
Vasyl Vavrychuk
·
|
|
[psplash][RFC PATCH 11/14] Implement drm backend
Limitation is that splash screen is drawn only on the first connector. Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- Makefile.am | 12 +++- configure.ac | 9 +++ psplash-drm.c | 179 +++++++++
Limitation is that splash screen is drawn only on the first connector. Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- Makefile.am | 12 +++- configure.ac | 9 +++ psplash-drm.c | 179 +++++++++
|
By
Vasyl Vavrychuk
·
|
|
[psplash][RFC PATCH 05/14] Extract plot pixel from psplash-fb
psplash_fb_plot_pixel is in fact framebuffer independent. Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- Makefile.am | 3 +- psplash-draw.c | 120 +++++++++++++++++++++++++++++++ psplash-draw.
psplash_fb_plot_pixel is in fact framebuffer independent. Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- Makefile.am | 3 +- psplash-draw.c | 120 +++++++++++++++++++++++++++++++ psplash-draw.
|
By
Vasyl Vavrychuk
·
|
|
[psplash][RFC PATCH 01/14] Trim trailing spaces
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-console.c | 34 +++++++++++----------- psplash-console.h | 8 ++--- psplash-fb.c | 4 +-- psplash-fb.h | 34 +++++++++++----------- psplash
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-console.c | 34 +++++++++++----------- psplash-console.h | 8 ++--- psplash-fb.c | 4 +-- psplash-fb.h | 34 +++++++++++----------- psplash
|
By
Vasyl Vavrychuk
·
|
|
[psplash][RFC PATCH 02/14] Fix 'unused-result' warnings
This fixes warnings such as: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-systemd.c |
This fixes warnings such as: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...> --- psplash-systemd.c |
|
By
Vasyl Vavrychuk
·
|
|
[layerindex-web][PATCH v2 3/3] layerindex/utils.py: ignore 'core' in BBFILES_COLLECTIONS
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
Many layers append BBFILE_COLLECTIONS and therefore have 'core <layer>' During update.py, this means we are likely not handling the collection we expect: WARNING: /opt/workdir/git___git_openembedded_o
|
By
Tim Orling
·
|
|
[layerindex-web][PATCH v2 2/3] recipe{desc,parse}.py: BB_ENV_PASSTHROUGH_ADDITIONS
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
ERROR: Variable BB_ENV_EXTRAWHITE has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR: Variable BB_ENV_EXTRAWHITE from the shell environment has been renamed to BB_ENV_PASSTHROUGH_ADDITIONS ERROR:
|
By
Tim Orling
·
|
|
[layerindex-web][PATCH 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 checkout out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which hav
Add a helper function to check if a given SHA1 hash is an ancestor in the currently checkout out branch, using: git merge-branch --is-ancestor <commit> HEAD NOTE: This will not match commits which hav
|
By
Tim Orling
·
|
|
[layerindex-web][PATCH 0/3] Fixes for updates
This series includes fixes to allow update.py to run on 'master', by providing a check for the BB_ENV_PASSTHROUGHS_ADDITIONS variable renaming in bitbake 2.0+. To do so, an 'is_commit_ancestor' check
This series includes fixes to allow update.py to run on 'master', by providing a check for the BB_ENV_PASSTHROUGHS_ADDITIONS variable renaming in bitbake 2.0+. To do so, an 'is_commit_ancestor' check
|
By
Tim Orling
·
|
|
[meta-xilinx][PATCH] Use new variable LICENSE_FLAGS_ACCEPTED
From: Mingli Yu <mingli.yu@...> Signed-off-by: Mingli Yu <mingli.yu@...> --- meta-xilinx-bsp/README.md | 4 ++-- meta-xilinx-core/README.md | 4 ++-- meta-xilinx-core/README.qemu.md | 4 ++-- 3 files cha
From: Mingli Yu <mingli.yu@...> Signed-off-by: Mingli Yu <mingli.yu@...> --- meta-xilinx-bsp/README.md | 4 ++-- meta-xilinx-core/README.md | 4 ++-- meta-xilinx-core/README.qemu.md | 4 ++-- 3 files cha
|
By
Yu, Mingli
·
|
|
[PATCH yocto-autobuilder-helper v7] Add a banner on the old documentation docs. 4 messages
Also added a command in the run-docs-build file to run the python script once in the extracted tarball directory. Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- docs_fix_all_html_cs
Also added a command in the run-docs-build file to run the python script once in the extracted tarball directory. Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- docs_fix_all_html_cs
|
By
Abongwa Amahnui Bonalais
·
|
|
[PATCH v6] Add a banner on the old documentation docs 5 messages
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- htmlscript.py | 36 +++++++++++++++++++++++++++++ stylescript.py | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files change
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- htmlscript.py | 36 +++++++++++++++++++++++++++++ stylescript.py | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files change
|
By
Abongwa Amahnui Bonalais
·
|
|
[PATCH yocto-autobuilder-helper] Sourced warning banner scripts to $outputdir 2 messages
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- run-docs-build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/run-docs-build b/run-docs-build index db790dc..b6744ee 100755 -
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...> --- run-docs-build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/run-docs-build b/run-docs-build index db790dc..b6744ee 100755 -
|
By
Abongwa Amahnui Bonalais
·
|
|
master/kirkstone: ERROR: Nothing RPROVIDES 'gps-utils-python' (this happens since tonight) 3 messages
Hello, in our image we request the following packages: gpsd gps-utils libgps Since tonight there is the error: ERROR: Nothing RPROVIDES 'gps-utils-python' (but .../yocto/meta-openembedded/meta-oe/reci
Hello, in our image we request the following packages: gpsd gps-utils libgps Since tonight there is the error: ERROR: Nothing RPROVIDES 'gps-utils-python' (but .../yocto/meta-openembedded/meta-oe/reci
|
By
Matthias Klein
·
|
|
SRC_URI from AWS codecommit with user and password 4 messages
#yocto
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe
|
By
mail2uvijay@...
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-3.3.6.rc1) 2 messages
3.3.6 built but there were two issues. One was a qemu boot test failure for core-image-sato-sdk on qemuppc-alt. I did have a look for logs but there aren't any, qemu never seemed to start but nothing
3.3.6 built but there were two issues. One was a qemu boot test failure for core-image-sato-sdk on qemuppc-alt. I did have a look for logs but there aren't any, qemu never seemed to start but nothing
|
By
Richard Purdie
·
|
|
secure boot w/ Mender bzImage fails validation 5 messages
#dunfell
Hello, We have an Intel Elkhart Lake device that we are trying to get Secure Boot (via meta-secure-core/meta-efi-secure-boot SELoader) working on using the Dunfell release. This device uses Mender for
Hello, We have an Intel Elkhart Lake device that we are trying to get Secure Boot (via meta-secure-core/meta-efi-secure-boot SELoader) working on using the Dunfell release. This device uses Mender for
|
By
Ballentine, Casey
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 4/21/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Akuster, Randy, Richard, Joshua Watt, Pavel, Ross Burton, Steve Sakoman, Tim Orling ARs: N/A Notes: N/A Medium+ 3.6 Unassigned Enhancemen
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage Attendees: Akuster, Randy, Richard, Joshua Watt, Pavel, Ross Burton, Steve Sakoman, Tim Orling ARs: N/A Notes: N/A Medium+ 3.6 Unassigned Enhancemen
|
By
sakib.sajal@...
·
|
|
What happened to packages __init__.py?
#python
#dunfell
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
I'm working with multiple platforms on dunfell. I'm having trouble understanding the installation step of a couple of pthon3 packages - namely python3-zc-lockfile and python3-jaraco-functools. In both
|
By
MikeB
·
|