On Sun, 7 Sep 2014, Jonas Gorski wrote:

> On Sun, Sep 7, 2014 at 8:06 PM, Robert P. J. Day <[email protected]> 
> wrote:
> >
> >   does openwrt have a make target equivalent to OE's "bitbake -c
> > fetch" so that i can force a fetch/download of all necessary source
> > without kicking off the actual build?
>
> "make download", although it might not catch everything; a few
> packages download stuff during the build using different mechanisms.

  hmmm ... did that, lots of downloading, and then:

 ... snip ...
 make[2] -C feeds/packages/lang/lua-bencode download
make package/download: build failed. Please re-run make with V=s to
see what's going on
/home/rpjday/openwrt/git/include/toplevel.mk:149: recipe for target
'download' failed
make: *** [download] Error 1
$

  so following the advice, i ran:

$ make V=s download

... snip ...
Checking out files from the hg repository...
bash: hg: command not found
... snip ...

so that would explain it, but was there no earlier checking that would
have been done to detect that mercurial hadn't been installed on this
system? anyway, easy enough to fix. onward ...

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to