diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:49:11 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:03 +0100 |
| commit | 25d3fe24109e0ac4ea70faf6781fc95b14d0dc1f (patch) | |
| tree | 709e454f2630cb5485bc73357dfe68c05a36519d | |
| parent | a365674bd06b7439c98252595523c74276448a30 (diff) | |
| download | poky-25d3fe24109e0ac4ea70faf6781fc95b14d0dc1f.tar.gz | |
ttyrun: upgrade 2.34.0 -> 2.35.0
Changelog:
=============
Changes of existing tools:
- cpacfstats: Add support for FULL XTS (MSA 10) and HMAC (MSA 11) PAI counter
- cpuplugd: Make cpuplugd compatible with hiperdispatch
- dbginfo.sh: Add network sockstat info
- pvapconfig: s390x exclusive build
- zdev: Add option to select IPL device
- zdump/dfo_s390: Support s390 DFO for vr-kernel dumps
- zipl: Add support of mirror devices
Bug Fixes:
- (genprotimg|zipl)/boot: discard .note.package ELF section to save memory
- netboot/mk-s390image: Fix size when argument is a symlink
- ziorep_config: Fix warning message when multipath device is not there.
- zipl: Fix problems when target parameters are specified by user
- zipl: Fix segfault when creating device-based dumps with '--dry-run'
(From OE-Core rev: ade8b2028b0fe4e56a1f05cdfec90a1ba32eab13)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/ttyrun/ttyrun_2.35.0.bb (renamed from meta/recipes-core/ttyrun/ttyrun_2.34.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.34.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb index 7fbd48c83a..c505bd7160 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.34.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.35.0.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "MIT" | |||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" |
| 10 | SRCREV = "4c922b105b4ccb85c51e7e48153d073742b88510" | 10 | SRCREV = "c2db7ce05fdc3ebd63cccbcb1edc2b606709e21f" |
| 11 | 11 | ||
| 12 | CVE_PRODUCT = "s390-tools" | 12 | CVE_PRODUCT = "s390-tools" |
| 13 | 13 | ||
