All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] taskexp_ncurses: ncurses version of taskexp.py
@ 2024-02-18 10:41 David Reyna
  2024-02-18 10:41 ` [PATCH 1/1] " David Reyna
  0 siblings, 1 reply; 5+ messages in thread
From: David Reyna @ 2024-02-18 10:41 UTC (permalink / raw)
  To: bitbake-devel; +Cc: David Reyna

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



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

end of thread, other threads:[~2024-02-18 23:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-18 10:41 [PATCH 0/1] taskexp_ncurses: ncurses version of taskexp.py David Reyna
2024-02-18 10:41 ` [PATCH 1/1] " 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

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.