[yocto] bitbake check out from svn

Cliff Brake cliff.brake at gmail.com
Thu Sep 20 07:15:58 PDT 2012


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/51f5d13b/attachment.html>


More information about the yocto mailing list