From: Gary Thomas <gary@mlbassoc.com>
To: Saul Wold <sgw@linux.intel.com>, Yocto Project <yocto@yoctoproject.org>
Subject: Re: Is the build system SCM sensitive?
Date: Mon, 27 Oct 2014 13:40:03 -0600 [thread overview]
Message-ID: <544E9F93.1050808@mlbassoc.com> (raw)
In-Reply-To: <544E890A.5000402@linux.intel.com>
On 2014-10-27 12:03, Saul Wold wrote:
> On 10/27/2014 09:50 AM, Gary Thomas wrote:
>> I had a complete build (details probably don't matter) using
>> Poky master. I'm working on a fix to one of the core recipes,
>> so I made a local branch:
>> % git checkout -b fix-python-pygtk master
>> I made a single line change in the recipe (removing a line from
>> the do_install step). When I then rebuilt the recipe, to my
>> surprise, there were more than 450 tasks (73 unique recipes)
>> executed :-(
>>
>> How does this make any sense? unless the build system cares
>> that I changed the branch?
>>
>> n.b. I'm happy to provide more details if necessary. Also, I
>> did this twice in two different build trees and saw the same
>> strangeness.
>>
> I think so additional info might be needed here, I am guessing that you are changing pygtk and somehow that is changing some dependency, you might try using bitbake-diffsigs
> between the 2 versions.
I think I know what triggered this - a recent change in bitbake.conf
redefined BUILD_CPP (and others). I had merged this change some six
hours before my strange build and had been building many other recipes
(also python with a similar set of dependencies) a number of times
before I touched the python-pygtk recipe. Some dependency in that
recipe set off the rebuild storm that my other recipes had not.
So the large number of recipe rebuilds was [probably] warranted, but
very unexpected given what I had been doing just prior.
Sorry for the noise. Next time I'll try and remember bitbake-diffsigs
and figure things out on my own.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-10-27 19:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-27 16:50 Is the build system SCM sensitive? Gary Thomas
2014-10-27 18:03 ` Saul Wold
2014-10-27 19:40 ` Gary Thomas [this message]
2014-10-27 20:07 ` Burton, Ross
2014-10-27 22:26 ` Gary Thomas
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=544E9F93.1050808@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=sgw@linux.intel.com \
--cc=yocto@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.