From d966f402c9e5c3672035f3b27a380f8bc9dfe246 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 5 Jan 2021 17:37:33 -0600 Subject: AUTOREV breaks mLinux source tarball in Thud (uses git) mtac* drivers moved to meta-multitech. --- recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb | 3 ++- recipes-kernel/rs9113/rs9113_1.6.1.bb | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'recipes-kernel/rs9113') 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 2022d88..561d4ec 100644 --- a/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb +++ b/recipes-kernel/rs9113/rs9113-from-src_1.6.1.bb @@ -7,7 +7,8 @@ INHIBIT_PACKAGE_STRIP = "1" BB_STRICT_CHECKSUM = "0" inherit module -SRCREV = "${AUTOREV}" +# AUTOREV breaks mLinux source tarballs in Thud +# SRCREV = "${AUTOREV}" SRCREV_FORMAT = "machine" SRC_URI = " \ diff --git a/recipes-kernel/rs9113/rs9113_1.6.1.bb b/recipes-kernel/rs9113/rs9113_1.6.1.bb index cc7f2ef..da4cc68 100644 --- a/recipes-kernel/rs9113/rs9113_1.6.1.bb +++ b/recipes-kernel/rs9113/rs9113_1.6.1.bb @@ -25,7 +25,10 @@ SRC_URI = " \ file://rs9113/wpa_supplicant \ file://rs9113-ipk/rs9113-from-src_${PV}-${PR}.0_${MACHINE}.ipk;name=binaries \ " -SRCREV = "${AUTOREV}" + +# AUTOREV breaks mLinux source tarballs in Thud +# SRCREV = "${AUTOREV}" + # For some reason the md5sum and sha256sum are ignored SRC_URI[binaries.md5sum] = "7c0f7badf5a2a3b3dacc790ff0a9ce55" SRC_URI[binaries.sha256sum] = "2780d417295999724ada4a08e6a196aaca55324af24b404e0f9b2f2ea7d4d830" -- cgit v1.2.3