Re: [yocto] [OE-core] Yocto Project Status 31 October 2023 (WW44)

2023-11-02 Thread Tim Orling
On Tue, Oct 31, 2023 at 5:29 AM Neal Caidin wrote: > Current Dev Position: YP 4.3 M4 (Feature Freeze) > > Next Deadline: 2nd October 2023 YP 4.3 M4 build date > > Next Team Meetings: > >- > >Bug Triage meeting Thursday November 2, 7:30 am PDT ( >https://zoom.us/j/454367603?pwd=ZGxoa2Z

Re: [yocto] QA notification for completed autobuilder build (yocto-4.3.rc2)

2023-11-02 Thread Alexis Lothoré via lists . yoctoproject . org
Hello, On 10/19/23 23:55, Pokybuild User wrote: > > A build flagged for QA (yocto-4.3.rc2) was completed on the autobuilder > and is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-4.3.rc2 > > > Build URL: > https://autobuilder.yoctoproject.org/typhoon/#/

[yocto] [layerindex-web][PATCH] layerindex/tools: add mark_yp_compatible_layers.py

2023-11-02 Thread Tim Orling
Add a script which can either mark one --layer --branch or use data in a --from-file to mark multiple layer:branch objects as Yocto Project Compatible. The --from-file is a json file that is compatible with or which can be generated by: yocto-autobuilder-helper/scripts/list-yp-compatible-layers.p

Re: [yocto] [meta-rockchip][PATCH v2 0/1] rock-pi-s: add

2023-11-02 Thread Trevor Woerner
On Tue 2023-10-31 @ 08:58:04 AM, Trevor Woerner via lists.yoctoproject.org wrote: > Add a new MACHINE: rock-pi-s > > changes since v1: > - while the actual patch to add the rock-pi-s was not merged, all of the > cleanup patches that were submitted in advance of the "add" patch (and > were par

[yocto] Package dependencies not generated?

2023-11-02 Thread Michael Opdenacker via lists.yoctoproject.org
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 encountered 1 problem(s):  * Problem 1/1:  *   - conflicting requests

Re: [yocto] [yocto-autobuilder-helper][PATCH v3] AUH: Add Openembedded auto-update-helper with list of layer to test

2023-11-02 Thread Yoann Congal
Hello, Le 28/10/2023 à 10:27, Richard Purdie a écrit : > Hi David, > > On Thu, 2023-10-26 at 15:03 +0200, David Pierret wrote: >> - Modify the setup-auh to use repositories cloned by the auto-builder. >> Manage the case where meta-openembedded is not used. >> >> - Modify the run-auh to manage t

[yocto] [yocto-autobuilder-helper][PATCH v4 2/2] config.json: Extend AUH to meta-openembedded layers

2023-11-02 Thread Yoann Congal
Add each a new builder "auh-meta-oe" and one step by meta-openembedded layers. Co-authored-by: David Pierret Signed-off-by: Yoann Congal --- config.json | 126 1 file changed, 126 insertions(+) diff --git a/config.json b/config.json index 2e

[yocto] [yocto-autobuilder-helper][PATCH v4 0/2] Extend auto-upgrade helper to meta-openembedded

2023-11-02 Thread Yoann Congal
In order to extend AUH runs to meta-oe layers, we first need to refactor AUH runs on oe-core a bit. Then create a new builder dedicated to AUH runs on meta-oe layers. v3->v4: * Split patch between poky AUH refactoring and AUH extension to meta-oe * Refactor/simplify AUH a bit more (helper script

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

2023-11-02 Thread Yoann Congal
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 This refactoring is needed to prepare adding AUH meta-oe support. Signed-off-by: Yoann Congal --- config.json | 26 ++

Re: [yocto] [meta-zephyr][PATCH] intel-x86-64.conf: add intel_ prefix to x86 board names

2023-11-02 Thread Jon Mason
On Thu, Nov 02, 2023 at 02:41:38PM +0800, Naveen Saini wrote: > Use newly added naming convention (intel_). > > https://github.com/zephyrproject-rtos/zephyr/commit/03905f7e55d24788e0a38d1641dcadf529fce85d > https://github.com/zephyrproject-rtos/zephyr/commit/2b757f1eca3e27f2405362a99d77fc9fc2b1761

[yocto] Call bitbake while bitbake is running

2023-11-02 Thread Jörg Sommer via lists . yoctoproject . org
Hi, is it possible to run bitbake while bitbake is running? I'm starting `bitbake -c menuconfig virtual/kernel` and would like to call `diffconfig` while I'm doing configuration. The best would be from the other window of tmux. Is this possible? Kind regards Jörg Sommer -- Navimatix GmbH Tatzen

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-02 Thread Alexander Kanavin
On Thu, 2 Nov 2023 at 10:02, Alexander Kanavin via lists.yoctoproject.org wrote: > So here's what I'd like to try: > > - write a new populate_build_replica task that writes a few things > under ${WORKDIR}/replica > -- setup-layers json and script > (another option is to copy the layer trees themse

Re: [yocto] [meta-rockchip][PATCH 3/3] rock-pi-s: add

2023-11-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, On 10/30/23 18:26, Trevor Woerner wrote: On Wed 2023-10-04 @ 04:23:31 PM, Quentin Schulz wrote: On 10/3/23 15:56, Trevor Woerner wrote: On Mon 2023-10-02 @ 06:17:15 PM, Quentin Schulz wrote: diff --git a/recipes-bsp/rkbin/rockchip-rkbin_git.bb b/recipes-bsp/rkbin/rockchip-rkbin_gi

Re: [yocto] [meta-rockchip][PATCH] rockchip-rkbin: fail if lacking an override

2023-11-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Trevor, Looks good to me, Reviewed-by: Quentin Schulz Cheers, Quentin On 10/25/23 16:57, Trevor Woerner via lists.yoctoproject.org wrote: Looking forward, rkbin should only be used by specific Rockchip platforms for which TF-A support is not (yet?) available. If rkbin gets added by accide

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-02 Thread Alexander Kanavin
On Thu, 2 Nov 2023 at 09:32, wrote: > Sorry for repeating some parts which we already had in other emails. > But I tried to summarize the lengthy discussion a bit in one place. So here's what I'd like to try: - write a new populate_build_replica task that writes a few things under ${WORKDIR}/re

Re: [yocto] Core workflow: sstate for all, bblock/bbunlock, tools for why is sstate not being reused?

2023-11-02 Thread Adrian Freihofer
On Wed, 2023-11-01 at 18:28 +0100, Alexander Kanavin wrote: > On Wed, 1 Nov 2023 at 16:45, wrote: > > I think these differences between SDK and bitbake environment are > > no > > longer required and they have been problematic. I would try to make > > the > > bitbake environment usable like the eSD

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.29.rc1)

2023-11-02 Thread Jing Hui Tham
Hi All, QA for yocto-3.1.29.rc1 is completed. This is the full report for this release: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issue found. Thanks, Jing Hui > -