scripts: fix regression on reuse of shell environment variables 05/5605/1
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Thu, 28 Apr 2016 17:09:19 +0000 (19:09 +0200)
committerYannick Gicquel <yannick.gicquel@iot.bzh>
Thu, 28 Apr 2016 17:09:19 +0000 (19:09 +0200)
commit7e1ebd1b2588503d8e2216cee5e7db7d0c70df83
treed9e485c3b8b37d4f6b2a9fa6774438bd278e1d5a
parentddf0d5d0e83b34a38debf0b160b912fe337308e6
scripts: fix regression on reuse of shell environment variables

instead of editing local.conf to defines DL_DIR and SSTATE_DIR,
the shell environment variables can be propagated in poky/oe build env.

BB_ENV_EXTRAWHITE is defined in "poky/scripts/oe-buildenv-internal"
Thus, variable append step should occurs _after_ setup poky/oe.

Change-Id: I5d4901435812d2d82950588a89b8ec67f2b01ea8
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
scripts/envsetup.sh