diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2024-02-28 07:48:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-28 09:21:48 +0000 |
commit | a32b45289b3e95447174594e2cfcc1a42c85f592 (patch) | |
tree | e6b69a1a58234822e37969666ee74bc11749e360 /bitbake | |
parent | 4945ca640b893c2251ace915edaa722886fac93f (diff) | |
download | poky-a32b45289b3e95447174594e2cfcc1a42c85f592.tar.gz |
bitbake: 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/
(Bitbake rev: 1f4d517b7a0389f78d1f791135f8dc9120e9912b)
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/lib/bb/ui/taskexp_ncurses.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/taskexp_ncurses.py b/bitbake/lib/bb/ui/taskexp_ncurses.py index dd91d26bc3..ea94a4987f 100755 --- a/bitbake/lib/bb/ui/taskexp_ncurses.py +++ b/bitbake/lib/bb/ui/taskexp_ncurses.py | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | # | 13 | # |
14 | # Execution example: | 14 | # Execution example: |
15 | # $ bitbake -g -u taskexp_ncurses.py acl zlib | 15 | # $ bitbake -g -u taskexp_ncurses zlib acl |
16 | # | 16 | # |
17 | # Self-test example (executes a script of GUI actions): | 17 | # Self-test example (executes a script of GUI actions): |
18 | # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl | 18 | # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl |