From 6ceed84a63d1e1e13d4dcd9ca36adc246bc87e25 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Thu, 9 Nov 2017 18:06:45 +0100 Subject: [PATCH] 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 --- recipes-kernel/most/most.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.16.6