All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add file information to package information window
@ 2013-03-28  8:23 Andrei Dinu
  2013-03-28  8:23 ` [PATCH 1/6] cache_extra.py : added package information Andrei Dinu
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Andrei Dinu @ 2013-03-28  8:23 UTC (permalink / raw)
  To: bitbake-devel

Listing the files that are brought into an image
from each package.

[HOB #3925]

Andrei Dinu (6):
  cache_extra.py : added package information
  cooker.py : added variables related to cache_extra
  packageinfo.bbclass : extended functionality
  propertydialog.py : added 'Package files' functionality
  hoblistmodel.py : passing the package information to hob
  packageselectionpage.py : added information to hob

 bitbake/lib/bb/cache_extra.py                    |    3 +
 bitbake/lib/bb/cooker.py                         |    2 +
 bitbake/lib/bb/ui/crumbs/hig/propertydialog.py   |   94 +++++++++++++++++++++-
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py         |    6 +-
 bitbake/lib/bb/ui/crumbs/packageselectionpage.py |    3 +-
 meta/classes/packageinfo.bbclass                 |   21 +++++
 6 files changed, 124 insertions(+), 5 deletions(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/6] Add file information to package information window
@ 2013-03-27 10:27 Andrei Dinu
  2013-03-27 10:27 ` [PATCH 3/6] packageinfo.bbclass : extended functionality Andrei Dinu
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Dinu @ 2013-03-27 10:27 UTC (permalink / raw)
  To: bitbake-devel

Listing the files that are brought into an image
from each package.

[HOB #3925]

Andrei Dinu (6):
  cache_extra.py : added package information
  cooker.py : added variables related to cache_extra
  packageinfo.bbclass : extended functionality
  propertydialog.py : added 'Package files' functionality
  hoblistmodel.py : passing the package information to hob
  packageselectionpage.py : added information to hob

 bitbake/lib/bb/cache_extra.py                    |    3 ++
 bitbake/lib/bb/cooker.py                         |    2 +
 bitbake/lib/bb/ui/crumbs/hig/propertydialog.py   |   59 +++++++++++++++++++++-
 bitbake/lib/bb/ui/crumbs/hoblistmodel.py         |    7 ++-
 bitbake/lib/bb/ui/crumbs/packageselectionpage.py |    3 +-
 meta/classes/packageinfo.bbclass                 |   21 ++++++++
 6 files changed, 91 insertions(+), 4 deletions(-)
 mode change 100755 => 100644 bitbake/lib/bb/ui/crumbs/packageselectionpage.py

-- 
1.7.9.5




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

end of thread, other threads:[~2013-03-29 13:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28  8:23 [PATCH 0/6] Add file information to package information window Andrei Dinu
2013-03-28  8:23 ` [PATCH 1/6] cache_extra.py : added package information Andrei Dinu
2013-03-28  8:23 ` [PATCH 2/6] cooker.py : added variables related to cache_extra Andrei Dinu
2013-03-28  8:23 ` [PATCH 3/6] packageinfo.bbclass : extended functionality Andrei Dinu
2013-03-28 18:54   ` Paul Eggleton
2013-03-29 10:42     ` Richard Purdie
2013-03-29 13:35       ` Andrei Dinu
2013-03-28  8:23 ` [PATCH 4/6] propertydialog.py : added 'Package files' functionality Andrei Dinu
2013-03-28  8:23 ` [PATCH 5/6] hoblistmodel.py : passing the package information to hob Andrei Dinu
2013-03-28  8:23 ` [PATCH 6/6] packageselectionpage.py : added " Andrei Dinu
2013-03-28 18:45 ` [PATCH 0/6] Add file information to package information window Trevor Woerner
2013-03-28 18:58   ` Paul Eggleton
  -- strict thread matches above, loose matches on Subject: below --
2013-03-27 10:27 Andrei Dinu
2013-03-27 10:27 ` [PATCH 3/6] packageinfo.bbclass : extended functionality Andrei Dinu

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.