[meta-freescale] Installing an svn-controlled application in yocto. SRCREV_FORMAT?

Otavio Salvador otavio at ossystems.com.br
Thu May 22 06:04:44 PDT 2014


On Wed, May 21, 2014 at 11:19 AM, Stephen Munnings
<Stephen.Munnings at nuvation.com> wrote:
> I am trying to get an svn-controlled application added to my own layer in a
> yocto build.
>
> This is a Qt5 application, and I hope to leverage all the automatic Qt5
> building stuff.
>
> The source code is installed in/from several sibling directories in an svn
> tree.
>
> I have attempted to follow the steps that I could find – the recipe is
> attached.
>
> (modified to obscure sensitive information)
>
> I am having several problems.
...
> At one point, I did get a fetch to work, but I think it was before I did the
> SRCREV = ${AUTOREV}” thing.

Use:

SRCREV_FORMAT = "foo_bar"

SRCREV_foo = "rev"
SRCREV_bar = "rev2"

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list