All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bitbake: ncurses version of taskexp.py
@ 2022-05-25  6:24 David Reyna
  2022-05-25  6:24 ` [PATCH 1/1] " David Reyna
  2022-05-25 18:53 ` [bitbake-devel] [PATCH 0/1] " Peter Kjellerstedt
  0 siblings, 2 replies; 8+ messages in thread
From: David Reyna @ 2022-05-25  6:24 UTC (permalink / raw)
  To: bitbake-devel; +Cc: David Reyna

From: David Reyna <David.Reyna@windriver.com>


Added since demo at YP Summit:
 * Protection against window resizing
 * Line art (with ASCII line art as backup)
 * Additional internal documentation
 * Tested against misspelled recipe errors


The following changes since commit 13d70e57f8693e506aada946ae9b2e0997e4c5f0:

  migration guides: release notes for 3.4.3 and 3.4.4 (2022-05-24 13:58:47 +0100)

are available in the Git repository at:

  git://push.yoctoproject.org/poky-contrib dreyna/bitbake/ncurses_taskexp_14814

David Reyna (1):
  bitbake: ncurses version of taskexp.py

 lib/bb/ui/taskexp_cli.py | 1302 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 1302 insertions(+)
 create mode 100755 bitbake/lib/bb/ui/taskexp_cli.py

-- 
2.35.1



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/1][V2] bitbake: ncurses version of taskexp.py
@ 2022-05-29  6:15 David Reyna
  2022-05-29  6:15 ` [PATCH 1/1] " David Reyna
  0 siblings, 1 reply; 8+ messages in thread
From: David Reyna @ 2022-05-29  6:15 UTC (permalink / raw)
  To: bitbake-devel; +Cc: David Reyna

From: David Reyna <David.Reyna@windriver.com>

Changes for V2: 
  1. Changed name to "taskexp_tty"
  2. Added a selt-test feature:

   $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_tty zlib acl
   ...
   $ echo $?
   0
   $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_tty zlib acl foo
   ERROR: Nothing PROVIDES 'foo'. Close matches:
   ofono
   $ echo $?
   1
   $

- David


The following changes since commit 13d70e57f8693e506aada946ae9b2e0997e4c5f0:

  migration guides: release notes for 3.4.3 and 3.4.4 (2022-05-24 13:58:47 +0100)

are available in the Git repository at:

  git://push.yoctoproject.org/poky-contrib dreyna/bitbake/ncurses_taskexp_14814

David Reyna (1):
  bitbake: ncurses version of taskexp.py

 lib/bb/ui/taskexp_tty.py | 1400 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 1400 insertions(+)
 create mode 100755 bitbake/lib/bb/ui/taskexp_tty.py

-- 
2.35.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-29  6:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-25  6:24 [PATCH 0/1] bitbake: ncurses version of taskexp.py David Reyna
2022-05-25  6:24 ` [PATCH 1/1] " David Reyna
2022-05-25 18:53 ` [bitbake-devel] [PATCH 0/1] " Peter Kjellerstedt
2022-05-25 19:37   ` Reyna, David
2022-05-27 16:32     ` richard.purdie
2022-05-27 20:34       ` Reyna, David
2022-05-27 23:02         ` richard.purdie
2022-05-29  6:15 [PATCH 0/1][V2] " David Reyna
2022-05-29  6:15 ` [PATCH 1/1] " David Reyna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.