mbox

[0/1,V2] bitbake: ncurses version of taskexp.py

Message ID cover.1653802954.git.David.Reyna@windriver.com
State Not Applicable, archived
Headers show

Pull-request

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

Message

Reyna, David May 29, 2022, 6:15 a.m. UTC
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