On 21 September 2014 08:35, Carlos Rafael Giani <d...@pseudoterminal.org> wrote:
> is there a reason why the waf bbclass does not call "./waf distclean" in a
> do_clean() function?
> As a result, the out-of-tree build directory is around even after performing
> a bitbake -c clean or bitbake -c cleansstate call.

It sounds like your recipe is doing out of tree builds wrong, because
waf.bbclass doesn't support them.

There's a variable for "build tree", and it's $B, and $B is wiped on
clean.    autotools.bbclass and cmake.bbclass use $B for the location
of out-of-tree builds, and waf.bbclass should respect it too.

As you use waf and out-of-tree builds, would you be able to fix the class?

Ross
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to