diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2017-11-09 18:06:45 +0100 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2017-11-09 18:06:45 +0100 |
commit | 6ceed84a63d1e1e13d4dcd9ca36adc246bc87e25 (patch) | |
tree | 60332fecd75611ff53420247bb6c64a0d12a3282 /recipes-kernel/most/most.bb | |
parent | 3386278db196969e6b4c77b7d06e6d7dd1ed044c (diff) |
recipes-kernel: most: use AGL_BRANCH variable
This patch makes use of the variable AGL_BRANCH to specify the
branch from which the sources are going to be fetched.
Change-Id: I32b99590717a5ef23f7d8e2ba493945626c9a823
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Diffstat (limited to 'recipes-kernel/most/most.bb')
-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" |