* yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE
@ 2012-03-10 13:59 Robert P. J. Day
2012-09-06 8:41 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2012-03-10 13:59 UTC (permalink / raw)
To: Yocto discussion list
from section B.5 of yocto ref manual:
Tell BitBake to load what you want from the environment into the data
store. You can do so through the BB_ENV_WHITELIST variable. For
example, assume you want to prevent the build system from accessing
your $HOME/.ccache directory. The following command tells BitBake to
load CCACHE_DIR from the environment into the data store:
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR"
i think you can see how that might confuse the reader.
rday
p.s. neither of those variables are listed in the variable glossary,
either.
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE
2012-03-10 13:59 yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE Robert P. J. Day
@ 2012-09-06 8:41 ` Paul Eggleton
2012-09-06 14:09 ` Scott Rifenbark
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2012-09-06 8:41 UTC (permalink / raw)
To: yocto, scott.m.rifenbark
On Saturday 10 March 2012 08:59:02 Robert P. J. Day wrote:
> from section B.5 of yocto ref manual:
>
> Tell BitBake to load what you want from the environment into the data
> store. You can do so through the BB_ENV_WHITELIST variable. For
> example, assume you want to prevent the build system from accessing
> your $HOME/.ccache directory. The following command tells BitBake to
> load CCACHE_DIR from the environment into the data store:
>
> export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR"
>
> i think you can see how that might confuse the reader.
Looks like this still needs to be addressed. Scott, would you mind taking a
look at this? Seems to me that BB_ENV_WHITELIST just ought to be changed to
BB_ENV_EXTRAWHITE to make this make sense.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE
2012-09-06 8:41 ` Paul Eggleton
@ 2012-09-06 14:09 ` Scott Rifenbark
0 siblings, 0 replies; 3+ messages in thread
From: Scott Rifenbark @ 2012-09-06 14:09 UTC (permalink / raw)
To: yocto
I changed the variable from BB_ENV_WHITELIST in the description to
BB_ENV_EXTRAWHITE to make sense with the given example. You can see the
change at
http://www.yoctoproject.org/docs/1.3/poky-ref-manual/poky-ref-manual.html#ref-bitbake-runtask.
Scott
On 9/6/2012 1:41 AM, Paul Eggleton wrote:
> On Saturday 10 March 2012 08:59:02 Robert P. J. Day wrote:
>> from section B.5 of yocto ref manual:
>>
>> Tell BitBake to load what you want from the environment into the data
>> store. You can do so through the BB_ENV_WHITELIST variable. For
>> example, assume you want to prevent the build system from accessing
>> your $HOME/.ccache directory. The following command tells BitBake to
>> load CCACHE_DIR from the environment into the data store:
>>
>> export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE CCACHE_DIR"
>>
>> i think you can see how that might confuse the reader.
> Looks like this still needs to be addressed. Scott, would you mind taking a
> look at this? Seems to me that BB_ENV_WHITELIST just ought to be changed to
> BB_ENV_EXTRAWHITE to make this make sense.
>
> Cheers,
> Paul
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-06 14:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10 13:59 yocto ref manual: confusion between BB_ENV_WHITELIST and BB_ENV_EXTRAWHITE Robert P. J. Day
2012-09-06 8:41 ` Paul Eggleton
2012-09-06 14:09 ` Scott Rifenbark
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.