]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dmidecode: upgrade 3.3 -> 3.4
authorwangmy <wangmy@fujitsu.com>
Thu, 30 Jun 2022 04:19:30 +0000 (12:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2022 10:30:49 +0000 (11:30 +0100)
Changelog:
==========
  - Support for SMBIOS 3.4.0. This includes new memory device types, new
    processor upgrades, new slot types and characteristics, decoding of memory
    module extended speed, new system slot types, new processor characteristics
    and new format of Processor ID.
  - Support for SMBIOS 3.5.0. This includes new processor upgrades, BIOS
    characteristics, new slot characteristics, new on-board device types, new
    pointing device interface types, and a new record type (type 45 -
    Firmware Inventory Information).
  - Decode HPE OEM records 194, 199, 203, 236, 237, 238 ans 240.
  - Bug fixes:
    Fix OEM vendor name matching
    Fix ASCII filtering of strings
    Fix crash with option -u
  - Minor improvements:
    Skip details of uninstalled memory modules
    Don't display the raw CPU ID in quiet mode
    Improve the formatting of the manual pages

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/dmidecode/dmidecode_3.4.bb [moved from meta/recipes-devtools/dmidecode/dmidecode_3.3.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/dmidecode/dmidecode_3.3.bb
rename to meta/recipes-devtools/dmidecode/dmidecode_3.4.bb
index 23540b2703ff8380013ddf420b91a70bd9683be5..bc741046dd04b2a9ebbf2f731a2d5be0baa629b8 100644 (file)
@@ -20,5 +20,5 @@ do_install() {
        oe_runmake DESTDIR="${D}" install
 }
 
-SRC_URI[sha256sum] = "82c737a780614c38a783e8055340d295e332fb12c7f418b5d21a0797d3fb1455"
+SRC_URI[sha256sum] = "43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212"