|
[psplash][RFC PATCH 12/14] Reverse modeset_list
Now, it has the same order as connectors in drmModeGetResources. As
result splash screen will be drawn on the first connector.
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...>
---
Now, it has the same order as connectors in drmModeGetResources. As
result splash screen will be drawn on the first connector.
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...>
---
|
By
Vasyl Vavrychuk
·
#56865
·
|
|
[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
·
#56864
·
|
|
[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
·
#56863
·
|
|
[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 +++
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 +++
|
By
Vasyl Vavrychuk
·
#56862
·
|
|
[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_fb_plot_pixel is in fact framebuffer independent.
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...>
---
Makefile.am | 3 +-
psplash-draw.c | 120
|
By
Vasyl Vavrychuk
·
#56861
·
|
|
[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@...>
---
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@...>
---
|
By
Vasyl Vavrychuk
·
#56860
·
|
|
[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
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@...>
---
psplash-console.c | 34 +++++++++++-----------
psplash-console.h | 8 ++---
psplash-fb.c | 4 +--
psplash-fb.h | 34
|
By
Vasyl Vavrychuk
·
#56859
·
|
|
[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:
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:
|
By
Tim Orling
·
#56858
·
|
|
[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
·
#56857
·
|
|
[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
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
|
By
Tim Orling
·
#56856
·
|
|
[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
·
#56855
·
|
|
[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 ++--
From: Mingli Yu <mingli.yu@...>
Signed-off-by: Mingli Yu <mingli.yu@...>
---
meta-xilinx-bsp/README.md | 4 ++--
meta-xilinx-core/README.md | 4 ++--
|
By
Yu, Mingli
·
#56854
·
|
|
[meta-cgl][PATCH] cgl-init-build-env: Use new variable LICENSE_FLAGS_ACCEPTED
From: Mingli Yu <mingli.yu@...>
Signed-off-by: Mingli Yu <mingli.yu@...>
---
cgl-init-build-env | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
From: Mingli Yu <mingli.yu@...>
Signed-off-by: Mingli Yu <mingli.yu@...>
---
cgl-init-build-env | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Yu, Mingli
·
#56853
·
|
|
[PATCH yocto-autobuilder-helper v8] Add a banner on the old documentation docs.
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_fix_all_html_css.py | 85 ++++++++++++++++++++++++++++++++
scripts/run-docs-build | 1 +
2 files
Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@...>
---
scripts/docs_fix_all_html_css.py | 85 ++++++++++++++++++++++++++++++++
scripts/run-docs-build | 1 +
2 files
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56852
·
|
|
have busybox prompt for password in initramfs boot
when I boot my initramfs and run init=/bin/sh I'm not prompted for a password. How can I require a password before entering the shell?
This is my initramfs recipe
IMAGE_FEATURES =
when I boot my initramfs and run init=/bin/sh I'm not prompted for a password. How can I require a password before entering the shell?
This is my initramfs recipe
IMAGE_FEATURES =
|
By
Embedded 1
·
#56851
·
|
|
Re: [PATCH yocto-autobuilder-helper v7] Add a banner on the old documentation docs.
Hi Quentin,
I'm sorry for taking so long
I'm still trying to figure out how to prevent the script from writing into the 3.1 versions and above.
Hi Quentin,
I'm sorry for taking so long
I'm still trying to figure out how to prevent the script from writing into the 3.1 versions and above.
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56850
·
|
|
Re: [PATCH yocto-autobuilder-helper v7] Add a banner on the old documentation docs.
On Fri, Apr 22, 2022 at 04:07 PM, Quentin Schulz wrote:
Would you mind telling us how you created your patch from a commit so we can help you fix the issue there?I'm sorry I added the run-docs-build
On Fri, Apr 22, 2022 at 04:07 PM, Quentin Schulz wrote:
Would you mind telling us how you created your patch from a commit so we can help you fix the issue there?I'm sorry I added the run-docs-build
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56849
·
|
|
Re: [PATCH yocto-autobuilder-helper v7] Add a banner on the old documentation docs.
Hi Amahnui,
We're making progress in the right direction :)
This is still not a valid path for the yocto-autobuilder-helper git repo. It should say scripts/docs_fix_all_html_css.py and
Hi Amahnui,
We're making progress in the right direction :)
This is still not a valid path for the yocto-autobuilder-helper git repo. It should say scripts/docs_fix_all_html_css.py and
|
By
Quentin Schulz
·
#56848
·
|
|
Re: [PATCH v6] Add a banner on the old documentation docs
Hi Quentin,
I sent a more recent patch containing the changes you requested.
Hi Quentin,
I sent a more recent patch containing the changes you requested.
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56847
·
|
|
[PATCH yocto-autobuilder-helper v7] Add a banner on the old documentation docs.
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@...>
---
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@...>
---
|
By
Abongwa Amahnui Bonalais <abongwabonalais@...>
·
#56846
·
|