|
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
·
|
|
[meta-security][PATCH] Add EROFS support to dm-verity-img class
Add support for the EROFS image, and it's compressed options, to the dm-verity-img.bbclass setup, theoretically this is a simple addition to the list of types however there is a quirk in how Poky hand
Add support for the EROFS image, and it's compressed options, to the dm-verity-img.bbclass setup, theoretically this is a simple addition to the list of types however there is a quirk in how Poky hand
|
By
Joshua Harley
·
|
|
[RFC PATCH yocto-autobuilder-helper 6/6] scripts: run-docs-build: reuse logic to link to latest tag
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Schulz <foss+yocto@.
From: Quentin Schulz <quentin.schulz@...> Since the latest tag already has a specific handling in the forloop, let's just move the symlink creation inside the forloop. Cc: Quentin Schulz <foss+yocto@.
|
By
Quentin Schulz
·
|
|
[RFC PATCH yocto-autobuilder-helper 5/6] scripts: run-docs-build: make latest documentation tag the default version
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are implemented for the n
From: Quentin Schulz <quentin.schulz@...> Currently, the master branch is the default branch being displayed by default when reaching the Yocto docs website. When big changes are implemented for the n
|
By
Quentin Schulz
·
|
|
[PATCH yocto-autobuilder-helper 4/6] scripts: run-docs-build: use set_versions.py and switchers.js.in from master
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the documentation. Righ
From: Quentin Schulz <quentin.schulz@...> set_versions.py and switchers.js.in need to be up-to-date so that a consistent behavior is kept between different branches and tags of the documentation. Righ
|
By
Quentin Schulz
·
|
|
[PATCH yocto-autobuilder-helper 3/6] scripts: run-docs-build: add option to skip upstream rsync
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easier contribution to this script, let's
From: Quentin Schulz <quentin.schulz@...> The rsync only makes sense for the Autobuilder as most people don't have access to docs@.... Therefore, to allow for easier contribution to this script, let's
|
By
Quentin Schulz
·
|
|
[PATCH yocto-autobuilder-helper 2/6] scripts: run-docs-build: allow to pass buildtools script and docbook tarball paths
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it harder to contribute t
From: Quentin Schulz <quentin.schulz@...> Currently, the path to buildtools script and docbook tarball are hardcoded to work on Yocto Project Autobuilder. However, this makes it harder to contribute t
|
By
Quentin Schulz
·
|
|
[PATCH yocto-autobuilder-helper 1/6] scripts: run-docs-build: transform argument paths into absolute paths
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just make all paths passed
From: Quentin Schulz <quentin.schulz@...> The script is written in such a way that absolute paths are expected. Instead of failing weirdly at some point in the script, let's just make all paths passed
|
By
Quentin Schulz
·
|
|
[RFC PATCH] docs: update Bitbake objects.inv location for master branch
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_versions.py to ref
From: Quentin Schulz <quentin.schulz@...> master branch of Bitbake is now located at docs.yoctoproject.org/dev instead of docs.yoctoproject.org so let's update the switchers and set_versions.py to ref
|
By
Quentin Schulz
·
|
|
Yocto Project Status WW16`22
Current Dev Position: YP 4.0 rc3 Next Deadline: 29th April 2022 YP 4.0 final release Next Team Meetings: Bug Triage meeting Thursday Apr.21st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM
Current Dev Position: YP 4.0 rc3 Next Deadline: 29th April 2022 YP 4.0 final release Next Team Meetings: Bug Triage meeting Thursday Apr.21st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM
|
By
Richard Purdie
·
|
|
NPM support on Dunfell 2 messages
I'm seeing some gaps and performance issues. Examples: 1. Setting NPM_INSTALL_DEV = "1" I am rewarded with: 169npm ERR! Could not install from "../../__w/meta-flutter/rpi4-drm-dunfell-latest/raspberry
I'm seeing some gaps and performance issues. Examples: 1. Setting NPM_INSTALL_DEV = "1" I am rewarded with: 169npm ERR! Could not install from "../../__w/meta-flutter/rpi4-drm-dunfell-latest/raspberry
|
By
Joel Winarske
·
|
|
M+ & H bugs with Milestone Movements WW16
All, YP M+ or high bugs which moved to a new milestone in WW16 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12279 enhance manifest not found warning randy.macle
All, YP M+ or high bugs which moved to a new milestone in WW16 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12279 enhance manifest not found warning randy.macle
|
By
Stephen Jolley
·
|
|
Enhancements/Bugs closed WW16
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 15 randy.macleod@... 8 alexandre.belloni@... 2 tim.orling@... 1 gregorylumen@... 1 matt
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 15 randy.macleod@... 8 alexandre.belloni@... 2 tim.orling@... 1 gregorylumen@... 1 matt
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 3.5
All, Below is the list as of top 30 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 3.5. There are 8 possible work days left until the final release
All, Below is the list as of top 30 bug owners as of the end of WW16 of who have open medium or higher bugs and enhancements against YP 3.5. There are 8 possible work days left until the final release
|
By
Stephen Jolley
·
|