[yocto] bitbake check out from svn

Tarek El-Sherbiny tarek.elsherbiny at gmail.com
Thu Sep 20 07:25:44 PDT 2012


Yes, I'm trying to fetch from tip. and yes I've got all the parameters
you mentioned.
The strange thing, bitbake is recognizing the Last Changed Rev: 78205 but
not doing the actual checkout!

NOTE: package web-browser-1.0+svnr*78205*-r6: task do_fetch: Started
WARNING: Failed to fetch URL
svn://svn.ad-group.adh/svn/dev_repos/Generation3_app;module=trunk;proto=http
......
.......

/bin:/opt/sh-elf/bin:/opt/insight.sh-elf/bin:/usr/local/cwSDK/cwvx/bin:/opt/arm-elf-insight/bin:/opt/android-sdk-linux_x86/platform-tools/:/home/telsherbiny/work/fsl/sources/poky/scripts:/home/telsherbiny/work/fsl/sources/poky/scripts:/home/telsherbiny/work/fsl/sources/poky/scripts:/home/telsherbiny/work/fsl/sources/poky/scripts";
/usr/bin/env svn update -r *78205* could not be run:
None
ERROR: Function failed: Fetcher failure for URL:
'svn://svn.ad-group.adh/svn/dev_repos/Generation3_app;module=trunk;proto=http'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/telsherbiny/work/fsl/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/web-browser-1.0+svnr78205-r6/temp/log.do_fetch.19552
NOTE: package web-browser-1.0+svnr*78205*-r6: task do_fetch: Failed



On Thu, Sep 20, 2012 at 3:15 PM, Cliff Brake <cliff.brake at gmail.com> wrote:

> On Thu, Sep 20, 2012 at 8:26 AM, Tarek El-Sherbiny <
> tarek.elsherbiny at gmail.com> wrote:
>
>> I'm writing a recipe to checkout files from local svn. Here is my URI:
>>
>> SRC_URI =
>> "svn://svn.ad-group.adh/svn/dev_repos/Generation3_app;module=trunk;protocol=http"
>>
>
> Are you trying to fetch from the tip of the trunk?  In this case, you may
> need something like:
>
> SRCREV = "${AUTOREV}"
> PV = "1.0+svnr${SRCPV}"
> PR = "r6"
>
> SRC_URI = "svn://<my repo>;module=monitor4;proto=https"
>
> Cliff
>
> --
> =================
> http://bec-systems.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120920/18181c9f/attachment.html>


More information about the yocto mailing list