|
Enhancements/Bugs closed WW32!
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 1 randy.macleod@... 1 Grand Total 2 Thanks, Stephen K. Jolley Yocto Project Program Man
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.purdie@... 1 randy.macleod@... 1 Grand Total 2 Thanks, Stephen K. Jolley Yocto Project Program Man
|
By
Stephen Jolley
·
|
|
Current high bug count owners for Yocto Project 4.1
All, Below is the list as of top 37 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 4.1. There are 57 possible work days left until the final releas
All, Below is the list as of top 37 bug owners as of the end of WW32 of who have open medium or higher bugs and enhancements against YP 4.1. There are 57 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
·
|
|
[meta-security][PATCH V2] meta-security: Add recipe for Glome
From: John Edward Broadbent <jebr@...> Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: Joh
From: John Edward Broadbent <jebr@...> Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: Joh
|
By
John Broadbent
·
|
|
[meta-security][PATCH] meta-security: Add recipe for Glome 2 messages
From: John Edward Broadbent <jebr@...> Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: Joh
From: John Edward Broadbent <jebr@...> Generic Low Overhead Message Exchange (GLOME) is a protocol providing secure authentication and authorization for low dependency environments. Signed-off-by: Joh
|
By
John Broadbent
·
|
|
How to add INCOMPATIBLE_LICENSE only for one image? 2 messages
#bitbake
#dunfell
Hi, I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the images
Hi, I've two image recipes (foo.bb & bar.bb). I want to add INCOMPATIBLE_LICENSE="GPLv3" only in foo.bb & not bar.bb Adding INCOMPATIBLE_LICENSE="GPLv3" in local.conf is applying it on both the images
|
By
Priyanshu Sharma
·
|
|
binutils not compiling in my system (Ubuntu 18.04) 2 messages
#dunfell
Hi I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as MACH
Hi I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as MACH
|
By
Sethu Madhav
·
|
|
[layerindex-web][PATCH] admin.py: Remove has_delete_permission()
The following commit has added on_delete=models.CASCADE to the ForeignKey: === commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4 Author: Amber Elliot <amber.n.elliot@...> Date: Thu Jun 25 15:57:34 2020
The following commit has added on_delete=models.CASCADE to the ForeignKey: === commit 2d526f9b0d363f3e442abc97ef9bd9fab37ee5e4 Author: Amber Elliot <amber.n.elliot@...> Date: Thu Jun 25 15:57:34 2020
|
By
Robert Yang
·
|
|
Binutils Error during compiling
Hi I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as MACH
Hi I am working on a custom board , which i develop bsp based on a poky(dunfell). Iam unable to build the basic core-image-minimal(with out adding any of our custom layers and beaglebone-yocto as MACH
|
By
Sethu Madhav
·
|
|
error: package target-sdk-provides-dummy-1.0-r0.sdk_provides_dummy_target is intended for a different architecture
Hi. I'm trying to add python3-pyelftools to SDK, I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK. When running bitbake -c populate_sdk results in t
Hi. I'm trying to add python3-pyelftools to SDK, I added "nativesdk" to BBCLASSEXTEND and added "nativesdk-python3-pyelftools" to TOOLCHAIN_HOST_TASK. When running bitbake -c populate_sdk results in t
|
By
Ramon Fried
·
|
|
Getting Error while trying to run graphical yocto build image 2 messages
#yocto
#linux
#dunfell
#qemu
Hello Everyone here, I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am getti
Hello Everyone here, I want to run the graphic image of qemux86-64 which I have built with yocto. When I am running command "runqemu qemux86-64" or "runqemu" or "runqemu core-image-minimal" I am getti
|
By
Nikita Gupta
·
|
|
[meta-zephyr][PATCH 3/3] zephyr-kernel: Checkout zephyr in subdir to match West usage
From: Peter Hoyes <Peter.Hoyes@...> When using West, Zephyr is checked out in a "zephyr" subdirectory of the working directory. At the moment Zephyr is checked out at the root, meaning a workaround is
From: Peter Hoyes <Peter.Hoyes@...> When using West, Zephyr is checked out in a "zephyr" subdirectory of the working directory. At the moment Zephyr is checked out at the root, meaning a workaround is
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 2/3] zephyr-kernel: Use ZEPHYR_BASE in all application recipes
From: Peter Hoyes <Peter.Hoyes@...> Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr might not always be found at the root of the source directory. Signed-off-by: Peter Hoyes <Peter
From: Peter Hoyes <Peter.Hoyes@...> Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr might not always be found at the root of the source directory. Signed-off-by: Peter Hoyes <Peter
|
By
Peter Hoyes
·
|
|
[meta-zephyr][PATCH 1/3] zephyr-kernel: Remove redundant ZEPHYR_BASE definitions
From: Peter Hoyes <Peter.Hoyes@...> zephyr-image.inc and zephyr-sample.inc both include zephyr-kernel-common.inc, which already defines ZEPHYR_BASE. Remove the redundant definitions. Also, pass -DZEPH
From: Peter Hoyes <Peter.Hoyes@...> zephyr-image.inc and zephyr-sample.inc both include zephyr-kernel-common.inc, which already defines ZEPHYR_BASE. Remove the redundant definitions. Also, pass -DZEPH
|
By
Peter Hoyes
·
|
|
Custom QA Checks 2 messages
Is it possible to create additional QA checks such that they apply to all recipes automatically? Or even just to all recipes in a given layer? -Paul Wicks
Is it possible to create additional QA checks such that they apply to all recipes automatically? Or even just to all recipes in a given layer? -Paul Wicks
|
By
Paul Wicks
·
|
|
[meta-cgl][PATCH] resource-agents: Bug fix.
Fix error as the fowllowing: resource-agents-4.5.0-r0 do_package_qa: QA Issue: lib32-resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs] Signed-off-by: Lei Mao
Fix error as the fowllowing: resource-agents-4.5.0-r0 do_package_qa: QA Issue: lib32-resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs] Signed-off-by: Lei Mao
|
By
leimaohui
·
|
|
[Need help] How to add one package to build directory of another package 9 messages
Hello all. This is my first work with Yocto. I build b2qt for qt6 dev (follow https://raymii.org/s/tutorials/Yocto_boot2qt_for_the_Raspberry_Pi_4_both_Qt_6_and_Qt_5.html instruction) It build fine. No
Hello all. This is my first work with Yocto. I build b2qt for qt6 dev (follow https://raymii.org/s/tutorials/Yocto_boot2qt_for_the_Raspberry_Pi_4_both_Qt_6_and_Qt_5.html instruction) It build fine. No
|
By
Kuzemko Aleksandr
·
|
|
[meta-security][PATCH 2/2] packagegroup-core-security: add pkg to grp
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroup/packagegroup-core-s
Signed-off-by: Armin Kuster <akuster808@...> --- recipes-core/packagegroup/packagegroup-core-security.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroup/packagegroup-core-s
|
By
Armin Kuster
·
|
|
[meta-security][PATCH 1/2] cryptmount: Add new pkg
Signed-off-by: Armin Kuster <akuster808@...> --- .../cryptmount/cryptmount_5.3.3.bb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-security/cryptmount/cryptmount_
Signed-off-by: Armin Kuster <akuster808@...> --- .../cryptmount/cryptmount_5.3.3.bb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes-security/cryptmount/cryptmount_
|
By
Armin Kuster
·
|
|
running podman from do_install
Is it possibile to run podman (3.0.1) from a do_install task? I am trying to install a podman store of a container directly in the final image but I'm getting this error: + /usr/bin/podman --root /hom
Is it possibile to run podman (3.0.1) from a do_install task? I am trying to install a podman store of a container directly in the final image but I'm getting this error: + /usr/bin/podman --root /hom
|
By
glmeocci@...
·
|