diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-10 11:26:40 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-10 08:31:05 -0700 |
commit | a638a265091b025fe14d3e77004f2ccfcb941c78 (patch) | |
tree | 8939ceb5d86610143c5e907194afb9dfa9ae6bf3 | |
parent | bb4104013789342fe13bd6ecac5645a96217417b (diff) | |
download | meta-openembedded-a638a265091b025fe14d3e77004f2ccfcb941c78.tar.gz |
memtester: Upgrade 4.6.0 -> 4.7.1
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 <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-benchmark/memtester/memtester_4.7.1.bb (renamed from meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/memtester/memtester_4.6.0.bb b/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" | |||
8 | SRC_URI = "http://pyropus.ca/software/memtester/old-versions/${BP}.tar.gz \ | 8 | SRC_URI = "http://pyropus.ca/software/memtester/old-versions/${BP}.tar.gz \ |
9 | file://Makefile.patch \ | 9 | file://Makefile.patch \ |
10 | " | 10 | " |
11 | SRC_URI[sha256sum] = "c9fe4eb7e80c8cef5202f9065c4c0682f5616647c0455e916a5700f98e3dbb2e" | 11 | SRC_URI[sha256sum] = "e427de663f7bd22d1ebee8af12506a852c010bd4fcbca1e0e6b02972d298b5bb" |
12 | 12 | ||
13 | do_compile () { | 13 | do_compile () { |
14 | echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc | 14 | echo '${CC} ${CFLAGS} -DPOSIX -c' > conf-cc |