diff options
Diffstat (limited to 'recipes-kernel/hdm-dim2')
-rw-r--r-- | recipes-kernel/hdm-dim2/hdm-dim2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/hdm-dim2/hdm-dim2.bb b/recipes-kernel/hdm-dim2/hdm-dim2.bb index 6e156f1b9..caa6af804 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. |