Allow SRCREV handling through poky-agl.conf
[AGL/meta-agl-demo.git] / recipes-kernel / most / most.bb
index 512610a..dd676c7 100644 (file)
@@ -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.