From: "Mikko Rapeli" <mikko.rapeli@bmw.de>
To: <ashish.emailaddress@gmail.com>
Cc: <poky@lists.yoctoproject.org>
Subject: Re: [poky] Command to get info about packagegroup used in image ?
Date: Tue, 14 Apr 2020 07:04:43 +0000 [thread overview]
Message-ID: <20200414070442.GD104502@korppu> (raw)
In-Reply-To: <iWBy.1586512103788840584.bqxi@lists.yoctoproject.org>
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
next prev parent reply other threads:[~2020-04-14 7:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-10 9:48 Command to get info about packagegroup used in image ? Ashishx88
2020-04-14 7:04 ` Mikko Rapeli [this message]
2020-04-14 18:57 ` Ashishx88
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200414070442.GD104502@korppu \
--to=mikko.rapeli@bmw.de \
--cc=ashish.emailaddress@gmail.com \
--cc=poky@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.