All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto and jenkins]
@ 2014-06-02 22:38 Insop Song
  2014-06-02 23:03 ` Paul Barker
  0 siblings, 1 reply; 6+ messages in thread
From: Insop Song @ 2014-06-02 22:38 UTC (permalink / raw)
  To: Yocto Project Discussion, Khem Raj

All,

I've been building yocto using jenkins.

I want to include yocto's build environment variable "BUILD_NUMBER" to
yocto's kernel.

1, I've tried this in one of my conf file, add

GS_SDK_VERSION = "GS-SDK-V1.5-${BUILD_NUMBER}"

But ${BUILD_NUMBER} is not expended


2, I've looked at Keon's example from
https://git.linaro.org/openembedded/jenkins-setup.git

I've put the following in conf/local.conf

JENKINS_BUILD_NUMBER = "`echo ${BUILD_NUMBER}`"

Then add GS_SDK_VERSION = "GS-SDK-V1.5-${JENKINS_BUILD_NUMBER}"

It still doesn't expand.

So my question is

- how to include environment variable to yocto's running?

Thank you,

Insop


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

end of thread, other threads:[~2014-06-05  0:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 22:38 [yocto and jenkins] Insop Song
2014-06-02 23:03 ` Paul Barker
2014-06-03  0:26   ` Insop Song
2014-06-03  6:50     ` Nicolas Dechesne
2014-06-04  9:53     ` Paul Eggleton
2014-06-05  0:57       ` Insop Song

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.