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

2022-09-13 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1_M3.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. NUC 7 3. NUC 6 4. E

[yocto] Yocto Project Status 13 September 2022 (WW37)

2022-09-13 Thread Stephen Jolley
Current Dev Position: YP 4.1 M4 (Feature Freeze) Next Deadline: 3rd October 2022 YP 4.1 M4 Build Next Team Meetings: * Bug Triage meeting Thursday September 22nd 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3F

[yocto] Re : Integration of YubiKey in Yocto

2022-09-13 Thread poornesh . g
Greetings ! I am trying to integrate YubiKey in Yocto . If anyone is successful , please help meĀ  out with the steps. Thanks -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58026): https://lists.yoctoproject.org/g/yocto/message/58026 Mute This Top

Re: [yocto] Update upstream kirkstone branches

2022-09-13 Thread Paulo Vitor Becker Ayrosa Monteiro de Andrade
Hey there Quentin! Thanks for the update, sorry for the delay in responding; got caught up in some other things here. Alright man, I'm gonna study the processes and ping some other people in this regard! Regards, Paulo Vitor Becker Ayrosa Monteiro de Andrade. On Tue, Sep 6, 2022 at 11:13 AM Que

Re: [yocto] Re : Integration of YubiKey in Yocto

2022-09-13 Thread Claude Bing
I would start with creating a recipe for this project and including the binaries in your build: https://github.com/Yubico/libfido2 Our use for it is not related to shell logins, so someone else will have to weigh in on that integration. On 9/13/22 12:37, poornes...@mindteck.com wrote: > Greeti

[yocto] [meta-raspberrypi][PATCH v2 1/7] sdcard_image-rpi.bbclass: Move SDIMG_KERNELIMAGE definitions to their machines

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan This unifies the configuration of SDIMG_KERNELIMAGE across machines. Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 5 - conf/machine/raspberrypi.conf | 4 ++-- conf/machine/raspberrypi2.conf| 2 +- conf/machine/raspberrypi3-64.conf | 7 +

[yocto] [meta-raspberrypi][PATCH v2 0/7] Add support for multi kernel Raspberry Pi machines

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan PATCH v2: * the patches (depmod fixes) below were merged in oe-core/master (FYI) * added support for a similar (but simpler) armv8 machine - with CI PATCH v1: The new raspberrypi-armv7.conf aims at supporting all the armv7 Raspberry Pi boards. This initial support was tes

[yocto] [meta-raspberrypi][PATCH v2 2/7] raspberrypi0-2w.conf: Include the RPi 0-2w dtb for all 32-bit machines

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan All 32-bit machines are sharing the list of machine dtbs with the exception of raspberrypi0-2w. Move this away too to unify the machine configurations. Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 1 + conf/machine/raspberrypi0-2w.conf | 4 2

[yocto] [meta-raspberrypi][PATCH v2 3/7] rpi-base.inc: Split IMAGE_BOOT_FILES for kernel image

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan The kernel image deployment is now defined in IMAGE_BOOT_FILES as a separate variable: RPI_EXTRA_IMAGE_BOOT_FILES. This allows a custom kernel image deployment by redefining this variable when needed. Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 9

[yocto] [meta-raspberrypi][PATCH v2 4/7] Add support for a ARMv7 machine supporting multiple Raspberry Pi boards

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan The new raspberrypi-armv7.conf aims at supporting all the ARMv7 Raspberry Pi boards. This initial support was tested on: * Raspberry Pi 4 Model B * Raspberry Pi 3 Model B * Raspberry Pi 0 2 WiFi Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-default-versions.i

[yocto] [meta-raspberrypi][PATCH v2 5/7] ci: Add raspberrypi-armv7 to the build matrix

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .github/workflows/yocto-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/yocto-builds.yml b/.github/workflows/yocto-builds.yml index 824745c..8644b13 100644 --- a/.github/workflows/yocto-builds.yml +++ b/.gi

[yocto] [meta-raspberrypi][PATCH v2 6/7] Add support for a ARMv8 machine supporting multiple Raspberry Pi boards

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan The new raspberrypi-armv8.conf aims at supporting all the ARMv8 Raspberry Pi boards. This initial support was tested on: * Raspberry Pi 4 Model B * Raspberry Pi 3 Model B * Raspberry Pi 0 2 WiFi Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi-armv8.conf

[yocto] [meta-raspberrypi][PATCH v2 7/7] ci: Add raspberrypi-armv8 to the build matrix

2022-09-13 Thread Andrei Gherzan
From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- .github/workflows/yocto-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/yocto-builds.yml b/.github/workflows/yocto-builds.yml index 8644b13..3f21242 100644 --- a/.github/workflows/yocto-builds.yml +++ b/.gi

Re: [yocto] Psplash

2022-09-13 Thread Randy MacLeod
On 2022-09-10 02:49, Freya the Goddess wrote: I want to create a splashscreen for my LFS OS with System V. Is anyone ever tried it? There is a recipe and I'm sure that people have used it, have you tried it? http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/psplash/psplash_