|
[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
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.0.rc3)
Hello everyone, This is the full report for yocto-4.0.rc3: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults ======= Summary ======== No high milesto
Hello everyone, This is the full report for yocto-4.0.rc3: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults ======= Summary ======== No high milesto
|
By
Teoh, Jay Shen
·
|
|
[tsc] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.3.6.rc1) 3 messages
Is the sato-sdk on qemuppc also intermittent issue
Is the sato-sdk on qemuppc also intermittent issue
|
By
Raj, Khem
·
|
|
[meta-raspberrypi][PATCH] bluez-firmware-rpidistro: add compatibility to oe-core/create-spdx 2 messages
Add do_create_spdx dependency to fix error when LICENCE is not found Signed-off-by: Davide Gardenal <davide.gardenal@...> --- .../bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb | 2 +- 1 file
Add do_create_spdx dependency to fix error when LICENCE is not found Signed-off-by: Davide Gardenal <davide.gardenal@...> --- .../bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb | 2 +- 1 file
|
By
Davide Gardenal
·
|
|
[meta-raspberrypi][PATCH] meta-raspberrypi: u-boot: remove the randundant patch 2 messages
This patch had been merged into u-boot upstream. Its commit is 29f7d05a347a("dm: core: Move ofdata_to_platdata() call earlier"). So, remove the randundant patch to avoid building error. Signed-off-by:
This patch had been merged into u-boot upstream. Its commit is 29f7d05a347a("dm: core: Move ofdata_to_platdata() call earlier"). So, remove the randundant patch to avoid building error. Signed-off-by:
|
By
Meng Li
·
|
|
package and booting an initramfs image 2 messages
I have a need to package my kernel, dtb, and rootfs manually and then boot this as an initramfs. I'm not sure which files from the deploy/images directory to use. I see there is an rootfs.cpio.gz file
I have a need to package my kernel, dtb, and rootfs manually and then boot this as an initramfs. I'm not sure which files from the deploy/images directory to use. I see there is an rootfs.cpio.gz file
|
By
Embedded 1
·
|
|
IPv6 Autogeneration Not Persisting
I’m trying to auto-generate IPv6 for interfaces on a ZPE Systems device but not able to. It keeps reverting to a value of ‘1’ after a reboot even though the config file clearly has ‘3’. Anyone run int
I’m trying to auto-generate IPv6 for interfaces on a ZPE Systems device but not able to. It keeps reverting to a value of ‘1’ after a reboot even though the config file clearly has ‘3’. Anyone run int
|
By
Syed, Nabeel
·
|