All of lore.kernel.org
 help / color / mirror / Atom feed
* How and where does yocto find lighttpd-module-fastcgi?
@ 2018-03-08 21:52 Wayne Witzke
  2018-03-08 23:13 ` Andre McCurdy
  0 siblings, 1 reply; 5+ messages in thread
From: Wayne Witzke @ 2018-03-08 21:52 UTC (permalink / raw)
  To: yocto

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 specific build I needed 
(based on core-image-minimal), I discovered that I could add packages to 
my image by adding it to the configuration file via 
CORE_EXTRA_IMAGES_INSTALL. In this way, I was able to add lighttpd, php, 
php-cgi, and lighttpd-module-fastcgi to my build. It worked great!

However, now I am attempting to determine if mod_openssl is installed on 
my server, and using "CORE_EXTRA_IMAGES_INSTALL += 
'lighttpd-module-openssl'" to simply add it does NOT magically work like 
it did with lighttpd-module-fastcgi. My original guess was that adding 
"CORE_EXTRA_IMAGES_INSTALL += 'lighttpd-module-fastcgi'" caused a 
configuration option to be matched in the lighttpd.bb file so that the 
appropriate build option was used when building lighttpd. However, 
fastcgi doesn't actually show up in that file at all, and openssl does, 
so that clearly isn't the option . . . furthermore, mod_fastcgi doesn't 
appear in *any* of the layers I'm using to build, except in the 
lighttpd.conf portion of the recipe-extended/lighttpd directory structure.

So, my question is, how does bitbake know what to do when I add 
lighttpd-module-fastcgi, and where in the world does it find the source 
for mod_fastcgi?

Thank you in advance for your help :)

Wayne


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-11  1:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08 21:52 How and where does yocto find lighttpd-module-fastcgi? Wayne Witzke
2018-03-08 23:13 ` Andre McCurdy
2018-03-09 14:18   ` Wayne Witzke
2018-03-09 22:35     ` Andre McCurdy
2018-03-11  1:52       ` Wayne Witzke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.