All of lore.kernel.org
 help / color / mirror / Atom feed
* How to set environment variables inside a recipe?
@ 2012-07-19 18:16 Bodke, Kishore K
  2012-07-20 10:14 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: Bodke, Kishore K @ 2012-07-19 18:16 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

Hi,

I am writing a recipe to build a driver specific for  my BSP.

The driver needs a bunch of environmental variables to be set ( specific to driver only ) to build.

Right now to move forward I am doing like below in my recipe to build it.

export  AAA = "${S}"
export BBB = "${B}"
export CCC = "{S}/build-system"
export DDD = "{S}/env-files"

Is this right way to do?  Are there any other ways to set the environment variables inside a recipe?

Any suggestions would be helpful.

Thanks
Kishore.

[-- Attachment #2: Type: text/html, Size: 2852 bytes --]

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

end of thread, other threads:[~2012-07-20 18:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 18:16 How to set environment variables inside a recipe? Bodke, Kishore K
2012-07-20 10:14 ` Paul Eggleton
2012-07-20 17:05   ` Bodke, Kishore K
2012-07-20 17:13     ` Robert P. J. Day
2012-07-20 18:14       ` Bodke, Kishore K

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.