aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bitbake-whatchanged
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-01-29 21:16:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-07 11:06:57 +0000
commitce732c04b3ac06633e20efa8799c4189abfd41b3 (patch)
treecf724a2c756567edc2ba226058947082fa94da98 /scripts/bitbake-whatchanged
parentf9acd756746e61b82b58d300f3ab13f3b086787d (diff)
downloadopenembedded-core-contrib-ce732c04b3ac06633e20efa8799c4189abfd41b3.tar.gz
bitbake.conf: add STAMPS_DIR for constructing STAMP
Add STAMPS_DIR for constructing STAMP, the defination of STAMP is: STAMP = "${TMPDIR}/stamps/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}" We can only change the TMPDIR if we want to change the STAMP's location, but the bb_cache.dat would be regenerated if TMPDIR changes, so add STAMPS_DIR for constructing it, and add it to the BB_ENV_EXTRAWHITE, this is very usefull for the "bitbake -S", since then it can be run by: STAMPS_DIR=<path> bitbake -S <recipe> which will avoid putting the stamps to ${TMPDIR}/stamps. BTW, break the too long BB_ENV_EXTRAWHITE into several lines. [YOCTO #1659] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts/bitbake-whatchanged')
0 files changed, 0 insertions, 0 deletions