summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/most/most.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/most/most.bb')
-rw-r--r--recipes-kernel/most/most.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/most/most.bb b/recipes-kernel/most/most.bb
index 512610af..dd676c73 100644
--- a/recipes-kernel/most/most.bb
+++ b/recipes-kernel/most/most.bb
@@ -6,12 +6,12 @@ inherit module
PV = "0.1"
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=${AGL_BRANCH}"
SRC_URI_append_porter = " file://0001-aim-network-3.10.31-ltsi-backport.patch \
file://0001-aim-sound-3.10.31-ltsi-backport.patch \
"
S = "${WORKDIR}/git/driver"
-SRCREV = "${AUTOREV}"
+SRCREV = "${AGL_DEFAULT_REVISION}"
# The inherit of module.bbclass will automatically name module packages with
# "kernel-module-" prefix as required by the oe-core build environment.