[yocto] Yocto build fails when building with package Ppp version 2.5.0.

2024-10-09 Thread jahnavijha14
I am using yocto Kirkstone to build my image. Kernel version: 5.15. In order to upgrade package PPP, I added PPP package version 2.5.0 recipe to my custom layer. My aim is to upgrade PPP from 2.4.9( in default kirkstone) to 2.5.0. PPP builds fine( bitbake ppp). But the overall image compilation

Re: [yocto] Help enabling the BT_QCA driver

2024-10-09 Thread Guo, Yanmei via lists.yoctoproject.org
Could it be that you disabled the support of the kernel modules in the kconfig by accident? This config in particular, ``` CONFIG_MODULES=y ``` -May From: yocto@lists.yoctoproject.org On Behalf Of Jesus Jimenez Sanchez via lists.yoctoproject.org Sent: Wednesday, October 9, 2024 8:07 PM To: Jesu

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-10-09 Thread Guo, Yanmei via lists.yoctoproject.org
Adding layer can cause some unintended effects. Taken recipes-kernel for example, if some layers being added eg meta-virtualization, bbappend will be applied to the kernel. We might end up with some unexpected kernel feature being switched on. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messag

Re: [yocto] Question on the sequence conf file parsing. #yocto

2024-10-09 Thread Guo, Yanmei via lists.yoctoproject.org
Hi Alex, Can you explain a bit more on separate build configurations? We are using multi-config to separate the build configuration. However the `local.conf` and `bblayers.conf` are shared across. unless you are suggesting complete new build (new local.conf and bblayers) not sharing anything in

Re: [yocto] Howto use minidebuginfo

2024-10-09 Thread younghan73
Humm.. Currently I use as below Date: 2023-11-27 Clone: git://git.yoctoproject.org/meta-ti Branch: kirkstone Actually I want to use minidebug in target envionments for early stage. Maybe I need to wait the newest release from chipset company. Thanks for reply. YoungHan Kim -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] Howto use minidebuginfo

2024-10-09 Thread Khem Raj
this feature is relatively new, I would suggest to try it with master first perhaps on qemu or something like that On Wed, Oct 9, 2024 at 7:02 AM younghan73 via lists.yoctoproject.org wrote: > > Hi! I'm YoungHan, > I find out the Yocto support the "Enabling minidebuginfo" from > https://docs.yoc

Re: [yocto] Input for FIPS openssl to be added in yocto build

2024-10-09 Thread Khem Raj
On Wed, Oct 9, 2024 at 7:12 AM emailaddress.ashish via lists.yoctoproject.org wrote: > > Hi Tim & Khem Raj , > > I was able to get the openssl-3.2.0 using openssl-3.0.8( fips.so ) following > openssl documentation. > So at-least we know that functionality wise this is doable. > > The challenge n

Re: [yocto] Help enabling the BT_QCA driver

2024-10-09 Thread Khem Raj
On Wed, Oct 9, 2024 at 2:37 AM Jesus Jimenez Sanchez via lists.yoctoproject.org wrote: > > Hello, > > I wanted to add that I have been able to enable the driver using menuconfig > by enabling its dependencies. > > The problem I'm facing now is that Yocto is not building the kernel object > files

Re: [yocto] #kirkstone #yocto [openembedded-core] openssh/sshd

2024-10-09 Thread Khem Raj
Thanks for reporting this issue here, ssh-keygen typically creates private key files with permissions set to 644 (readable by owner and group). Which could be too permissive for private ssh keys so changing the permissions after creation is right thing to do your patch looks like we need upstream t

[yocto] [yocto-autobuilder-helper] [PATCH 3/4] config.json: Use 5.0.4 release tarballs or download urls for all artefacts

2024-10-09 Thread Richard Purdie
We should be pointing at released artefacts where at all possible. Signed-off-by: Richard Purdie --- config.json | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index 13977d9..6c9b04e 100644 --- a/config.json +++ b/config.json @@ -7,1

[yocto] [yocto-autobuilder-helper] [PATCH 1/4] scripts/utils: Use a consistent 'cluster-downloads-cache' location for cache files

2024-10-09 Thread Richard Purdie
Cache files were getting spread all over. Use a more consistent directory name to make it clear they are cache files. Signed-off-by: Richard Purdie --- scripts/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.py b/scripts/utils.py index 370a755..8e6463d

[yocto] [yocto-autobuilder-helper] [PATCH 4/4] config.json: Use BASE_SHAREDIR in index job command

2024-10-09 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 6c9b04e..6881452 100644 --- a/config.json +++ b/config.json @@ -1340,11 +1340,11 @@ "indexing" : { "step1" : {

[yocto] [yocto-autobuilder-helper] [PATCH 2/4] scripts/run-docs-build: Use the 'cluster-downloads-cache' location for cache files

2024-10-09 Thread Richard Purdie
The docs build uses some cached tarballs, use the standarised location for these. Signed-off-by: Richard Purdie --- scripts/run-docs-build | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/scripts/run-docs-build b/scripts/run-docs-build index 718467f..

Re: [yocto] Input for FIPS openssl to be added in yocto build

2024-10-09 Thread emailaddress . ashish
Hi Tim & Khem Raj , I was able to get the openssl-3.2.0 using openssl-3.0.8( fips.so  ) following openssl documentation. So at-least we know that functionality wise this is doable. The challenge now is in bringing this to Yocto , fow which can team please suggest me : a) After enabling fips in

[yocto] Howto use minidebuginfo

2024-10-09 Thread younghan73
Hi! I'm YoungHan, I find out the Yocto support the "Enabling minidebuginfo" from https://docs.yoctoproject.org/dev/dev-manual/debugging.html#enabling-minidebuginfo link. If refer the link, minidebuginfo is usefull feature for early stage of development using Yocto. I tried to enable minidebuginf

Re: [yocto] nativesdk-cpio: build failure in Scarthgap

2024-10-09 Thread Alexander Kanavin
On Wed, 9 Oct 2024 at 14:03, Martin Townsend via lists.yoctoproject.org wrote: > We have cpio in our SDK and after updating to Scarthgap it failed to build > due to nativesdk-cpio. > ERROR: nativesdk-cpio-2.15-r0 do_package_write_rpm: The sstate manifest for > task 'base-passwd:populate_sysroot'

[yocto] nativesdk-cpio: build failure in Scarthgap

2024-10-09 Thread Martin Townsend
Hi, We have cpio in our SDK and after updating to Scarthgap it failed to build due to nativesdk-cpio. ERROR: nativesdk-cpio-2.15-r0 do_package_write_rpm: The sstate manifest for task 'base-passwd:populate_sysroot' (multilib variant '') could not be found. After looking at the dependencies it look

Re: [yocto] Help enabling the BT_QCA driver

2024-10-09 Thread Jesus Jimenez Sanchez via lists.yoctoproject.org
Hello, I wanted to add that I have been able to enable the driver using menuconfig by enabling its dependencies. The problem I'm facing now is that Yocto is not building the kernel object files (.ko), not even the ones it was building before. As far as I know I have only changed the configurat

[yocto] #kirkstone #yocto [openembedded-core] openssh/sshd

2024-10-09 Thread Jean-Michel Papy
Dear Yocto Community, I made a small dev image, which is perfectly booting (on a Enclustra card). However when I tried to connect to the machine using ssh it failed (connection reset by peer). After a quick look at how the socket-based activation works and the systemd service dependencies, I conn

Re: [yocto] How I can update the Yocto SDK incrementally/partially?

2024-10-09 Thread Chen Qi via lists.yoctoproject.org
For things to work, the package manager will need to have some certain abilities. For example, it can accept a parameter which points to the database it uses (e.g., --dbpath). I think RPM/dnf have all the ability to make things work. I'm not familiar with opkg though. Even with RPM/dnf, updatin