Pin MOST related recipes for Chinook
[AGL/meta-agl-demo.git] / recipes-kernel / hdm-i2c / hdm-i2c.bb
index e1e93ee..b2c2b13 100644 (file)
@@ -11,6 +11,10 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https"
 S = "${WORKDIR}/git/driver/${PN}"
 SRCREV = "${AUTOREV}"
 
+# Pinned branch/SRCREV for Charming Chinook
+SRC_URI_chinook = "git://gerrit.automotivelinux.org/gerrit/src/most;protocol=https;branch=chinook"
+SRCREV_chinook = "61ddb0d8f200af2da56f0922ffabfa7c5627ad15"
+
 # The inherit of module.bbclass will automatically name module packages with
 # "kernel-module-" prefix as required by the oe-core build environment.