generic-poky/meta/conf
Robert Yang 4d5ef2af50 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]

(From OE-Core rev: ce732c04b3ac06633e20efa8799c4189abfd41b3)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-03-07 11:14:37 +00:00
..
distro default-providers: add default virtual provider for gtk-update-icon-cache 2013-03-05 13:14:54 +00:00
machine tune-cortexa7: add tunes for ARM Cortex-A7 2013-03-07 11:14:35 +00:00
machine-sdk eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk. 2012-04-03 14:08:02 +01:00
swabber Stop using hardcoded paths, use new Ubuntu and generic filters. 2010-12-17 10:47:02 +00:00
abi_version.conf bitbake.conf/sanity: Separate versions and PN stamp components into separate directories for WORKDIR and STAMP 2012-11-20 15:31:49 +00:00
bitbake.conf bitbake.conf: add STAMPS_DIR for constructing STAMP 2013-03-07 11:14:37 +00:00
documentation.conf documentation: Fix P entry 2013-03-05 13:14:53 +00:00
layer.conf netbase: split up in netbase and init-ifupdown 2013-02-06 09:37:28 +00:00
licenses.conf license.conf/bbclass: Move globals to license.conf 2012-09-28 11:07:42 +01:00
migrate_localcount.conf prserv: add LOCALCOUNT to AUTOINCs migration feature 2013-01-22 16:01:32 +00:00
multilib.conf multilib.conf: add TARGET_ARCH & TARGET_SYS to MULTILIB_SAVE_VARNAME 2013-02-01 15:54:30 +00:00
prexport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
primport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
sanity.conf sanity.conf: Update minimum bitbake version 2013-02-06 13:14:31 +00:00