generic-poky/meta/conf
Kevin Tian 26ade54fa4 poky.conf: add PWD to BB_HASHBASE_WHITELIST
Without doing this I can't reuse prebuilts generated from one directory in another
build directory which is really not comfortable for developers. Due to difference
on PWD variable, base hash becomes different for every sstate package.

So here PWD is added to the hase base whitelist, which makes most prebuilts reusable
now in a different build directory. However there still remains one issue about
do_populate_sysroot sstate package. Absolute path is encoded in this task which
then blocks reuse on them. Perhaps we need some redesign for do_populate_sysroot into
two stages, with all absolute path related operations moved to the 2nd stage. This
way then the 1st stage can be reused.

Partially fix [BUGID #522]

Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-11-07 20:39:14 +00:00
..
distro poky.conf: add PWD to BB_HASHBASE_WHITELIST 2010-11-07 20:39:14 +00:00
machine mpc8315e-rdb: align PACKAGE_EXTRA_ARCHS with tuning 2010-10-21 13:52:01 +01:00
machine-sdk Add i686 SDK machine 2010-03-15 13:00:46 +00:00
abi_version.conf sstate.bbclass: Update to use SSTATE variables everywhere and remove the now unneeded complicated paths from the sstate files 2010-09-29 12:12:26 +01:00
bblayers.conf.sample bblayers.conf.sample: remove meta-moblin from default layers 2010-09-17 11:32:00 -07:00
bitbake.conf Poky -> Yocto name change 2010-10-27 07:54:03 +01:00
checksums.ini checksums.ini: added some new entries 2009-02-23 20:44:58 +01:00
documentation.conf bitbake.conf/documentation.conf: Start using SUMMARY variable and document it 2010-09-21 23:53:07 +01:00
layer.conf Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
licenses.conf Rename /openembedded/ -> /meta/ 2006-07-21 10:10:31 +00:00
local.conf.sample local.conf.sample: Default to not building 32 bit libs on 64 bit systems as most people don't need it and it confuses them 2010-10-21 23:28:14 +01:00
sanity.conf bblayers.conf.sample: remove meta-moblin from default layers 2010-09-17 11:32:00 -07:00
site.conf.sample build/conf: move sample conf files to meta/conf 2010-08-17 17:41:20 +01:00