diff options
author | John Klug <john.klug@multitech.com> | 2021-01-05 18:51:27 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-05 18:55:04 -0600 |
commit | 06e9a54038b52788c5c7921ad798ad3519efcadc (patch) | |
tree | 3d786b17d1852fb8ca62561e0064363844f7baa8 /recipes-bsp | |
parent | a80b3fd2340eebbf8a1a84e1b721258e1afab055 (diff) | |
download | meta-multitech-atmel-06e9a54038b52788c5c7921ad798ad3519efcadc.tar.gz meta-multitech-atmel-06e9a54038b52788c5c7921ad798ad3519efcadc.tar.bz2 meta-multitech-atmel-06e9a54038b52788c5c7921ad798ad3519efcadc.zip |
SRCREV must be set to PV for mtac cards and rs91135.3.0d
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/multitech/mtac-gpiob_1.1.2.bb | 1 | ||||
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.3.bb | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb index 6a26136..d78a4fa 100644 --- a/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb +++ b/recipes-bsp/multitech/mtac-gpiob_1.1.2.bb @@ -8,6 +8,7 @@ do_fetch[depends]+="virtual/kernel:do_shared_workdir" DEPENDS = "virtual/kernel mtac mts-io" RDEPENDS_${PN} = "kernel-module-mtac" INC_PR = "r0" +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" diff --git a/recipes-bsp/multitech/mtac_4.0.3.bb b/recipes-bsp/multitech/mtac_4.0.3.bb index ea82cb2..9fbbfb2 100644 --- a/recipes-bsp/multitech/mtac_4.0.3.bb +++ b/recipes-bsp/multitech/mtac_4.0.3.bb @@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" do_fetch[depends]+="virtual/kernel:do_shared_workdir" DEPENDS = "virtual/kernel mts-io" INC_PR = "r0" - -# SRCREV = "${PV}" +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" |