Openembedded Bitbake Development
 help / color / mirror / Atom feed
* when does ${XX} in variable names get expanded?
@ 2011-08-04  9:19 Lu, Lianhao
  2011-08-04  9:48 ` Richard Purdie
  2011-08-04 15:30 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Lu, Lianhao @ 2011-08-04  9:19 UTC (permalink / raw)
  To: bitbake-devel@lists.openembedded.org

Hi guys,

For the following variable definition in bitbake,

VVV = "llu"
A_${VVV} = "VVV"
A_llu = "llu"

B = "${@bb.data.getVar('A_llu', d, True)}"
C := "${@bb.data.getVar('A_llu', d, True)}"

Why B is "VVV" and C is "llu" in final? I'm wondering when is the ${VVV} in the variable name of A_${VVV} expanded.

Best Regards,
-Lianhao Lu



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

end of thread, other threads:[~2011-08-04 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  9:19 when does ${XX} in variable names get expanded? Lu, Lianhao
2011-08-04  9:48 ` Richard Purdie
2011-08-04 15:30 ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox