User Tools

Site Tools


oe-pkgdata-util

Overview

Cool features of oe-pkgdata-util utility; works only on built content, and based on contents of tmp/pkgdata/<arch>/.

See also oe-pkgdata-browser.

list-pkgs

List all packages.

$ oe-pkgdata-util list-pkgs
acl
acl-dbg
acl-dev
acl-doc
acl-locale-de
acl-locale-en+boldquot
acl-locale-en+quot
acl-locale-es
acl-locale-fr
acl-locale-gl
acl-locale-pl
acl-locale-sv
acl-ptest
acl-src
attr
attr-dbg
attr-dev
attr-doc
... snip ...
busybox
busybox-dbg
busybox-dev
busybox-hwclock
busybox-ptest
busybox-src
busybox-syslog
busybox-udhcpc
busybox-udhcpd
... more snip ...

list-pkg-files

List files in a given package.

$ oe-pkgdata-util list-pkg-files busybox
busybox:
	/bin/busybox
	/bin/busybox.nosuid
	/bin/busybox.suid
	/bin/sh
	/etc/busybox.links.nosuid
	/etc/busybox.links.suid
$
$ oe-pkgdata-util list-pkg-files busybox-syslog
busybox-syslog:
	/etc/init.d/syslog
	/etc/syslog-startup.conf
	/etc/syslog.conf
$

lookup-recipe

Display underlying recipe for a given package.

$ oe-pkgdata-util lookup-recipe busybox
busybox
$
$ oe-pkgdata-util lookup-recipe busybox-syslog
busybox
$

read-value

Display the value for a given package.

$ oe-pkgdata-util read-value SUMMARY busybox
Tiny versions of many common UNIX utilities in a single small executable
$
oe-pkgdata-util.txt · Last modified: 2020/03/27 14:07 by rpjday