[OE-core] [PATCH] scripts: add pkgdataui

Peter Kjellerstedt peter.kjellerstedt at axis.com
Mon Dec 30 01:16:37 UTC 2019


> -----Original Message-----
> From: openembedded-core-bounces at lists.openembedded.org <openembedded-core-
> bounces at lists.openembedded.org> On Behalf Of Ross Burton
> Sent: den 10 december 2019 13:08
> To: openembedded-core at lists.openembedded.org
> Subject: [OE-core] [PATCH] scripts: add pkgdataui
> 
> pkgdataui is a Python 3/GObject Introspection/GTK+ 3 tool to browse the pkgdata

Would it make sense to rename it to oe-pkgdata-browser (based on the title it 
gives itself, and the existing oe-pkgadata-util tool)?

> database at your leisure.  By being graphical it is easier to explore and can
> follow links between packages.
> 
> This is very much a work in progress, so be gentle and patches are welcome.

I get the following errors when I run it (though the GUI comes up and seems 
to work):

libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast

> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  scripts/pkgdataui.glade | 335 ++++++++++++++++++++++++++++++++++++++++

Can the .glade file be put somewhere else than in the scripts directory? 
Because as it is now, it shows up when using tab completion (with zsh).

>  scripts/pkgdataui.py    | 241 +++++++++++++++++++++++++++++
>  2 files changed, 576 insertions(+)
>  create mode 100644 scripts/pkgdataui.glade
>  create mode 100755 scripts/pkgdataui.py

//Peter



More information about the Openembedded-core mailing list