diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-10-09 11:28:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-11 08:12:58 +0100 |
commit | e35c404537db0b46047fcb2ee7d3645e3e0935c5 (patch) | |
tree | ff2476a03d3e28dbc454ec2510160cd26cfcd870 /meta | |
parent | d9528d9a394a45ecc2abb945cbffcf31b0078207 (diff) | |
download | poky-e35c404537db0b46047fcb2ee7d3645e3e0935c5.tar.gz |
bitbake: toaster: Don't descend into directories for cached_layers
As toaster makes use of clones of itself we have a mechanism to just
clone the current checkout and use that as a basis for the git clone for
the layers inside. For instance, in poky, if we're running in that directory,
we don't ever want to change the current checkout so we make a copy of
ourselves to do this work in.
This steps through cached_layers and previously-traversed directories
inside the current checkout to find any pre-existing checkouts.
This was ending up traversing too many directories down, so remove
the traverse and only deal with the current directory.
[YOCTO #8463]
(Bitbake rev: 9c40b3b6377ab8f5d6ac9b8e00585b71de00bf74)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions