diff options
author | Ting Liu <b28495@freescale.com> | 2015-01-15 12:03:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-11 17:39:48 +0000 |
commit | 02af85cbaac660e92c760db41a1efce9e359248f (patch) | |
tree | 5e662575e1834af025f61238515cb18a2c2b925c /scripts/lib/image/engine.py | |
parent | 519c42d6c32c38d20411afbbd879850d4e6ae3b0 (diff) | |
download | openembedded-core-02af85cbaac660e92c760db41a1efce9e359248f.tar.gz openembedded-core-02af85cbaac660e92c760db41a1efce9e359248f.tar.bz2 openembedded-core-02af85cbaac660e92c760db41a1efce9e359248f.zip |
bitbake.conf: add PKGDATA_DIR to BB_HASHBASE_WHITELIST
In meta/conf/bitbake.conf, PKGDATA_DIR is default to:
PKGDATA_DIR = "${STAGING_DIR_HOST}/pkgdata"
But in meta/conf/multilib.conf, PKGDATA_DIR is set as:
PKGDATA_DIR = "${STAGING_DIR}/${MACHINE}/pkgdata"
When multilib enabled, linux-libc-headers cache will be machine
specific:
$ bitbake-diffsigs sstate-cache/1a/sstate:linux-libc-headers:ppce6500-poky-linux:3.17.7:r0:ppce6500:3:1a0c3934d91479fd7242a5b1d407d155_package.tgz.siginfo sstate-cache/28/sstate:linux-libc-headers:ppce6500-poky-linux:3.17.7:r0:ppce6500:3:28c918e8f9f4a4cfceb3a38b258f7501_package.tgz.siginfo
basehash changed from 8d3158bbddcee612fa30badd05f47b8e to 68ac258fc6c8e489f360fde3123a5894
Variable MACHINE value changed from 'b4420qds' to 'b4860qds'
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/image/engine.py')
0 files changed, 0 insertions, 0 deletions