recipes-kernel: most: use AGL_BRANCH variable 87/11787/1
authorChristian Gromm <christian.gromm@microchip.com>
Thu, 9 Nov 2017 17:06:45 +0000 (18:06 +0100)
committerChristian Gromm <christian.gromm@microchip.com>
Thu, 9 Nov 2017 17:06:45 +0000 (18:06 +0100)
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>
recipes-kernel/most/most.bb

index cbf969b..55e73f6 100644 (file)
@@ -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"