From: Clayton Casciato <majortomtosourcecontrol@gmail.com>
To: OE Core mailing list <openembedded-core@lists.openembedded.org>,
yoann.congal@smile.fr
Cc: reatmon@ti.com, richard.purdie@linuxfoundation.org
Subject: [scarthgap][PATCH] oe-setup-build: Fix typo
Date: Mon, 9 Mar 2026 17:11:05 -0600 [thread overview]
Message-ID: <efe6271e-fb70-4fd3-8992-5f4116d2595c@gmail.com> (raw)
From:
https://git.openembedded.org/openembedded-core/commit/?id=275a3c015d37729c3b0c9cc4395d50ea2f210f02
A variable was mistyped in an error message resulting in this error:
NameError: name 'tempalte_name' is not defined. Did you mean: 'template_name'?
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Clayton Casciato <majortomtosourcecontrol@gmail.com>
---
Sponsor: 21SoftWare LLC
scripts/oe-setup-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/oe-setup-build b/scripts/oe-setup-build
index c0476992a2..1cb06b3b79 100755
--- a/scripts/oe-setup-build
+++ b/scripts/oe-setup-build
@@ -77,7 +77,7 @@ def find_template(template_name, templates):
for t in templates:
if t["templatename"] == template_name:
return t
- print("Configuration {} is not one of {}, please try again.".format(tempalte_name, [t["templatename"] for t in templates]))
+ print("Configuration {} is not one of {}, please try again.".format(template_name, [t["templatename"] for t in templates]))
return None
def setup_build_env(args):
reply other threads:[~2026-03-09 23:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=efe6271e-fb70-4fd3-8992-5f4116d2595c@gmail.com \
--to=majortomtosourcecontrol@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=reatmon@ti.com \
--cc=richard.purdie@linuxfoundation.org \
--cc=yoann.congal@smile.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox