From: Randy MacLeod <[email protected]> >From NEWS: Version 3.7 (Thu Dec 18 2025) - [COMPATIBILITY] Use binary unit prefixes. - [COMPATIBILITY] Rename BIOS to Firmware. - [PORTABILITY] Improve variable declarations. - [PORTABILITY] Stop open-coding the u64 type. - [PORTABILITY] Use unaligned memory accesses unconditionally. - [PORTABILITY] No longer build with -Winline. - Support for SMBIOS 3.8.0. This includes a new processor family. - Support for SMBIOS 3.9.0. This includes chassis type name adjustments, new rack attributes, slot ID for more slot types, and new memory device form factors and types. - Decode HPE OEM records 193, 195, 202, 211, 226, 229, 232 and 244. - Update HPE OEM records 203, 216, 242 and 245. - EDSFF slot names now include their .S/.L suffix.
Tested on qemux86/kvm: root@qemux86-64:~# dmidecode # dmidecode 3.7 Getting SMBIOS data from sysfs. SMBIOS 2.8 present. 9 structures occupying 401 bytes. Table at 0x000F52B0. ... Signed-off-by: Randy MacLeod <[email protected]> --- .../dmidecode/{dmidecode_3.6.bb => dmidecode_3.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dmidecode/{dmidecode_3.6.bb => dmidecode_3.7.bb} (89%) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.7.bb similarity index 89% rename from meta/recipes-devtools/dmidecode/dmidecode_3.6.bb rename to meta/recipes-devtools/dmidecode/dmidecode_3.7.bb index e5b4e27687..93c3678d9a 100644 --- a/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb +++ b/meta/recipes-devtools/dmidecode/dmidecode_3.7.bb @@ -18,4 +18,4 @@ do_install() { install } -SRC_URI[sha256sum] = "e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae" +SRC_URI[sha256sum] = "2c3aed12c85a1e6a9410d406d5e417c455466dc1bc7c89278bb32cf7cad91e8a" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228242): https://lists.openembedded.org/g/openembedded-core/message/228242 Mute This Topic: https://lists.openembedded.org/mt/116863835/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
