Anil,

On Thu, Feb 27, 2014 at 8:54 AM, Anil Singhar <anil.sing...@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?

no, this is not correct.

bitbake <recipe>

will first build all dependencies for <recipe>, then it will build <recipe>

so, the gmp issue needs to be addressed first.

nico

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to