Hi,

On Tue, Oct 04, 2022 at 11:57:19PM +0200, Luca Ceresoli wrote:
> Hello Mikko,
> 
> On Tue,  4 Oct 2022 18:28:07 +0300
> "Mikko Rapeli" <mikko.rap...@linaro.org> wrote:
> 
> > It sets all environment variables correctly for openssl-native.
> > 
> > Signed-off-by: Mikko Rapeli <mikko.rap...@linaro.org>
> 
> I'm taking this patch for testing, however I have a question, see below.
> 
> > ---
> >  meta/recipes-bsp/u-boot/u-boot.inc | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-bsp/u-boot/u-boot.inc 
> > b/meta/recipes-bsp/u-boot/u-boot.inc
> > index f022aed732..cd9c578962 100644
> > --- a/meta/recipes-bsp/u-boot/u-boot.inc
> > +++ b/meta/recipes-bsp/u-boot/u-boot.inc
> > @@ -17,7 +17,8 @@ PACKAGECONFIG ??= "openssl"
> >  # u-boot will compile its own tools during the build, with specific
> >  # configurations (aka when CONFIG_FIT_SIGNATURE is enabled) openssl is 
> > needed as
> >  # a host build dependency.
> > -PACKAGECONFIG[openssl] = ",,openssl-native"
> > +OPENSSL_INHERIT .= "${@bb.utils.contains('PACKAGECONFIG', 'openssl', 
> > 'openssl-native', '', d)}"
> 
> What is the reason to use '.=' and not just '=' here?

Hehe, it was in another example which was using conditional inheritance.

meta/recipes-support/gpgme/gpgme_1.18.0.bb

PYTHON_INHERIT .= "${@bb.utils.contains('PACKAGECONFIG', 'python3', 
'python3native python3targetconfig', '', d)}"

I guess normal = assignment would work too. If that's preferred I can
send a v3.

Cheers,

-Mikko
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#171443): 
https://lists.openembedded.org/g/openembedded-core/message/171443
Mute This Topic: https://lists.openembedded.org/mt/94116081/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to