]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
fetch2: Handle multiconfig fetcher issues
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Aug 2016 10:34:23 +0000 (11:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2016 15:29:36 +0000 (16:29 +0100)
commitd98cc31d6668bc1d6372664593126b5e5132ef2c
tree8fb3c780f9cd5298bf01cbc93afbdb3ddcad54c4
parent39780b1ccbd76579db0fc6fb9369c848a3bafa9d
fetch2: Handle multiconfig fetcher issues

We need a separate fetcher cache per multiconfig as the revisions and other
SRC_URI data can potentially be different. For now, this is the simplest way
to achieve that and avoids linux-yocto kernel build failures when targeting
multiple machines for example.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/__init__.py