]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: cache: Make BB_DONT_CACHE variable external
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 22 Mar 2016 14:59:55 +0000 (16:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 17:54:41 +0000 (17:54 +0000)
commitd8137be4de7765c1303933447c9746c32bfc0b22
tree53afa6c8b6b9a6f85fedcf9294b91edfaa7fa87f
parent1d1aaa2f561a18e10314e8ed07b616c11b1286ae
bitbake: cache: Make BB_DONT_CACHE variable external

This makes it possible to prevent a recipe to be cached, and thus,
parsed every time.

Use with care.

[YOCTO #8853]

(Bitbake rev: 78335c1fbe5266116700c2413aac28b00423a75b)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/cache.py
bitbake/lib/bb/fetch2/__init__.py