* Bitbake failure: @ 2018-03-23 7:31 pawanKumar 2018-03-23 15:50 ` Joshua Watt 0 siblings, 1 reply; 5+ messages in thread From: pawanKumar @ 2018-03-23 7:31 UTC (permalink / raw) To: yocto [-- Attachment #1: Type: text/plain, Size: 186 bytes --] Hi team, When I tried to run (bitbate -c fetchall) it is giving error as "target do_fetchall is not found for image core-image-sato". How to over come this error. Regards Pavan. [-- Attachment #2: Type: text/html, Size: 344 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bitbake failure: 2018-03-23 7:31 Bitbake failure: pawanKumar @ 2018-03-23 15:50 ` Joshua Watt 2018-03-27 9:19 ` pawanKumar 0 siblings, 1 reply; 5+ messages in thread From: Joshua Watt @ 2018-03-23 15:50 UTC (permalink / raw) To: pawanKumar, yocto [-- Attachment #1: Type: text/plain, Size: 345 bytes --] On Fri, 2018-03-23 at 07:31 +0000, pawanKumar wrote: > Hi team,When I tried to run (bitbate -c fetchall) it is giving error > as > "target do_fetchall is not found for image core-image-sato". > How to over come this error. I believe fetchall was superseded by --runall. Try: bitbake --runall fetch core-image-sato > Regards > Pavan. [-- Attachment #2: Type: text/html, Size: 842 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bitbake failure: 2018-03-23 15:50 ` Joshua Watt @ 2018-03-27 9:19 ` pawanKumar 2018-03-27 14:22 ` Joshua Watt 0 siblings, 1 reply; 5+ messages in thread From: pawanKumar @ 2018-03-27 9:19 UTC (permalink / raw) To: Joshua Watt; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 514 bytes --] Thanks for your tip. Can I use capital c in place of small c. On Fri, Mar 23, 2018, 9:20 PM Joshua Watt <jpewhacker@gmail.com> wrote: > On Fri, 2018-03-23 at 07:31 +0000, pawanKumar wrote: > > Hi team, > When I tried to run (bitbate -c fetchall) it is giving error as > "target do_fetchall is not found for image core-image-sato". > How to over come this error. > > > I believe fetchall was superseded by --runall. Try: > > bitbake --runall fetch core-image-sato > > > Regards > Pavan. > > [-- Attachment #2: Type: text/html, Size: 1216 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bitbake failure: 2018-03-27 9:19 ` pawanKumar @ 2018-03-27 14:22 ` Joshua Watt 2018-03-28 6:48 ` pawanKumar 0 siblings, 1 reply; 5+ messages in thread From: Joshua Watt @ 2018-03-27 14:22 UTC (permalink / raw) To: pawanKumar; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1264 bytes --] On Tue, 2018-03-27 at 09:19 +0000, pawanKumar wrote: > Thanks for your tip.Can I use capital c in place of small c. Not quite sure what you mean. If you are trying to do: bitbake -C fetchall core-image-sato that doesn't work anymore AFAIK. I don't think there is currently a way to do a "force invalidate" (e.g. -f) with --runall, although TBH I'm not sure if 'bitbake -C fetchall' did that anyway. Perhaps someone more familiar with the recursive dependencies can chime in. However, I recently ran into a case where having -f apply to --runall was useful, so I have a patch in my contrib tree to add support for it. If that's what you're trying to do, I'm curious what the use case is? I haven't pushed the patch to the mailing list because I'm not sure if my use is actually valid. > On Fri, Mar 23, 2018, 9:20 PM Joshua Watt <jpewhacker@gmail.com> > wrote: > > On Fri, 2018-03-23 at 07:31 +0000, pawanKumar wrote: > > > Hi team,When I tried to run (bitbate -c fetchall) it is giving > > > error as > > > "target do_fetchall is not found for image core-image-sato". > > > How to over come this error. > > > > I believe fetchall was superseded by --runall. Try: > > bitbake --runall fetch core-image-sato > > > Regards > > > Pavan. [-- Attachment #2: Type: text/html, Size: 2324 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bitbake failure: 2018-03-27 14:22 ` Joshua Watt @ 2018-03-28 6:48 ` pawanKumar 0 siblings, 0 replies; 5+ messages in thread From: pawanKumar @ 2018-03-28 6:48 UTC (permalink / raw) To: Joshua Watt; +Cc: yocto [-- Attachment #1: Type: text/plain, Size: 1512 bytes --] Thanks, I'll look into it. For yocto-2.5 M3 rc1 they have given as bitbake -c fetchall core-image-sato That means it is a failure. On Tue, Mar 27, 2018, 7:52 PM Joshua Watt <jpewhacker@gmail.com> wrote: > On Tue, 2018-03-27 at 09:19 +0000, pawanKumar wrote: > > Thanks for your tip. > Can I use capital c in place of small c. > > > Not quite sure what you mean. If you are trying to do: > > bitbake -C fetchall core-image-sato > > that doesn't work anymore AFAIK. I don't think there is currently a way to > do a "force invalidate" (e.g. -f) with --runall, although TBH I'm not sure > if 'bitbake -C fetchall' did that anyway. Perhaps someone more familiar > with the recursive dependencies can chime in. > > However, I recently ran into a case where having -f apply to --runall was > useful, so I have a patch in my contrib tree to add support for it. If > that's what you're trying to do, I'm curious what the use case is? I > haven't pushed the patch to the mailing list because I'm not sure if my use > is actually valid. > > > On Fri, Mar 23, 2018, 9:20 PM Joshua Watt <jpewhacker@gmail.com> wrote: > > On Fri, 2018-03-23 at 07:31 +0000, pawanKumar wrote: > > Hi team, > When I tried to run (bitbate -c fetchall) it is giving error as > "target do_fetchall is not found for image core-image-sato". > How to over come this error. > > > I believe fetchall was superseded by --runall. Try: > > bitbake --runall fetch core-image-sato > > > Regards > Pavan. > > [-- Attachment #2: Type: text/html, Size: 2893 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-28 6:48 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-03-23 7:31 Bitbake failure: pawanKumar 2018-03-23 15:50 ` Joshua Watt 2018-03-27 9:19 ` pawanKumar 2018-03-27 14:22 ` Joshua Watt 2018-03-28 6:48 ` pawanKumar
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.