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
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
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
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
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
-=-=-=-=-=-=-=-=-=-=-=-
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
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
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
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
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
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
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" : {
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..
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
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
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'
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
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
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
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
20 matches
Mail list logo