diff options
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/most/most.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/most/most.bb b/recipes-kernel/most/most.bb index 512610af9..62e851af1 100644 --- a/recipes-kernel/most/most.bb +++ b/recipes-kernel/most/most.bb @@ -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=dab" 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 = "c52aecbce20ccc47ee91a9bd33cf413772b3487a" # The inherit of module.bbclass will automatically name module packages with # "kernel-module-" prefix as required by the oe-core build environment. |