From: Christian Gromm Date: Thu, 9 Nov 2017 17:06:45 +0000 (+0100) Subject: recipes-kernel: most: use AGL_BRANCH variable X-Git-Tag: 4.99.3~25 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=6ceed84a63d1e1e13d4dcd9ca36adc246bc87e25 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 --- 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"