]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
bitbake-layers: fix a typo
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>
Mon, 2 Jan 2023 14:23:39 +0000 (15:23 +0100)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
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>
meta/lib/bblayers/makesetup.py

index 22f89d81a416169bc4d8d5195ddbe3d31d52e505..834e9338bc7f40e66391acfec4d4804faa635dfe 100644 (file)
@@ -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 = {}