Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
: Kumar, Manu (FT D IN PAMC MI EMB FW) Cc: yocto@lists.yoctoproject.org; Gyorgy Sarvari Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying The key error is: Dec 27 02:43:04 manu lighttpd[203]: 2024-12-27 02:43:03: (../lighttpd-1.4.67/src/plugin.c.202) dlopen() failed

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
@lists.yoctoproject.org; Gyorgy Sarvari Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying The key error is: Dec 27 02:43:04 manu lighttpd[203]: 2024-12-27 02:43:03: (../lighttpd-1.4.67/src/plugin.c.202) dlopen() failed for: /usr/lib/lighttpd/mod_redirect.so /usr/lib/lighttpd

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
:15 PM To: Kumar, Manu (FT D IN PAMC MI EMB FW) ; Alexander Kanavin ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying Have you changed RDEPENDS_${PN} to RDEPENDS:${PN} from the earlier email? I would have expected it to solve this

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Alexander Kanavin via lists.yoctoproject.org
/lists.freedesktop.org/mailman/listinfo/systemd-devel > > -- > > -- The unit lighttpd.service has entered the 'failed' state with result > > 'exit-code'. > > Dec 27 02:43:04 manu systemd[1]: Failed to start Lighttpd Daemon. > > -- Subject: A sta

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Gyorgy Sarvari via lists.yoctoproject.org
Tuesday, January 7, 2025 10:56 PM To: yocto@lists.yoctoproject.org; skandigr...@gmail.com Cc: Kumar, Manu (FT D IN PAMC MI EMB FW) Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying I'm not sure it's worth the effort to revert the module installation b

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
- From: Alexander Kanavin Sent: Tuesday, January 7, 2025 10:56 PM To: yocto@lists.yoctoproject.org; skandigr...@gmail.com Cc: Kumar, Manu (FT D IN PAMC MI EMB FW) Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying I'm not sure it's worth the effort to reve

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Alexander Kanavin via lists.yoctoproject.org
n a bbappend or similar. > > Though maybe it would be more interesting to look into why your ti-sdk is > > looking for these files at the incorrect place. TI layers are usually > > reasonably maintained, I'd expect them to follow changes i

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Gyorgy Sarvari via lists.yoctoproject.org
: Kumar, Manu (FT D IN PAMC MI EMB FW) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying On 07.01.25 11:05, Kumar, Manu wrote: reason behind ask this question is.. in earlier tisdk all the modules were there in "/usr/lib" as when

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
to overriding it in a bbappend or similar as you mentioned in older thread.. it helps !!! -Original Message- From: Gyorgy Sarvari Sent: Tuesday, January 7, 2025 3:54 PM To: Kumar, Manu (FT D IN PAMC MI EMB FW) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/l

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Gyorgy Sarvari via lists.yoctoproject.org
25cc2 -Original Message- From: Kumar, Manu (FT D IN PAMC MI EMB FW) Sent: Tuesday, January 7, 2025 2:37 PM To: Gyorgy Sarvari ; yocto@lists.yoctoproject.org Subject: RE: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying Ok , I will try and let you know !! But ho

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
like it is searching "/usr/lib" -Original Message- From: Kumar, Manu (FT D IN PAMC MI EMB FW) Sent: Tuesday, January 7, 2025 2:37 PM To: Gyorgy Sarvari ; yocto@lists.yoctoproject.org Subject: RE: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying Ok , I wil

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-07 Thread Kumar, Manu via lists.yoctoproject.org
MI EMB FW) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying On 07.01.25 06:41, Kumar, Manu wrote: > RDEPENDS_${PN} += " lighttpd-module-cgi \ >lighttpd-module-openssl \ >

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Gyorgy Sarvari via lists.yoctoproject.org
On 07.01.25 06:41, Kumar, Manu wrote: RDEPENDS_${PN} += " lighttpd-module-cgi \ lighttpd-module-openssl \ lighttpd-module-redirect \ lighttpd-module-setenv \ lighttpd-module-auth \ lighttpd-module-authn

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Kumar, Manu via lists.yoctoproject.org
om: Gyorgy Sarvari Sent: Monday, January 6, 2025 8:35 PM To: Kumar, Manu (FT D IN PAMC MI EMB FW) ; yocto@lists.yoctoproject.org Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying On 06.01.25 13:52, Kumar, Manu wrote: > Yes Sarvari, you are rite.. I have declare

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Gyorgy Sarvari via lists.yoctoproject.org
On 06.01.25 13:52, Kumar, Manu wrote: Yes Sarvari, you are rite.. I have declared as per your input .. but i am facing same as I mentioned in previous thread .. Hmmm... I just tried to build your recipe with Kirkstone, and it did work as expected. Do you have the other folders populated in t

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Kumar, Manu via lists.yoctoproject.org
) Subject: Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying > * > * > > *IMAGE_INSTALL:append =lightttpd * > > Just to confirm: "lighttpd" has only 2 "t" letters (not 3, as in your message), and it should be enclosed in quotes. Also, not

Re: [yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Gyorgy Sarvari via lists.yoctoproject.org
* * *IMAGE_INSTALL:append =lightttpd * Just to confirm: "lighttpd" has only 2 "t" letters (not 3, as in your message), and it should be enclosed in quotes. Also, note that when you use the override-style ":append", you have to take care of the spaces around the appended value too: IMAGE_I

[yocto] Query: Regarding lighttpd/librarries in /usr/lib not copying

2025-01-06 Thread Kumar, Manu via lists.yoctoproject.org
Hi All, We are using krikstone yocto framework..for our migration project from tisdk8.2(dunfell) to tisdk9.1 we have created our own custom-image.bb. In this case, 1. We have used below content in custom-image.bb PROVIDES = "sem3-iot-image" LICENSE="MIT" DEPENDS = "core-image-minimal l