diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/most/most.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/most/most.bb b/recipes-kernel/most/most.bb index cbf969b84..55e73f679 100644 --- a/recipes-kernel/most/most.bb +++ b/recipes-kernel/most/most.bb @@ -6,7 +6,7 @@ inherit module PV = "0.1" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=master" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=${AGL_BRANCH}" S = "${WORKDIR}/git/driver" SRCREV = "794e6dc552e626eb6dd506baf941873414d9ef73" |