From a638a265091b025fe14d3e77004f2ccfcb941c78 Mon Sep 17 00:00:00 2001 From: "mark.yang" Date: Thu, 10 Apr 2025 11:26:40 +0900 Subject: [PATCH] memtester: Upgrade 4.6.0 -> 4.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade to release 4.7.1: - Change log: https://pyropus.ca./software/memtester/CHANGELOG Version 4.7.1 16 December 2024 -fix compile error with stricter C23/gcc-15 due to incompatible type declaration. Thanks: Rudi Heitbaum. Version 4.7.0 28 November 2024 -fix alignment issue causing crash when specifying a memory amount to test that is more than the minimum 1 page of memory, but less than 2 full pages. Thanks: Erwan Szymanski. Also reported by Chenghan Lee and K R Pallavi. -add `-u` option to allow uncached memory semantics on some systems when using the -p option. Thanks: Florian Fainelli. -fix manpage highlighting of args. Thanks: László Böszörményi. -add missing option documentation to man page. Signed-off-by: mark.yang Signed-off-by: Khem Raj --- .../memtester/{memtester_4.6.0.bb => memtester_4.7.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/memtester/{memtester_4.6.0.bb => memtester_4.7.1.bb} (88%) diff --git a/meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb b/meta-oe/recipes-benchmark/memtester/memtester_4.7.1.bb similarity index 88% rename from meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb rename to meta-oe/recipes-benchmark/memtester/memtester_4.7.1.bb index 42cee1108d..fd6713ea9f 100644 --- a/meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb +++ b/meta-oe/recipes-benchmark/memtester/memtester_4.7.1.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SRC_URI = "http://pyropus.ca/software/memtester/old-versions/${BP}.tar.gz \ file://Makefile.patch \ " -SRC_URI[sha256sum] = "c9fe4eb7e80c8cef5202f9065c4c0682f5616647c0455e916a5700f98e3dbb2e" +SRC_URI[sha256sum] = "e427de663f7bd22d1ebee8af12506a852c010bd4fcbca1e0e6b02972d298b5bb" do_compile () { echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc