aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/aim-v4l2/aim-v4l2.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2017-03-02 17:35:18 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-03 09:19:51 +0000
commitda22518ebd1ed573701795f22ce74a888c76f5f2 (patch)
tree8593ccb4ee12b32d5ff32d2f0c804bb5a92c53de /recipes-kernel/aim-v4l2/aim-v4l2.bb
parent3b3cb50287437e33dbab2dffeab4358097e51932 (diff)
Pin MOST related recipes for Chinook
Change-Id: I29bb59d2cb98f0a5b4409360e8b64843cc9ac5a5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-kernel/aim-v4l2/aim-v4l2.bb')
-rw-r--r--recipes-kernel/aim-v4l2/aim-v4l2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/aim-v4l2/aim-v4l2.bb b/recipes-kernel/aim-v4l2/aim-v4l2.bb
index 41dbf6db..7697ca22 100644
--- a/recipes-kernel/aim-v4l2/aim-v4l2.bb
+++ b/recipes-kernel/aim-v4l2/aim-v4l2.bb
@@ -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.