]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
dmidecode: Upgrade 3.6 -> 3.7
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Fri, 19 Dec 2025 17:54:27 +0000 (12:54 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2025 12:02:50 +0000 (12:02 +0000)
>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 <Randy.MacLeod@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dmidecode/dmidecode_3.7.bb [moved from meta/recipes-devtools/dmidecode/dmidecode_3.6.bb with 89% similarity]

similarity index 89%
rename from meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
rename to meta/recipes-devtools/dmidecode/dmidecode_3.7.bb
index e5b4e2768714f4cfc3460fb96cf7fcbebe990a42..93c3678d9a1376ab2e51d6ea45a7ae180a4d0758 100644 (file)
@@ -18,4 +18,4 @@ do_install() {
         install
 }
 
-SRC_URI[sha256sum] = "e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae"
+SRC_URI[sha256sum] = "2c3aed12c85a1e6a9410d406d5e417c455466dc1bc7c89278bb32cf7cad91e8a"