aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2024-02-28 07:48:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-28 09:21:46 +0000
commit1f4d517b7a0389f78d1f791135f8dc9120e9912b (patch)
tree58523c9cfd89647d26c69347b3c20a52dc916773
parent1cb2b8be6cc5269553f549285592e47b7d29db03 (diff)
downloadbitbake-1f4d517b7a0389f78d1f791135f8dc9120e9912b.tar.gz
taskexp_ncurses: fix execution example in introductory comment
Drop the ".py" file extension from the "-u" option's argument that has been overlooked while applying the original patch (see [1]) to make the example work. While at it sort the recipes' names consistently with respect to what is found in the self-test examples below. [1] https://lore.kernel.org/bitbake-devel/6f2645a7c4db2ae149d387544d2b94209cfed3f4.camel@linuxfoundation.org/ Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-xlib/bb/ui/taskexp_ncurses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/ui/taskexp_ncurses.py b/lib/bb/ui/taskexp_ncurses.py
index dd91d26bc..ea94a4987 100755
--- a/lib/bb/ui/taskexp_ncurses.py
+++ b/lib/bb/ui/taskexp_ncurses.py
@@ -12,7 +12,7 @@
#
# Execution example:
-# $ bitbake -g -u taskexp_ncurses.py acl zlib
+# $ bitbake -g -u taskexp_ncurses zlib acl
#
# Self-test example (executes a script of GUI actions):
# $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl