Hi Virgil
On 2016-06-14, Smith, Virgil wrote:
"How do you prefer a provider out of two different versions of a package?"
PREFERRED_VERSION
http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#var-PREFERRED_VERSION
Thanks. Worked fine.
--
Greetings
Elias
--
__
"How do you prefer a provider out of two different versions of a package?"
PREFERRED_VERSION
http://www.yoctoproject.org/docs/2.1/mega-manual/mega-manual.html#var-PREFERRED_VERSION
Notice to recipient: This email is meant for only the intended recipient of the
Hi Piotr
On 2016-06-14, piotr.lewicki wrote:
This is not an answer to your question but it can be helpful:
You can use a wildcard for version in your bbappend file.
If you rename it to:
nginx_1.9.%.bbappend
this will work for both 1.9.5 and 1.9.14.
Thanks for this hint.
I realized that kro
This is not an answer to your question but it can be helpful:
You can use a wildcard for version in your bbappend file.
If you rename it to:
nginx_1.9.%.bbappend
this will work for both 1.9.5 and 1.9.14.
For debugging I can give you a hint:
try using "-v" switch for bitbake when baking your ngi
Hi
With jethro, I used to use the following .bbappend to use
my config for nginx:
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
My nginx.conf was inside the corresponding files directory.
Since krogoth, which uses nginx 1.9.14, this does not seem
to work any more. My config file is not us