Re: New assignment operator?
Petr Nechaev
Hi All, I've been using bitbake for >5 years now, however I do not understand the nature of the problem at all. Could you clarify what the problem is i.e. what's the difference between these lines: IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" VAR_A = "${VAR_B}" In both cases .. it seems .. I am prepared that VAR_C = "${VAR_A}" won't expand to VAR_B due to overrides, appends etc. What is special about initramfs image? Is there any special meaning to IMAGE_FSTYPES variable? If not ... are we trying to introduce a language feature to solve one particular problem of a specific image? --- Petr
On Tue, Jun 15, 2021 at 4:38 PM Tom Rini <trini@...> wrote: On Tue, Jun 15, 2021 at 02:29:16PM +0100, Richard Purdie wrote:
|
|