[yocto] [meta-raspberrypi][PATCH 2/2] userland: Add SRCBRANCH and SRCFORK for use by SRC_URI

Andrei Gherzan andrei at gherzan.ro
Tue Jun 10 11:23:23 PDT 2014


On Mon, Jun 2, 2014 at 1:58 PM, Alex J Lennon <ajlennon at dynamicdevices.co.uk
> wrote:

> Makes it clearer to manage repo forks, and branches prior to (e.g.)
> upstream commits of in tree changes
>
> Change-Id: I42f8af975c08f84c4ceb9910713eba2da3a87d8b
> Signed-off-by: Alex J Lennon <ajlennon at dynamicdevices.co.uk>
> ---
>  recipes-graphics/userland/userland_git.bb | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-graphics/userland/userland_git.bb
> b/recipes-graphics/userland/userland_git.bb
> index 4b405ee..7fb7ebb 100644
> --- a/recipes-graphics/userland/userland_git.bb
> +++ b/recipes-graphics/userland/userland_git.bb
> @@ -11,8 +11,11 @@ PROVIDES = "virtual/libgles2 \
>              virtual/egl"
>  COMPATIBLE_MACHINE = "raspberrypi"
>
> +SRCBRANCH = "master"
> +SRCFORK = "raspberrypi"
>  SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0"
> -SRC_URI = "git://
> github.com/raspberrypi/userland.git;protocol=git;branch=master \
> +
> +SRC_URI = "git://
> github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \
>            "
>  S = "${WORKDIR}/git"
>
> --
> 2.0.0
>
>
Thanks Alex. Merged.

-- 
*Andrei Gherzan*
m: +40.744.478.414 |  f: +40.31.816.28.12
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140610/3484226c/attachment.html>


More information about the yocto mailing list