[OE-core] what's the easiest way to see the difference some local configuration makes?

Robert P. J. Day rpjday at crashcourse.ca
Sat Jul 7 16:13:46 UTC 2012


On Sat, 7 Jul 2012, Saul Wold wrote:

> On 07/07/2012 08:43 AM, Robert P. J. Day wrote:
> >
> >    i recall that there's a current request to be able to list the
> > packages and versions that relate *just* to the current target and
> > machine, so i'm looking for any other way to do this so students can
> > see the difference for themselves.
> >
> >    for example, i'm starting with a configuration of "qemuarm", and i
> > can do a fetchall:
> >
> > $ bitbake -c fetchall core-image-minimal
> >
> > and let that run.  so far, so good -- i've now fetched everything
> > required for this target.  if i repeat that command, obviously,
> > nothing should change, and it doesn't.  (i don't even have to build
> > the target, i'm just doing fetching for now.)
> >
> >    now let's say i add to my local.conf:
> >
> > IMAGE_INSTALL_append = " strace"
> >
> > i suspect there's an easier way to see this, but if i want to *prove*
> > that the strace recipe would be part of the build, i can do:
> >
> > $ bitbake -c fetchall -n core-image-minimal     [dry run]
> >
> Have you tried bitbake -e which prints out all the variables and python
> functions, you can then grep for ^IMAGE_INSTALL or what ever you expect to
> affect by your change
>
> Sau!

   oh, that's already on my list, i was just trying to dig up
clever(?) ways to show *only* what would change.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list