Re: Private: Re: [yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread Ross Burton
Please don’t mail directly, keep discussion on the list. > On 3 Nov 2023, at 18:56, roman.le...@univ-pau.fr wrote: > > Thank you for your answer, you are right venv is part of python3, I tried > venv in many ways but my system doesn't recognizes it : > > $:~# python3 -m venv env >

Re: Private: Re: [yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread roman . leduc
Yes sorry, new here as new with yocto, Actually I discovered yocto through guides along with intel fpga-soc boards. These guides specify briefly how to use bitbake to build our system file based on poky, and add existing recipes/layers. All what I did is the following : - I want recipe

[yocto] [yocto-autobuilder-helper] [PATCH] config.json: Fix upgrade helper conf path

2023-11-03 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 7505e59..ee13bcf 100644 --- a/config.json +++ b/config.json @@ -1467,7 +1467,7 @@ "git config user.email

Re: [yocto] [yocto-autobuilder-helper][PATCH v4 1/2] config.json: Move AUH from custom scripts to config.json

2023-11-03 Thread Richard Purdie
On Fri, 2023-11-03 at 10:44 +0100, Alexander Kanavin wrote: > On Fri, 3 Nov 2023 at 10:37, Alexander Kanavin via > lists.yoctoproject.org > wrote: > > > > Ka-boom: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/130/builds/59 > > " > ERROR: Command . ./oe-init-build-env;

[yocto] [yocto-autobuilder-helper] [PATCH] config.json: Add auto-upgrade-helper repo definition

2023-11-03 Thread Richard Purdie
Signed-off-by: Richard Purdie --- config.json | 6 ++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index 1b3c2b0..b2d6fb8 100644 --- a/config.json +++ b/config.json @@ -1631,6 +1631,12 @@ "branch" : "master", "revision" : "HEAD",

Re: [yocto] [yocto-autobuilder-helper][PATCH v4 1/2] config.json: Move AUH from custom scripts to config.json

2023-11-03 Thread Alexander Kanavin
Ka-boom: https://autobuilder.yoctoproject.org/typhoon/#/builders/130/builds/59 Alex On Thu, 2 Nov 2023 at 16:21, Yoann Congal wrote: > > setup-auh and run-auh were doing what the AB config.json does: > * creating repo checkouts: Now use NEEDREPOS > * configuring bitbake env: Now use extravars >

Re: [yocto] [yocto-autobuilder-helper][PATCH v4 1/2] config.json: Move AUH from custom scripts to config.json

2023-11-03 Thread Alexander Kanavin
On Fri, 3 Nov 2023 at 10:37, Alexander Kanavin via lists.yoctoproject.org wrote: > > Ka-boom: > https://autobuilder.yoctoproject.org/typhoon/#/builders/130/builds/59 " ERROR: Command . ./oe-init-build-env; bitbake-layers add-layer /home/pokybuild/yocto-worker/auh/build/auto-upgrade-helper failed

[yocto] [yocto-autobuilder-helper] [PATCH] auh-meta-oe: Send to the openembedded-devel mailing list, not core

2023-11-03 Thread Richard Purdie
To do that we need a separate config file. Signed-off-by: Richard Purdie --- config.json | 2 +- .../auh-config/upgrade-helper-meta-oe.conf| 42 +++ 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644

Re: [yocto] [meta-parsec][master,nanbield][PATCH] Update parsec recipes

2023-11-03 Thread Armin Kuster
merged. thanks On 10/30/23 8:26 AM, Gowtham Suresh Kumar wrote: Parsec-service and parsec-tool recipes have been updated to use 1.3.0 and 0.7.0 versions respectively. Signed-off-by: Gowtham Suresh Kumar --- .../parsec-service/parsec-service-crates.inc | 736 +-

[yocto] [yocto-autobuilder-helper] [PATCH] [dunfell] config.json/scripts: Update to handle CVE checks for meta-oe

2023-11-03 Thread Richard Purdie
Backport the recent CVE script changes from the master branch and add in cvelayer.bbclass as a way to exclude specific paths from the CVE check. Master can use the layer overrides to do this but these are not present on kirkstone. Signed-off-by: Richard Purdie --- config.json

[yocto] [yocto-autobuilder-helper] [PATCH] [kirkstone] config.json/scripts: Update to handle CVE checks for meta-oe

2023-11-03 Thread Richard Purdie
Backport the recent CVE script changes from the master branch and add in cvelayer.bbclass as a way to exclude specific paths from the CVE check. Master can use the layer overrides to do this but these are not present on kirkstone. Signed-off-by: Richard Purdie --- config.json

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Michael Opdenacker via lists.yoctoproject.org
Greetings, On 02.11.23 at 19:16, Michael Opdenacker wrote: Greetings, I compiled rsyslog from meta-oe: bitbake rsyslog I set up a binary feed ("bitbake package-index") and a webserver to serve it, and when I try to install the rsyslog package, I get: $ opkg install rsyslog  * Solver

[yocto] [PATCH yocto-autobuilder-helper] scripts: pull before updating metrics

2023-11-03 Thread Ross Burton
From: Ross Burton Do another git-pull in the metrics repository before updating the metrics, in case other metrics jobs running in parallel have updated the repositories since they were cloned. There will always be possibility of racing metrics jobs, but this should reduce the chance of it

[yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread roman . leduc
Hello dear community, I was trying to use django recipe with core-image-minimal system file (poky langdale release) because it supports meta-intel-fpga layer. In order to work with django I need also virtualenv library. The only virtualenv available on langdale release is virtualenv v1.11.4 (

[yocto] [meta-rockchip][PATCH] rkbin:rk3308: pre-cleanup

2023-11-03 Thread Trevor Woerner
Since 2 recipes can provide the same rk3308-specific blobs, switching between them can potentially cause: "... is trying to install files into a shared area when those files already exist" errors. Perform a pre-cleanup in both recipes so they don't step on each others' toes. Signed-off-by: Trevor

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Khem, Thank you for helping! On 03.11.23 at 18:36, Khem Raj wrote: On Thu, Nov 2, 2023 at 11:16 AM Michael Opdenacker via lists.yoctoproject.org wrote: Greetings, I compiled rsyslog from meta-oe: bitbake rsyslog I set up a binary feed ("bitbake package-index") and a webserver to serve

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Jose Quaresma
Michael Opdenacker via lists.yoctoproject.org escreveu no dia sexta, 3/11/2023 à(s) 15:05: > Greetings, > > On 02.11.23 at 19:16, Michael Opdenacker wrote: > > Greetings, > > > > I compiled rsyslog from meta-oe: > > bitbake rsyslog > > > > I set up a binary feed ("bitbake package-index") and a

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Jose, Thanks for your help! On 03.11.23 at 16:42, Jose Quaresma wrote: Maybe because rsyslog uses dlopen to load the libestr at runtime, if this is the case the recipe should explicitly add a runtime dependency for them. +RDEPENDS:${PN} += "logrotate libestr" I'm just thinking out loud

Re: [yocto] [nanbield] meta-intel-fpga layer support

2023-11-03 Thread Ross Burton
On 3 Nov 2023, at 15:01, roman.leduc via lists.yoctoproject.org wrote: > In order to work with django I need also virtualenv library. Use venv instead, this is part of python3 itself. Ross -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61603):

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Khem Raj
On Thu, Nov 2, 2023 at 11:16 AM Michael Opdenacker via lists.yoctoproject.org wrote: > > Greetings, > > I compiled rsyslog from meta-oe: > bitbake rsyslog > > I set up a binary feed ("bitbake package-index") and a webserver to > serve it, and when I try to install the rsyslog package, I get: > $

Re: [yocto] Package dependencies not generated?

2023-11-03 Thread Michael Opdenacker via lists.yoctoproject.org
On 03.11.23 at 19:07, Michael Opdenacker via lists.yoctoproject.org wrote: Hi Khem, Thank you for helping! On 03.11.23 at 18:36, Khem Raj wrote: On Thu, Nov 2, 2023 at 11:16 AM Michael Opdenacker via lists.yoctoproject.org wrote: Greetings, I compiled rsyslog from meta-oe: bitbake rsyslog

[yocto] QA notification for completed autobuilder build (yocto-4.0.14.rc1)

2023-11-03 Thread Pokybuild User
A build flagged for QA (yocto-4.0.14.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-4.0.14.rc1 Build URL: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/6132 Build hash information: bitbake:

[linux-yocto] [yocto-kernel-cache kernel v6.1]: nxp-s32g: update to compatile with SDK BSP38

2023-11-03 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, There is a patch to update v6.1 kernel cache for nxp-s32g bsp, would you please help to merge the following patch into yocto-6.1 branch? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13263):

[linux-yocto] [PATCH] nxp-s32g: update to compatile with SDK BSP38

2023-11-03 Thread Zhantao Tang via lists.yoctoproject.org
This patch updates v6.1 kernel cache for nxp-s32g to compatible with SDK BSP38, and the related configs refers to both LTS22 and SDK BSP38. Moreover, the CONFIG_NVMEM_SCMI is added to support SCMI protocol/transport style, but now the ATF transport side is not ready, and it will cause the

[linux-yocto] serial: fsl_linflexuart: Fix Woverflow warning on conversion

2023-11-03 Thread Kevin Hao
From: Kevin Hao A Woverflow warning was introduced by SDK commit e11fb4e609ab ("linflex: Correctly clear UARTSR in interrupt mode"). drivers/tty/serial/fsl_linflexuart.c: In function ‘linflex_rxint’: drivers/tty/serial/fsl_linflexuart.c:629:24: warning: conversion from ‘long unsigned int’

[linux-yocto] Trial merge of v6.1.61 for linux-yocto

2023-11-03 Thread Kevin Hao
Hi Bruce, This is a trial merge of the stable kernel v6.1.61 for the following branches in the linux-yocto. 84d68d8dc1d6 v6.1/standard/sdkv5.10/axxia defd1068ac96 v6.1/standard/preempt-rt/sdkv5.10/axxia 96c8d58c9a96 v6.1/standard/base 9e276c93d51b v6.1/standard/preempt-rt/base