Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: David Reyna <david.reyna@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Cc: David Reyna <David.Reyna@windriver.com>
Subject: [PATCH 0/1][V2] bitbake: ncurses version of taskexp.py
Date: Sat, 28 May 2022 23:15:35 -0700	[thread overview]
Message-ID: <cover.1653802954.git.David.Reyna@windriver.com> (raw)

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



             reply	other threads:[~2022-05-29  6:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29  6:15 David Reyna [this message]
2022-05-29  6:15 ` [PATCH 1/1] bitbake: ncurses version of taskexp.py David Reyna
2022-05-30  8:41   ` [bitbake-devel] " Jacob Kroon
2022-05-31  1:38     ` Reyna, David
2022-06-01 16:53   ` Peter Kjellerstedt

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=cover.1653802954.git.David.Reyna@windriver.com \
    --to=david.reyna@windriver.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /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