Re: [yocto] unable to resolve libtss2 dependency

2023-12-12 Thread Mistyron
Hi Tim, Excellent! Exactly what I was looking for! Thanks so much! -- mistyron On 2023-12-12 19:42, Tim Orling wrote: On Tue, Dec 12, 2023 at 5:32 PM Mistyron > wrote: Hi, I need to add the meta-iotedge layer to my project:

Re: [linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] drivers: stmmac: add condition check on phydev

2023-12-12 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] drivers: stmmac: add condition check on phydev on 13/12/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > When stmmac is using fixed-link mode, dev->phydev is NULL after calling >

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: add new kernel options introduced by v2023.2

2023-12-12 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: add new kernel options introduced by v2023.2 on 12/12/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The kernel opitons and the reasons are listed as following: > >

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable nxp-imx8mp sound CONFIG

2023-12-12 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable nxp-imx8mp sound CONFIG on 12/12/2023 Xiaolei Wang wrote: > Enable nxp-imx8mp sound CONFIG. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx8/nxp-imx8.cfg | 5 + > 1 file changed, 5

Re: [yocto] unable to resolve libtss2 dependency

2023-12-12 Thread Tim Orling
On Tue, Dec 12, 2023 at 5:32 PM Mistyron wrote: > Hi, > > I need to add the meta-iotedge layer to my project: > https://github.com/Azure/meta-iotedge/tree/dunfell as I need the > aziot-edged package. > > Upon adding the layer and resolving its dependency on meta-rust, it needs: > libtss2 >

[linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] drivers: stmmac: add condition check on phydev

2023-12-12 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang When stmmac is using fixed-link mode, dev->phydev is NULL after calling stmmac_init_phy, so we need to add condition check if dev->phydev is NULL pointer. This patch is to fix the following calltrace: Unable to handle kernel NULL pointer dereference at virtual address

[linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] dts: Aptiv-FL: enable gmac0 device node

2023-12-12 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang Enable gmac0 device and set it to be a fixed link. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branches: v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g v5.15/standard/nxp-sdk-5.15/nxp-s32g Thanks, Quanyang ---

[yocto] unable to resolve libtss2 dependency

2023-12-12 Thread Mistyron
Hi, I need to add the meta-iotedge layer to my project: https://github.com/Azure/meta-iotedge/tree/dunfell as I need the aziot-edged package. Upon adding the layer and resolving its dependency on meta-rust, it needs: libtss2 libtss2-mu libtss2-tcti-device And I'm not sure how I can resolve

[yocto] [meta-security][PATCH] libhoth recipe update

2023-12-12 Thread dawiddabrowski via lists.yoctoproject.org
From: Dawid Dabrowski Changelog: Dawid Dabrowski Add support for payload update protocol for generic Titan images. Nick Nooney Add BUILD rules to support using libhoth with external tools. Yoan Andreev Add spi passthrough enable and disable commands.

Re: [yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
Thank you for your suggestion, done so. Within some hours hopefully I will confirm you that it worked. -- Daniele Lugli General Logic srl Viale Curreno, 41 10133 Torino Italy tel +39 329 3933041 www.general-logic.com ( http://www.general-logic.com/ ) www.linkedin.com/in/daniele- lugli (

[yocto] multiconfig with initramfs issues

2023-12-12 Thread mattwood2000
Hi, I'm trying to get a multiconfig setup working with initramfs. The docs imply I can have a main image with glibc and initramfs image with musl. The main image inherits DISTRO_FEATURES policy from local.conf and the initramfs image inherits different DISTRO_FEATURES from the multconfig .conf

Re: [yocto] do_rootfs failed

2023-12-12 Thread Khem Raj
On Tue, Dec 12, 2023 at 10:51 AM wrote: > > Thank you Khem for your reply. > > From meta-poky/conf/distro/poky.conf: > DISTRO = "poky" > DISTRO_NAME = "Poky (Yocto Project Reference Distro)" > DISTRO_VERSION = "4.3+snapshot-${METADATA_REVISION}" > DISTRO_CODENAME = "nanbield" > > From bitbake: >

Re: [yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
Thank you Khem for your reply. >From meta-poky/conf/distro/poky.conf: DISTRO = "poky" DISTRO_NAME = "Poky (Yocto Project Reference Distro)" DISTRO_VERSION = "4.3+snapshot-${METADATA_REVISION}" DISTRO_CODENAME = "nanbield" >From bitbake: Build Configuration: BB_VERSION           = "2.6.1"

Re: [yocto] do_rootfs failed

2023-12-12 Thread Khem Raj
which release of yocto are you on. Its always good to include Build Configuration that bitbake prints at the beginning. Secondly make sure you are using tested distro on build host for that release of yocto for best results On Tue, Dec 12, 2023 at 10:20 AM wrote: > > Hello all, > I am new to

[yocto] do_rootfs failed

2023-12-12 Thread daniele . lugli
Hello all, I am new to Yocto, so please be patient. I added layers meta-intel and meta-realtime to poky. Now bitbake core-image-rt-extended tells me: Summary: 1 task failed: /home/vboxuser/Documents/poky/meta-realtime/recipes-extended/images/core-image-rt-extended.bb:do_rootfs and at the end of

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

2023-12-12 Thread Steve Sakoman
There was one warning in qemux86-64-ptest for a known autobuilder intermittent issue also present on master: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14825 I did a retest, which passed: https://autobuilder.yoctoproject.org/typhoon/#/builders/81/builds/6031 I think it is OK to proceed