|
Current high bug count owners for Yocto Project 4.2
All, Below is the list as of top 35 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 4.2. There are 76 possible work days left until the final releas
All, Below is the list as of top 35 bug owners as of the end of WW01 of who have open medium or higher bugs and enhancements against YP 4.2. There are 76 possible work days left until the final releas
|
By
Stephen Jolley
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
|
By
Stephen Jolley
·
|
|
[qa-build-notification] QA notification for completed autobuilder build (yocto-4.1.2.rc1)
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1.2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. B
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1.2.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. B
|
By
Jing Hui Tham
·
|
|
kirkstone: issue with fetching sources using tag
Hi, I'm moving my layers from dunfell to kirkstone and for some recipes I'm hitting an issue with following fetch issue: Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch without a
Hi, I'm moving my layers from dunfell to kirkstone and for some recipes I'm hitting an issue with following fetch issue: Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch without a
|
By
Marek Belisko
·
|
|
roundup feature for Wic partitions? 2 messages
Hi, I am trying to configure an image to conform to the VHD size alignment requirements of Azure. Azure requires that the filesize of a VHD be a multiple of 1 MiB. The '--align' option works to align
Hi, I am trying to configure an image to conform to the VHD size alignment requirements of Azure. Azure requires that the filesize of a VHD be a multiple of 1 MiB. The '--align' option works to align
|
By
Benjamin Mordaunt
·
|
|
How to make root file system writable? 2 messages
After bitbaking core-image-full-cmdline, my root file system is readable only. How to make it writable? Is there something I have to change in local.conf?
After bitbaking core-image-full-cmdline, my root file system is readable only. How to make it writable? Is there something I have to change in local.conf?
|
By
jovanbosic95@...
·
|
|
Strange behaviour with quilt and kernel 3 messages
Hi all. I'm working on a board with kirkstone. I update every layers with latest kirkstone branch available, poky layer too. I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch I make a
Hi all. I'm working on a board with kirkstone. I update every layers with latest kirkstone branch available, poky layer too. I'm patching the kernel 6.0.8 for debug purpose: 0001-debug.patch I make a
|
By
Mauro Ziliani
·
|
|
QA notification for completed autobuilder build (yocto-4.1.2.rc1)
A build flagged for QA (yocto-4.1.2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.1.2.rc1 Build hash information: bitbake: f0f166aee766b4
A build flagged for QA (yocto-4.1.2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.1.2.rc1 Build hash information: bitbake: f0f166aee766b4
|
By
Pokybuild User
·
|
|
MACHINEOVERRIDES for native recipe 2 messages
#yocto
MACHINEOVERRIDES which are defined are not working for native recipe. Is this expected ? Is there any other way to use a machineoverride in native recipe.
MACHINEOVERRIDES which are defined are not working for native recipe. Is this expected ? Is there any other way to use a machineoverride in native recipe.
|
By
deeps8us@...
·
|
|
Remove kernel image and modules from rootfs 5 messages
Hi, I am creating a rootfs/bootloader/kernel to run on a beaglebone black usually and it works great. So I have in conf/local.conf MACHINE ?= "beaglebone-yocto" and an own layer meta-insidem2m which d
Hi, I am creating a rootfs/bootloader/kernel to run on a beaglebone black usually and it works great. So I have in conf/local.conf MACHINE ?= "beaglebone-yocto" and an own layer meta-insidem2m which d
|
By
Konstantin Kletschke
·
|
|
Yocto and Free Radius capability
Hello, I am working on a project that will require a Yocto host to perform radius, dhcp, and dns services. Is there a good reference to look at?
Hello, I am working on a project that will require a Yocto host to perform radius, dhcp, and dns services. Is there a good reference to look at?
|
By
john.g.harney.civ@...
·
|
|
[meta-selinux][PATCH] layer.conf: update LAYERSERIES_COMPAT for mickledore
Signed-off-by: Yi Zhao <yi.zhao@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5673b73..8bdc3de 100644 --- a/conf/la
Signed-off-by: Yi Zhao <yi.zhao@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5673b73..8bdc3de 100644 --- a/conf/la
|
By
Yi Zhao
·
|
|
[PATCH yocto-autobuilder2 2/2] config.py: add meta-clang builder
Add a builder to exercise meta-clang. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f425057..
Add a builder to exercise meta-clang. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index f425057..
|
By
Ross Burton
·
|
|
[PATCH yocto-autobuilder2 1/2] config.py: remove redundant oe-selftest-arm
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 1 - 1 file changed, 1 deletion(-) diff
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@...> --- config.py | 1 - 1 file changed, 1 deletion(-) diff
|
By
Ross Burton
·
|
|
Layer index update for meta-linux-mainline 3 messages
Hi folks, I'm unable to make updates to the meta-linux-mainline layer on the layer index. It still has an old email address in the maintainer field which I no longer have access to. The layer can be s
Hi folks, I'm unable to make updates to the meta-linux-mainline layer on the layer index. It still has an old email address in the maintainer field which I no longer have access to. The layer can be s
|
By
Paul Barker
·
|
|
[meta-rockchip][PATCH] layer.conf: update LAYERSERIES_COMPAT for mickledore 3 messages
Signed-off-by: Trevor Woerner <twoerner@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9197c3b84ce7..e8c50f8a1f6e 10
Signed-off-by: Trevor Woerner <twoerner@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9197c3b84ce7..e8c50f8a1f6e 10
|
By
Trevor Woerner
·
|
|
[meta-rockchip][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore 4 messages
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2
oe-core switched to mickedore [1] [1] https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@...> --- conf/layer.conf | 2
|
By
Khem Raj
·
|
|
[meta-security][PATCH] layer.conf: Mark master as compatible with mickledore
Signed-off-by: Armin Kuster <akuster808@...> --- conf/layer.conf | 2 +- meta-integrity/conf/layer.conf | 2 +- meta-parsec/conf/layer.conf | 2 +- meta-security-compliance/conf/layer.conf | 2 +- meta-se
Signed-off-by: Armin Kuster <akuster808@...> --- conf/layer.conf | 2 +- meta-integrity/conf/layer.conf | 2 +- meta-parsec/conf/layer.conf | 2 +- meta-security-compliance/conf/layer.conf | 2 +- meta-se
|
By
Armin Kuster
·
|
|
Yocto Project Status 3 January 2023 (WW01)
Current Dev Position: YP 4.2 M2 Next Deadline: 23rd January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday January 5th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3
Current Dev Position: YP 4.2 M2 Next Deadline: 23rd January 2023 YP 4.2 M2 Build Next Team Meetings: Bug Triage meeting Thursday January 5th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3
|
By
Stephen Jolley
·
|
|
lsusb 6 messages
Hi, I want to inlude "lsusb" to investigate the connected usb devices to my system. I found that adding IMAGE_INSTALL_append = " usbutils" to my configuration should solve the issue. I've added this t
Hi, I want to inlude "lsusb" to investigate the connected usb devices to my system. I found that adding IMAGE_INSTALL_append = " usbutils" to my configuration should solve the issue. I've added this t
|
By
Mistyron
·
|