Anil,
no, this is not correct.
On Thu, Feb 27, 2014 at 8:54 AM, Anil Singhar <anil.singhar@linaro.org> wrote:
> Now when I switch between these two activities (i.e building valgrind and
> building gmp), bitbake is mixing things up as follows. Could anyone help me
> on how to get rid of this behavior. As it can be seen, when I use "bitbake
> valgrind" it is trying to pull gmp code and is failing. What should I doing
> to do a clean build? I thought bitbake take the package name and confines
> its tasks only to that package and should never look at the .bb file of
> another package, right?
bitbake <recipe>
will first build all dependencies for <recipe>, then it will build <recipe>
so, the gmp issue needs to be addressed first.
nico