summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>2023-01-02 15:23:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-02 15:31:56 +0000
commit59a06db5dc7b3c5dc2b5f79304b2d73e341f251c (patch)
treec3bf3faa62bddb72fb854fea7ff64f14bb12064f
parentacef849931c5ab14ede40c2ea01a22027e34a335 (diff)
downloadpoky-59a06db5dc7b3c5dc2b5f79304b2d73e341f251c.tar.gz
bitbake-layers: fix a typo
(From OE-Core rev: fab3aa7b1b7003bb03678c5cfc62ad2b597f0932) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/bblayers/makesetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/bblayers/makesetup.py b/meta/lib/bblayers/makesetup.py
index 22f89d81a4..834e9338bc 100644
--- a/meta/lib/bblayers/makesetup.py
+++ b/meta/lib/bblayers/makesetup.py
@@ -46,7 +46,7 @@ class MakeSetupPlugin(LayerPlugin):
46 return describe.strip() 46 return describe.strip()
47 47
48 def make_repo_config(self, destdir): 48 def make_repo_config(self, destdir):
49 """ This is a helper function for the writer plugins that discovers currently confugured layers. 49 """ This is a helper function for the writer plugins that discovers currently configured layers.
50 The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is 50 The writers do not have to use it, but it can save a bit of work and avoid duplicated code, hence it is
51 available here. """ 51 available here. """
52 repos = {} 52 repos = {}