From: David Reyna <david.reyna@windriver.com>
To: <bitbake-devel@lists.openembedded.org>
Cc: David Reyna <David.Reyna@windriver.com>
Subject: [PATCH 0/1] taskexp_ncurses: ncurses version of taskexp.py
Date: Sun, 18 Feb 2024 02:41:52 -0800 [thread overview]
Message-ID: <cover.1708252029.git.David.Reyna@windriver.com> (raw)
From: David Reyna <David.Reyna@windriver.com>
This is a re-partition of the previous submission. It adds a non-ncurses
version of the unit test to support ptest and Autobuilder.
This will specifically request the bitbake dependecy data and do a quick
sanity test of the results. This is the most vulnerable part of the
integration over releases.
Normal execution example:
$ bitbake -g -u taskexp_ncurses.py acl zlib
GUI self-execution unit test example:
$ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses quilt
Non-ncurses unit test example::
$ TASK_EXP_UNIT_TEST_NOTERM=1 bitbake -g -u taskexp_ncurses quilt
* UNIT TEST:START
* UNIT TEST:BITBAKE FETCH
Loading Cache: (0 of 0)
Bitbake... : (1 of 2)
Processing recipes: (0 of 914)
***************************************
Generating dependency tree: (0 of 3)
Generating dependency tree: (1 of 3)
Generating dependency tree: (2 of 3)
Generating dependency tree: (3 of 3)
Pass:bitbake dependency count = 11456
Pass:Quilt-native depends count = 11
Pass:Quilt-native rdepends count = 351
Pass:Quilt depends count = 138
Pass:Quilt rdepends count = 41
* UNIT TEST:STOP
$ echo $?
0
$
The following changes since commit a277d1f7a0dc716b497fd855f20cbd6a7d488f8b:
gstreamer1.0: upgrade 1.22.9 -> 1.22.10 (2024-02-17 18:19:19 +0000)
are available in the Git repository at:
ssh://git@push.yoctoproject.org/poky-contrib dreyna/bitbake/taskexp_ncurses_14814
David Reyna (1):
taskexp_ncurses: ncurses version of taskexp.py
lib/bb/ui/taskexp_ncurses.py | 1511 ++++++++++++++++++++++++++++++++++
1 file changed, 1511 insertions(+)
create mode 100755 bitbake/lib/bb/ui/taskexp_ncurses.py
--
2.39.0
next reply other threads:[~2024-02-18 10:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-18 10:41 David Reyna [this message]
2024-02-18 10:41 ` [PATCH 1/1] taskexp_ncurses: ncurses version of taskexp.py David Reyna
2024-02-18 12:43 ` [bitbake-devel] " Richard Purdie
[not found] ` <17B4F59E3ECA4807.31287@lists.openembedded.org>
2024-02-18 17:36 ` Richard Purdie
2024-02-18 23:27 ` Reyna, David
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.1708252029.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 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.