* Command to get info about packagegroup used in image ?
@ 2020-04-10 9:48 Ashishx88
2020-04-14 7:04 ` [poky] " Mikko Rapeli
0 siblings, 1 reply; 3+ messages in thread
From: Ashishx88 @ 2020-04-10 9:48 UTC (permalink / raw)
To: poky
[-- Attachment #1: Type: text/plain, Size: 492 bytes --]
Hi All ,
Is there any command or way to track the packagegroup being used in any image ?
Scenario:
Say we have an IMAGE which makes use of packagegroup-core-"X" & this internally uses packagegroup-core-"Y" which adds package-1,package2 etc to image.
Is there any command or mechanism by which we can know this info without manually going through each packagegroup-core-FILE
Idea is to know which package the packagegroup-core-FILE will add to image .
Thanks
Ashish
[-- Attachment #2: Type: text/html, Size: 610 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [poky] Command to get info about packagegroup used in image ?
2020-04-10 9:48 Command to get info about packagegroup used in image ? Ashishx88
@ 2020-04-14 7:04 ` Mikko Rapeli
2020-04-14 18:57 ` Ashishx88
0 siblings, 1 reply; 3+ messages in thread
From: Mikko Rapeli @ 2020-04-14 7:04 UTC (permalink / raw)
To: ashish.emailaddress; +Cc: poky
Hi,
On Fri, Apr 10, 2020 at 02:48:23AM -0700, Ashishx88 wrote:
> Is there any command or way to track the packagegroup being used in any image ?
>
> Scenario:
> Say we have an IMAGE which makes use of packagegroup-core-"X" & this internally uses packagegroup-core-"Y" which adds package-1,package2 etc to image.
> Is there any command or mechanism by which we can know this info without manually going through each packagegroup-core-FILE
>
> Idea is to know which package the packagegroup-core-FILE will add to image .
I use buildhistory for this. Add to local.conf:
INHERIT += "buildhistory"
BUILDHISTORY_COMMIT = "1"
build the image and check the output in buildhistory/images/*
You can also see the RDEPENDS of every packagegroup in buildhistory/packages/*.
Hope this helps,
-Mikko
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Command to get info about packagegroup used in image ?
2020-04-14 7:04 ` [poky] " Mikko Rapeli
@ 2020-04-14 18:57 ` Ashishx88
0 siblings, 0 replies; 3+ messages in thread
From: Ashishx88 @ 2020-04-14 18:57 UTC (permalink / raw)
To: poky
[-- Attachment #1: Type: text/plain, Size: 42 bytes --]
Thanks Mikko.
Will try the suggestion
[-- Attachment #2: Type: text/html, Size: 56 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-14 18:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-10 9:48 Command to get info about packagegroup used in image ? Ashishx88
2020-04-14 7:04 ` [poky] " Mikko Rapeli
2020-04-14 18:57 ` Ashishx88
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.