[yocto] force flag and taint logging

2015-01-27 Thread ezekiel
: .../meta/recipes-core/zlib_1.2.8.bb.do_fetch is tainted from a forced runIs there something I am missing here? It appears to be a misleading log message.-Ezekiel -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] fetch task not run after SRCREV updated

2014-10-01 Thread ezekiel
Is this the fix http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=202ae5af74f546a9788290a96b0f3c370ee047b2 -Ezekiel Message: 1 Date: Tue, 30 Sep 2014 17:26:27 -0600 From: Gary Thomas g...@mlbassoc.com To: yocto@yoctoproject.org Subject: Re: [yocto] fetch task not run after SRCREV

[yocto] fetch task not run after SRCREV updated

2014-09-30 Thread ezekiel
foobarobviously works fine. It appears to come down to the do_fetch stampfile. Is this intended functionality? It seems that if my SRCREV does not match against what was downloaded that should be invalidated and the fetch should be forced. Am I missing something?-Ezekiel

[yocto] headers only recipe

2014-05-20 Thread ezekiel
from this recipe.-Ezekiel -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] headers only recipe

2014-05-20 Thread ezekiel
brilliant, works like a charm.thanks,-Ezekiel Original Message Subject: Re: [yocto] headers only recipe From: Paul Barker p...@paulbarker.me.uk Date: Tue, May 20, 2014 3:12 pm To: ezek...@sanborndeasis.net Cc: Yocto discussion list yocto@yoctoproject.org On 20 May 2014 22:44

[yocto] devshell: what am I missing?

2014-05-14 Thread ezekiel
try to use the devshell, I dont see the ability to run the tasks 1 by 1 (ex. compile or configure).After bitbake sample -c devshellI get a shell, fine. But neither "compile" or "do_compile" is a recognized command. I can run them via the temp dir.temp/ru