diff options
author | Mike Nicholson <mike.nicholson@multitech.com> | 2019-01-11 12:13:33 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | d97345233f29526c305cc996852c9e66c9917326 (patch) | |
tree | a4d45a0c29c47f79499bd0e5402ea568ec5348a7 /recipes-bsp | |
parent | 0fc54985c7ee0839ad821cd3a38c8730ffa1fd79 (diff) | |
download | meta-multitech-d97345233f29526c305cc996852c9e66c9917326.tar.gz meta-multitech-d97345233f29526c305cc996852c9e66c9917326.tar.bz2 meta-multitech-d97345233f29526c305cc996852c9e66c9917326.zip |
Pull from Gitlab on Linux4 branch
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.1.1.bb | 4 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.0.bb | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.1.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.1.bb index 4fc404d..68075c9 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.1.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.1.bb @@ -8,12 +8,12 @@ DEPENDS = "virtual/kernel mtac mts-io" RDEPENDS_${PN} = "kernel-module-mtac" INC_PR = "r0" -SRCREV = "${PV}" +SRCREV = "${AUTOREV}" PR = "${INC_PR}.0-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" SRC_URI = " \ - git://git.multitech.net/mtac-gpiob.git;protocol=git \ + git://git@gitlab.multitech.net/mirrors/mtac-gpiob.git;protocol=ssh \ " S = "${WORKDIR}/git" diff --git a/recipes-bsp/multitech/mtac_4.0.0.bb b/recipes-bsp/multitech/mtac_4.0.0.bb index a617572..33001c2 100644 --- a/recipes-bsp/multitech/mtac_4.0.0.bb +++ b/recipes-bsp/multitech/mtac_4.0.0.bb @@ -7,7 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "virtual/kernel mts-io" INC_PR = "r0" -SRCREV = "${PV}" +# SRCREV = "${PV}" +SRCREV = "${AUTOREV}" PR = "${INC_PR}.0-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" |