Discussion:
[yocto] Content of a packagegroup
Mauro Ziliani
2018-12-06 14:46:16 UTC
Permalink
Hi all

There is the possibility to known which recipes are included in a
packagroup?

Toaster can be the solution or there a cli command to know which recipes
are in a packagegroup?


MZ

--
Burton, Ross
2018-12-06 16:01:57 UTC
Permalink
Post by Mauro Ziliani
There is the possibility to known which recipes are included in a
packagroup?
Toaster can be the solution or there a cli command to know which recipes
are in a packagegroup?
No idea about Toaster but assuming you've built the packagegroup then
you can just ask pkgdata:

$ oe-pkgdata-util read-value RDEPENDS packagegroup-core-boot
base-files base-passwd busybox busybox-hwclock init-ifupdown
initscripts intel-microcode kernel keymaps [...]

Ross
--

Loading...