diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-26 13:49:12 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-26 13:49:12 +0200 |
commit | 49f56fa1c73e2b207dd9cfc8e6320e7098ffb08e (patch) | |
tree | 4f6fafaf5c7ac8d0f6328dfd35afe175562f1d83 /recipes-kernel | |
parent | 6408944431013997ea8c71043ec77da50440571b (diff) |
Pin recipes for DD rc2
Change-Id: I8a912b288ad3eaf955c5a775b1d41a0ad5159521
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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. |