|
Re: How and where does yocto find lighttpd-module-fastcgi?
The lighttpd-module-fastcgi package is created (unconditionally) when the lighttpd recipe is built (you can verify by checking the installable packages under tmp/deploy/ after building
The lighttpd-module-fastcgi package is created (unconditionally) when the lighttpd recipe is built (you can verify by checking the installable packages under tmp/deploy/ after building
|
By
Andre McCurdy <armccurdy@...>
·
#40170
·
|
|
extending HOSTTOOLS
Hello,
Poky 2.4.
I would like to add ping and scp to HOSTTOOLS from a class inherited by a recipe. HOSTTOOLS is updated but the links will not appear in the build/tmp/hosttools/
Is there any way to do
Hello,
Poky 2.4.
I would like to add ping and scp to HOSTTOOLS from a class inherited by a recipe. HOSTTOOLS is updated but the links will not appear in the build/tmp/hosttools/
Is there any way to do
|
By
Oleg K Dzhimiev <oleg@...>
·
#40184
·
|
|
Re: How and where does yocto find lighttpd-module-fastcgi?
Thank you for the reply!
When I wasn't adding lighttpd-module-fastcgi, it definitely was not including it in the build. I have the lighttpd.conf file set up use mod_fastcgi, and without
Thank you for the reply!
When I wasn't adding lighttpd-module-fastcgi, it definitely was not including it in the build. I have the lighttpd.conf file set up use mod_fastcgi, and without
|
By
Wayne Witzke <wwitzke@...>
·
#40169
·
|
|
Re: Resend QA cycle report for 2.4.2 RC2
We now understand what is happening. We've had this fixed in master for a while[1], Richard is backporting it to the stable branches now.
I don't consider this a release blocker.
Ross
[1]
We now understand what is happening. We've had this fixed in master for a while[1], Richard is backporting it to the stable branches now.
I don't consider this a release blocker.
Ross
[1]
|
By
Burton, Ross <ross.burton@...>
·
#40168
·
|
|
Writing the image to a USB Key.
Dear Mr, Mrs,
I built a minimal image for up board 2 and I've tried to write the image to a USB Key to boot the hardware later. The problem is with partitioning ! I copied both image and mkefidisk.sh
Dear Mr, Mrs,
I built a minimal image for up board 2 and I've tried to write the image to a USB Key to boot the hardware later. The problem is with partitioning ! I copied both image and mkefidisk.sh
|
By
Maryem Ayadi <maryem.ayady@...>
·
#40183
·
|
|
how to build busybox in specific recipes
Hi All,
If we found busybox recipes in both meta and meta-openwrt folders, how to control bitbake to make the busybox in meta ?
We have checked the priority and found meta 5 is already higher than
Hi All,
If we found busybox recipes in both meta and meta-openwrt folders, how to control bitbake to make the busybox in meta ?
We have checked the priority and found meta 5 is already higher than
|
By
ShaoTang Yu <shaotangyu2011@...>
·
#40167
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
There is already a feature request for that:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10954
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and
There is already a feature request for that:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10954
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and
|
By
Patrick Ohly
·
#40166
·
|
|
Version numbering of dependencies
Hello all
I'm confused with version numbering of shared libs dependencies on yocto
environment. I’m using Morty but the thing looks like same with newer releases.
Let me explain the problem.
I'll
Hello all
I'm confused with version numbering of shared libs dependencies on yocto
environment. I’m using Morty but the thing looks like same with newer releases.
Let me explain the problem.
I'll
|
By
radioconfusion@...
·
#40165
·
|
|
passwd fails for other users than root
I have 2 extra users (added with useradd_example.bb). Login works for all 3 parties.
While login works, passwd (to change it) doesn't work for the extra users. They will asked for the old one - which
I have 2 extra users (added with useradd_example.bb). Login works for all 3 parties.
While login works, passwd (to change it) doesn't work for the extra users. They will asked for the old one - which
|
By
Steve
·
#40164
·
|
|
Re: New Release Number 2.99 in Bugzilla
Stephano
thanks for the explanation. I wonder if this should be sent to core list
as I believe some bug categories may be non yocto project based or folks
using Poky may not be on list list, like
Stephano
thanks for the explanation. I wonder if this should be sent to core list
as I believe some bug categories may be non yocto project based or folks
using Poky may not be on list list, like
|
By
Armin Kuster
·
#40163
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
Yes, the dlopen means the automated processing can't identify the need.. and
then the RDEPEND is the correct solution.
(This might be a reasonable bug/enhancement request to the system. Look
Yes, the dlopen means the automated processing can't identify the need.. and
then the RDEPEND is the correct solution.
(This might be a reasonable bug/enhancement request to the system. Look
|
By
Mark Hatle <mark.hatle@...>
·
#40162
·
|
|
Re: Resend QA cycle report for 2.4.2 RC2
Hi Stephen,
Those idle test cases are actually belongs to the outdated testcases inside Testopia, GDC had opened a Bugzilla ticket to remove and replace outdated and duplicated test cases. We are in
Hi Stephen,
Those idle test cases are actually belongs to the outdated testcases inside Testopia, GDC had opened a Bugzilla ticket to remove and replace outdated and duplicated test cases. We are in
|
By
Yeoh Ee Peng
·
#40161
·
|
|
Re: How and where does yocto find lighttpd-module-fastcgi?
No, that's not how it works. A very key point to understand with OE is
that options associated with one recipe can never affect the build of
another recipe (in this case, the image recipe can't affect
No, that's not how it works. A very key point to understand with OE is
that options associated with one recipe can never affect the build of
another recipe (in this case, the image recipe can't affect
|
By
Andre McCurdy <armccurdy@...>
·
#40160
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
Ah, that makes sense in your case. Thanks for clarifying!
Marcelo
Ah, that makes sense in your case. Thanks for clarifying!
Marcelo
|
By
Marcelo E. Magallon <marcelo.magallon@...>
·
#40159
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
INHIBIT_DEFAULT_DEPS.
No, it doesn't, but that's a good hint.
This is also the case in this situation.
glibc has this bit of code in pthread_cancel_init:
handle = __libc_dlopen_mode
INHIBIT_DEFAULT_DEPS.
No, it doesn't, but that's a good hint.
This is also the case in this situation.
glibc has this bit of code in pthread_cancel_init:
handle = __libc_dlopen_mode
|
By
Marcelo E. Magallon <marcelo.magallon@...>
·
#40158
·
|
|
How and where does yocto find lighttpd-module-fastcgi?
Hello everyone,
I'm very new to Yocto, and I'm currently building an embedded system with a web interface. As I worked through the process of creating a Yocto configuration and layer to configure the
Hello everyone,
I'm very new to Yocto, and I'm currently building an embedded system with a web interface. As I worked through the process of creating a Yocto configuration and layer to configure the
|
By
Wayne Witzke <wwitzke@...>
·
#40157
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
"Marcelo E. Magallon" <marcelo.magallon@...> wrote on 03/08/2018
01:00:28 PM:
wrote:
file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
Your understanding is basically correct, RDEPENDS
"Marcelo E. Magallon" <marcelo.magallon@...> wrote on 03/08/2018
01:00:28 PM:
wrote:
file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
Your understanding is basically correct, RDEPENDS
|
By
robert_joslyn@...
·
#40156
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
RDEPENDS are automatically promoted to DEPENDS (build-time). I would normally
expect libgcc_s.so.1 to be present via the typical default depends. Does your
recipe have an INHIBIT_DEFAULT_DEPENDS (I
RDEPENDS are automatically promoted to DEPENDS (build-time). I would normally
expect libgcc_s.so.1 to be present via the typical default depends. Does your
recipe have an INHIBIT_DEFAULT_DEPENDS (I
|
By
Mark Hatle <mark.hatle@...>
·
#40155
·
|
|
Re: btrfs-tools Requires libgcc_s.so.1
Sorry to go off on a tangent:
I ran into the same thing with my device, different package. I don't understand the fix:
What is this doing?
My understanding until a couple of days ago is that this
Sorry to go off on a tangent:
I ran into the same thing with my device, different package. I don't understand the fix:
What is this doing?
My understanding until a couple of days ago is that this
|
By
Marcelo E. Magallon <marcelo.magallon@...>
·
#40154
·
|
|
Re: Resend QA cycle report for 2.4.2 RC2
Can't replicate this reliably with rm_work disabled. Does the QA autobuilder run with rm_work enabled?
$ oe-selftest -r sstatetests
...
2018-03-08 20:35:41,863 - oe-selftest - INFO - oe-selftest () -
Can't replicate this reliably with rm_work disabled. Does the QA autobuilder run with rm_work enabled?
$ oe-selftest -r sstatetests
...
2018-03-08 20:35:41,863 - oe-selftest - INFO - oe-selftest () -
|
By
Burton, Ross <ross.burton@...>
·
#40153
·
|