diff options
-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 | ||||
-rw-r--r-- | recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb | 1 | ||||
-rw-r--r-- | recipes-kernel/rs9113/rs9113_1.6.1.bb | 1 |
4 files changed, 4 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}" diff --git a/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb b/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb index 561d4ec..05ba21a 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb @@ -6,6 +6,7 @@ PR = "r10${KERNEL_MODULE_PACKAGE_SUFFIX}" INHIBIT_PACKAGE_STRIP = "1" BB_STRICT_CHECKSUM = "0" inherit module +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" diff --git a/recipes-kernel/rs9113/rs9113_1.6.1.bb b/recipes-kernel/rs9113/rs9113_1.6.1.bb index da4cc68..f968a4f 100644 --- a/recipes-kernel/rs9113/rs9113_1.6.1.bb +++ b/recipes-kernel/rs9113/rs9113_1.6.1.bb @@ -25,6 +25,7 @@ SRC_URI = " \ file://rs9113/wpa_supplicant \ file://rs9113-ipk/rs9113-from-src_${PV}-${PR}.0_${MACHINE}.ipk;name=binaries \ " +SRCREV = "${PV}" # AUTOREV breaks mLinux source tarballs in Thud # SRCREV = "${AUTOREV}" |