mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
bitbake-layers: fix a typo
(From OE-Core rev: adee6183096c15b1743ae3e33ebbbbe6218a668f) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit fab3aa7b1b7003bb03678c5cfc62ad2b597f0932) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36b6ff5a9e
commit
451cb7f40b
@@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin):
|
||||
return describe.strip()
|
||||
|
||||
def make_repo_config(self, destdir):
|
||||
""" This is a helper function for the writer plugins that discovers currently confugured layers.
|
||||
""" This is a helper function for the writer plugins that discovers currently configured layers.
|
||||
The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is
|
||||
available here. """
|
||||
repos = {}
|
||||
|
||||
Reference in New Issue
Block a user