]> code.ossystems Code Review - openembedded-core.git/commit
wic: misc.py: add parameter 'cache' to get_bitbake_vars
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 19 Jan 2017 14:18:28 +0000 (16:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:52 +0000 (12:03 +0000)
commite4269fdb4c3ef06b97df063f8586f74986215c83
tree1348152413356bf1f104ff2bf1f95226026dac78
parent897fe85d34302953c98d07ade4fa2dd749ae2d22
wic: misc.py: add parameter 'cache' to get_bitbake_vars

This parameter will be used to allow or prevent variable caching.

For example, we don't want to cache value of RECIPE_SYSROOT_NATIVE
wic-tools variable as we may decide to rebuild wic-tools.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
scripts/lib/wic/utils/oe/misc.py