[yocto] quoted string in a recipe variable?

Takashi Matsuzawa tmatsuzawa at xevo.com
Fri Mar 24 05:08:47 PDT 2017


Hello, Yocto.
I am a bit confused with recipe syntax for variable assignment.

I wanto embed double-quoted string within a variable.
And I tried below and looks like the whole part of the string (A to B) is successfully assigned to EXTRA_OECMAKE variable.

EXTRA_OECMAKE = " \ <-- A
  "-D CMAKE_XXXX=xxxx \
  ...
  ...
  -D CMAKE_YYYY=yyyy" \
" <-- B

My question is, if this is a valid way of doing it?
Why bitbake parser is not confused?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20170324/00869594/attachment.html>


More information about the yocto mailing list