aboutsummaryrefslogtreecommitdiffstats
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
parent3b3cb50287437e33dbab2dffeab4358097e51932 (diff)
Pin MOST related recipes for Chinook
Change-Id: I29bb59d2cb98f0a5b4409360e8b64843cc9ac5a5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-kernel/aim-cdev/aim-cdev.bb4
-rw-r--r--recipes-kernel/aim-network/aim-network.bb4
-rw-r--r--recipes-kernel/aim-sound/aim-sound.bb4
-rw-r--r--recipes-kernel/aim-v4l2/aim-v4l2.bb4
-rw-r--r--recipes-kernel/hdm-dim2/hdm-dim2.bb4
-rw-r--r--recipes-kernel/hdm-i2c/hdm-i2c.bb4
-rw-r--r--recipes-kernel/hdm-usb/hdm-usb.bb4
-rw-r--r--recipes-kernel/mostcore/mostcore.bb4
8 files changed, 32 insertions, 0 deletions
diff --git a/recipes-kernel/aim-cdev/aim-cdev.bb b/recipes-kernel/aim-cdev/aim-cdev.bb
index 09c24ce7..a57bb4fd 100644
--- a/recipes-kernel/aim-cdev/aim-cdev.bb
+++ b/recipes-kernel/aim-cdev/aim-cdev.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.
diff --git a/recipes-kernel/aim-network/aim-network.bb b/recipes-kernel/aim-network/aim-network.bb
index b731f935..3365da39 100644
--- a/recipes-kernel/aim-network/aim-network.bb
+++ b/recipes-kernel/aim-network/aim-network.bb
@@ -12,6 +12,10 @@ SRC_URI_append_porter = " file://0001-aim-network-backport-patch-for-3.10.31-lts
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.
diff --git a/recipes-kernel/aim-sound/aim-sound.bb b/recipes-kernel/aim-sound/aim-sound.bb
index ae8d7d8b..e11c92eb 100644
--- a/recipes-kernel/aim-sound/aim-sound.bb
+++ b/recipes-kernel/aim-sound/aim-sound.bb
@@ -12,6 +12,10 @@ SRC_URI_append_porter = " file://0001-aim-sound-3.10.31-ltsi-backport.patch"
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.
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.
diff --git a/recipes-kernel/hdm-dim2/hdm-dim2.bb b/recipes-kernel/hdm-dim2/hdm-dim2.bb
index 6e156f1b..caa6af80 100644
--- a/recipes-kernel/hdm-dim2/hdm-dim2.bb
+++ b/recipes-kernel/hdm-dim2/hdm-dim2.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.
diff --git a/recipes-kernel/hdm-i2c/hdm-i2c.bb b/recipes-kernel/hdm-i2c/hdm-i2c.bb
index e1e93ee0..b2c2b13a 100644
--- a/recipes-kernel/hdm-i2c/hdm-i2c.bb
+++ b/recipes-kernel/hdm-i2c/hdm-i2c.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.
diff --git a/recipes-kernel/hdm-usb/hdm-usb.bb b/recipes-kernel/hdm-usb/hdm-usb.bb
index 4c1ef8a6..d0d477ab 100644
--- a/recipes-kernel/hdm-usb/hdm-usb.bb
+++ b/recipes-kernel/hdm-usb/hdm-usb.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.
diff --git a/recipes-kernel/mostcore/mostcore.bb b/recipes-kernel/mostcore/mostcore.bb
index 35865ce4..5654c311 100644
--- a/recipes-kernel/mostcore/mostcore.bb
+++ b/recipes-kernel/mostcore/mostcore.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.