From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Shuang Liu <shuangistan@gmail.com>, bitbake-devel@lists.openembedded.org
Cc: sliu@de.adit-jv.com
Subject: Re: Bitbake override style removal with variable expansion
Date: Sun, 14 Feb 2016 11:05:20 +0000 [thread overview]
Message-ID: <1455447920.16142.389.camel@linuxfoundation.org> (raw)
In-Reply-To: <CAAneanS4Ny=zQs=5jQYuS0GWf7mvFOR6tcS3rt9RUPUW3f2L-w@mail.gmail.com>
On Wed, 2016-02-10 at 14:33 +0100, Shuang Liu wrote:
> I face a problem that I tried to use the bitbake override style
> removal with variable expansion.
>
> I have a foo.bb and set FOO_PACKAGES = "${PN}_dummy"
> And I use a foo.bbappend to remove it by FOO_PACKAGES_remove =
> "${PN}_dummy"
> This doesn't work.
>
> However, FOO_PACKAGES_remove = "foo_dummy" works fine.
>
> Furthermore I tried other variable names besides PN, e.g.
> FOO_PACKAGES = "foo_dummy"
> FOONAME = "foo"
> FOO_PACKAGES_remove = "${FOONAME}_dummy"
> This doesn't works either.
>
> So maybe there is some issue with variable expansion in the override
> style removal?
>
> I use bitbake 1.22 and am sorry I cannot test the master branch on my
> working environment.
> BitBake Build Tool Core version 1.22.0, bitbake version 1.22.0
>
> Does somebody have some idea about thie behavior?
>
> I am a bitbake rookie and please forgive me if the question is not
> reasonable.
This was answered on stackoverflow:
http://stackoverflow.com/questions/35336111/bitbake-override-style-removal-with-variable-expansion
Cheers,
Richard
prev parent reply other threads:[~2016-02-14 11:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-10 13:33 Bitbake override style removal with variable expansion Shuang Liu
2016-02-10 15:28 ` Liu, Shuang (ADITG/SW2)
2016-02-14 11:05 ` Richard Purdie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455447920.16142.389.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=bitbake-devel@lists.openembedded.org \
--cc=shuangistan@gmail.com \
--cc=sliu@de.adit-jv.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.