diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-19 18:16:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-23 08:46:00 +0000 |
commit | b2b15c137332c7fee83924060afbe4e0e41e3710 (patch) | |
tree | fbc43225ef33b1a41a4605afd40f14e96dd43818 /meta/recipes-core/ttyrun | |
parent | cde69036a4957e6a552290d921a28bd53ac19248 (diff) | |
download | poky-b2b15c137332c7fee83924060afbe4e0e41e3710.tar.gz |
ttyrun: upgrade 2.29.0 -> 2.30.0
Changelog:
===========
- lspai: Tool to display PAI counter sets
- s390-tools: Provide a ShellCheck configuration
- cpumf/pai: Add command line option for realtime scheduling
- dbginfo.sh: enhance ethtool collection for ROCE
- libutil/util_lockfile: add routine to return owning pid of file lock
- lszcrypt: Improve lszcrypt output on SE guests
- rust: Use a single workspace for all rust tools
- zdev: limit the derivation of ZDEV_SITE_ID
- zdump/df_s390: Update 'zgetdump -i' output with zlib info
- zdump/dfi_s390: Support reading compressed s390_ext dumps
- zipl/boot: Integrate zlib compression to single volume DASD dumper
- zipl/boot: compile the bootloaders only if HOST_ARCH is s390x
- zipl: Add --no-compress option to zipl command
- zkey: Also check for deconfigured and check-stopped cards
- ap_tools/ap-check: handle get-attributes between pre and post event
- libutil: fix util_file_read_*() using wrong format specifiers
- rust/pv: fix Invalid write of size 1
(From OE-Core rev: e503e15a6c553070bf9501862db1ca132632d969)
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>
Diffstat (limited to 'meta/recipes-core/ttyrun')
-rw-r--r-- | meta/recipes-core/ttyrun/ttyrun_2.30.0.bb (renamed from meta/recipes-core/ttyrun/ttyrun_2.29.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.29.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.30.0.bb index e0956b9ac6..73c6c58c9d 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.29.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.30.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 = "d9ce54dee3ac3827e76624352293a83eb05c727e" | 10 | SRCREV = "c217f6be6addd4d008f110efa53fbec79681dbfd" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||