[Openembedded-users] Local builds using SRC_URI = "file:..."
Anatoly Shipitsin
norguhtar at gmail.com
Thu Aug 19 09:05:26 UTC 2010
On Thu, Aug 19, 2010 at 14:48, Arigead <captain.deadly at gmail.com> wrote:
> Anatoly Shipitsin wrote:
> >
> >
> > On Thu, Aug 19, 2010 at 13:20, Arigead <captain.deadly at gmail.com
> > <mailto:captain.deadly at gmail.com>> wrote:
> >
> >
> > So as I say I misunderstand the workings of the SRC_URI file so I
> wonder
> > could anybody explain to me how this should be working?
> >
> >
> > http://bitbake.berlios.de/manual/ch03s02.html
> >
> >
>
> Yes I have that and I have specified the correct Source Directory but
> I'm wondering about the actual operation of the build process.
You don't understand. Bitbake allways search file relatve. If you set
absoulte path its not work.
For fix this add to local.conf
FILESPATH =. "/home/john/programming/openmoko/shr/shr-unstable/local:"
And next modify
SRC_URI
= "file:///home/john/programming/openmoko/shr/shr-unstable/local/libphone-ui-shr"
to
SRC_URI = "file://libphone-ui-shr"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-users/attachments/20100819/fd38ceb0/attachment-0002.html>
More information about the Openembedded-users
mailing list