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"