|
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
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
|
By
Stephen Jolley
·
#52324
·
|
|
Re: Timing a recipe
buildstats [1] maybe? That can be inherited globally and does give some neat results and insights
[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/buildstats.bbclass
buildstats [1] maybe? That can be inherited globally and does give some neat results and insights
[1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/buildstats.bbclass
|
By
Konrad Weihmann <kweihmann@...>
·
#52323
·
|
|
Timing a recipe
Is there a way to automatically record build time of a recipe without modifying the recipe itself? I have a recipe that is a monster, it has many git URIs and produces many packages that are coupled.
Is there a way to automatically record build time of a recipe without modifying the recipe itself? I have a recipe that is a monster, it has many git URIs and produces many packages that are coupled.
|
By
Rusty Howell
·
#52322
·
|
|
[meta-zephy][PATCH 14/14] zephyr-kernel-src: Upgrade 2.5.0-rc3 to rc4
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...rnel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} | 4 ++--
1 file changed,
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
...rnel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} | 4 ++--
1 file changed,
|
By
Andrei Gherzan
·
#52321
·
|
|
[meta-zephy][PATCH 13/14] zephyr-flash-pyocd.bbclass: Implement configurable probe IDs to program
From: Andrei Gherzan <andrei.gherzan@...>
Implement logic to configure what probes to program based on the
PYOCD_FLASH_IDS variable:
1. by default program all attached probes
2. change default
From: Andrei Gherzan <andrei.gherzan@...>
Implement logic to configure what probes to program based on the
PYOCD_FLASH_IDS variable:
1. by default program all attached probes
2. change default
|
By
Andrei Gherzan
·
#52320
·
|
|
[meta-zephy][PATCH 12/14] zephyr-flash-pyocd.bbclass: Handle import error for pyocd modules
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 7 +++++--
1 file changed, 5 insertions(+), 2
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 7 +++++--
1 file changed, 5 insertions(+), 2
|
By
Andrei Gherzan
·
#52319
·
|
|
[meta-zephy][PATCH 11/14] zephyr-flash-pyocd.bbclass: Flash the first probe found with a timeout
From: Andrei Gherzan <andrei.gherzan@...>
Currently the code flashes the firmware in a blocking way. If the host
is not configured accordingly (for example in terms of permissions),
this would
From: Andrei Gherzan <andrei.gherzan@...>
Currently the code flashes the firmware in a blocking way. If the host
is not configured accordingly (for example in terms of permissions),
this would
|
By
Andrei Gherzan
·
#52318
·
|
|
[meta-zephy][PATCH 10/14] zephyr-peripheral-hr: Add recipe for BT HR sample
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb | 5 +++++
1 file changed, 5
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb | 5 +++++
1 file changed, 5
|
By
Andrei Gherzan
·
#52317
·
|
|
[meta-zephy][PATCH 09/14] Use an include file for the common parts of the sample recipes
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb | 16 ++--------------
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
recipes-kernel/zephyr-kernel/zephyr-hci-uart.bb | 16 ++--------------
|
By
Andrei Gherzan
·
#52316
·
|
|
[meta-zephy][PATCH 08/14] zephyr-kernel.inc: Remove include file
From: Andrei Gherzan <andrei.gherzan@...>
This file has little advantage and can be easily replaced by just
directly including the src include file.
Signed-off-by: Andrei Gherzan
From: Andrei Gherzan <andrei.gherzan@...>
This file has little advantage and can be easily replaced by just
directly including the src include file.
Signed-off-by: Andrei Gherzan
|
By
Andrei Gherzan
·
#52315
·
|
|
[meta-zephy][PATCH 07/14] zephyr-kernel-common.inc: Reformat EXTRA_OECMAKE
From: Andrei Gherzan <andrei.gherzan@...>
This will improve diffs readability in the future.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
From: Andrei Gherzan <andrei.gherzan@...>
This will improve diffs readability in the future.
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
|
By
Andrei Gherzan
·
#52314
·
|
|
[meta-zephy][PATCH 06/14] zephyr-kernel-common.inc: Fix configuration CPPFLAGS warning
From: Andrei Gherzan <andrei.gherzan@...>
Configure warns when CPPFLAGS is provided as environment variable and
expects its value to be passed to cmake. This patch does that to
surpress the
From: Andrei Gherzan <andrei.gherzan@...>
Configure warns when CPPFLAGS is provided as environment variable and
expects its value to be passed to cmake. This patch does that to
surpress the
|
By
Andrei Gherzan
·
#52313
·
|
|
[meta-zephy][PATCH 05/14] zephyr-kernel-src-2.5.0-rc3.inc: Add support for zephyr kernel version 2.5.0-rc3
From: Andrei Gherzan <andrei.gherzan@...>
This version can be selected defining
PREFERRED_VERSION_zephyr-kernel ??= "2.5.0-rc3"
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
From: Andrei Gherzan <andrei.gherzan@...>
This version can be selected defining
PREFERRED_VERSION_zephyr-kernel ??= "2.5.0-rc3"
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
|
By
Andrei Gherzan
·
#52312
·
|
|
[meta-zephy][PATCH 04/14] zephyr-kernel-src: Restructure recipe
From: Andrei Gherzan <andrei.gherzan@...>
* Restructure recipe to use include files as opposed to a bbclass. The
latter is unnatural when defining versions, sources etc.
* Make the
From: Andrei Gherzan <andrei.gherzan@...>
* Restructure recipe to use include files as opposed to a bbclass. The
latter is unnatural when defining versions, sources etc.
* Make the
|
By
Andrei Gherzan
·
#52311
·
|
|
[meta-zephy][PATCH 03/14] Cleanup superflous new lines
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyrtest.bbclass | 2 --
conf/distro/zephyr.conf | 1 -
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyrtest.bbclass | 2 --
conf/distro/zephyr.conf | 1 -
|
By
Andrei Gherzan
·
#52310
·
|
|
[meta-zephy][PATCH 02/14] zephyr-flash-pyocd.bbclass: Add missing do_flash_usb dependency on do_deploy
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-pyocd.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Andrei Gherzan
·
#52309
·
|
|
[meta-zephy][PATCH 01/14] zephyr-flash-dfu.bbclass: Add missing do_flash_usb dependency on do_deploy
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-dfu.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
From: Andrei Gherzan <andrei.gherzan@...>
Signed-off-by: Andrei Gherzan <andrei.gherzan@...>
---
classes/zephyr-flash-dfu.bbclass | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Andrei Gherzan
·
#52308
·
|
|
Re: [meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests and build
Ping
By
Jate Sujjavanich
·
#52307
·
|
|
Re: Yocto Technical Team Minutes, Engineering Sync, for Feb 9 2021
I solved this issue: when running inside a container that uses seccomp
to filter the syscalls available, with glibc 2.33 inside (uninative,
for example), applications might end up calling faccessat2()
I solved this issue: when running inside a container that uses seccomp
to filter the syscalls available, with glibc 2.33 inside (uninative,
for example), applications might end up calling faccessat2()
|
By
Ross Burton <ross@...>
·
#52306
·
|
|
Regarding Mender integration
Hello folks,
I have some issues while integrating the mender on the yocto project.I have included meta-mener-core,meta-mender-raspberrypi layers.And iam getting the following error:
ERROR:
Hello folks,
I have some issues while integrating the mender on the yocto project.I have included meta-mener-core,meta-mender-raspberrypi layers.And iam getting the following error:
ERROR:
|
By
U RAVI KUMAR <uppadaravi2511@...>
·
#52305
·
|