Re: [yocto] Timing a recipe

2021-02-15 Thread Yocto
On 2/16/21 3:12 AM, Konrad Weihmann wrote: 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 how about "time bitbake recipe"  :) On 15.02.21 21:08,

[yocto] M+ & H bugs with Milestone Movements WW07

2021-02-15 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW07 are listed below: Priority Bug ID Short Description Changer Owner Was Became High 14229 pseudo doesn't compile with glibc 2.33 richard.pur...@linuxfoundation.org

[yocto] Enhancements/Bugs closed WW07!

2021-02-15 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 8 randy.macl...@windriver.com 5 scott.bran...@broadcom.com 1 Grand Total 14 Thanks, Stephen K. Jolley Yocto Project Program Manager *Cell:

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-02-15 Thread Stephen Jolley
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 triage page under the appropriate heading:

Re: [yocto] Timing a recipe

2021-02-15 Thread Konrad Weihmann
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 On 15.02.21 21:08, rustyhow...@gmail.com wrote: Is there a way to automatically record build time of a

[yocto] Timing a recipe

2021-02-15 Thread rustyhowell
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. It should be broken up but company deadlines have kept us from taking the time to do this. I

[yocto] [meta-zephy][PATCH 12/14] zephyr-flash-pyocd.bbclass: Handle import error for pyocd modules

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- classes/zephyr-flash-pyocd.bbclass | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/classes/zephyr-flash-pyocd.bbclass b/classes/zephyr-flash-pyocd.bbclass index df3b631..4d24e6a 100644 ---

[yocto] [meta-zephy][PATCH 13/14] zephyr-flash-pyocd.bbclass: Implement configurable probe IDs to program

2021-02-15 Thread Andrei Gherzan
From: 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 behaviour by listing the probe IDs to flash CONNECT_TIMEOUT_SECONDS was also renamed to maintain consistency with the

[yocto] [meta-zephy][PATCH 10/14] zephyr-peripheral-hr: Add recipe for BT HR sample

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb

[yocto] [meta-zephy][PATCH 14/14] zephyr-kernel-src: Upgrade 2.5.0-rc3 to rc4

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- ...rnel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-kernel/zephyr-kernel/{zephyr-kernel-src-2.5.0-rc3.inc => zephyr-kernel-src-2.5.0-rc4.inc} (86%) diff

[yocto] [meta-zephy][PATCH 11/14] zephyr-flash-pyocd.bbclass: Flash the first probe found with a timeout

2021-02-15 Thread Andrei Gherzan
From: 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 hang undefinitely. This can easily confuse users and in order to avoid this, the patch changes to unblocking session

[yocto] [meta-zephy][PATCH 08/14] zephyr-kernel.inc: Remove include file

2021-02-15 Thread Andrei Gherzan
From: 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 --- recipes-kernel/zephyr-kernel/zephyr-image.inc | 2 +- recipes-kernel/zephyr-kernel/zephyr-kernel.inc | 4 2 files changed, 1

[yocto] [meta-zephy][PATCH 07/14] zephyr-kernel-common.inc: Reformat EXTRA_OECMAKE

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan This will improve diffs readability in the future. Signed-off-by: Andrei Gherzan --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc

[yocto] [meta-zephy][PATCH 06/14] zephyr-kernel-common.inc: Fix configuration CPPFLAGS warning

2021-02-15 Thread Andrei Gherzan
From: 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 warning. Signed-off-by: Andrei Gherzan --- recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc | 9 ++--- 1 file

[yocto] [meta-zephy][PATCH 05/14] zephyr-kernel-src-2.5.0-rc3.inc: Add support for zephyr kernel version 2.5.0-rc3

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan This version can be selected defining PREFERRED_VERSION_zephyr-kernel ??= "2.5.0-rc3" Signed-off-by: Andrei Gherzan --- .../zephyr-kernel/zephyr-kernel-src-2.5.0-rc3.inc | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[yocto] [meta-zephy][PATCH 04/14] zephyr-kernel-src: Restructure recipe

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan * Restructure recipe to use include files as opposed to a bbclass. The latter is unnatural when defining versions, sources etc. * Make the zephyr-kernel-src follow the version as defined by PREFERRED_VERSION_zephyr-kernel. * Make the setup of the zephyr-kernel-src.inc

[yocto] [meta-zephy][PATCH 02/14] zephyr-flash-pyocd.bbclass: Add missing do_flash_usb dependency on do_deploy

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- classes/zephyr-flash-pyocd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/zephyr-flash-pyocd.bbclass b/classes/zephyr-flash-pyocd.bbclass index 04500af..eca30c9 100644 ---

[yocto] [meta-zephy][PATCH 03/14] Cleanup superflous new lines

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- classes/zephyrtest.bbclass | 2 -- conf/distro/zephyr.conf | 1 - conf/machine/include/tune-arc.inc | 1 - conf/machine/include/tune-iamcu.inc | 1 - conf/machine/include/tune-nios2.inc | 1 - 5 files changed, 6

[yocto] [meta-zephy][PATCH 01/14] zephyr-flash-dfu.bbclass: Add missing do_flash_usb dependency on do_deploy

2021-02-15 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- classes/zephyr-flash-dfu.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/zephyr-flash-dfu.bbclass b/classes/zephyr-flash-dfu.bbclass index 32f589a..b4f3d49 100644 --- a/classes/zephyr-flash-dfu.bbclass