diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-25 13:39:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 11:19:57 +0000 |
commit | 8718dcaa1f5fde3da5db99d51fdb92a55e11bb8c (patch) | |
tree | 776809afbc1e270ea915ab2e021ba5286bb956d3 | |
parent | e24c2165d111a2c93048c548d1853368d3e1fdcc (diff) | |
download | poky-8718dcaa1f5fde3da5db99d51fdb92a55e11bb8c.tar.gz |
i2c-tools: upgrade 4.3 -> 4.4
Changelog:
===========
- tools: Use getopt
Implement and document option -h
- eeprog: Use force option when data comes from a pipe
- i2cdetect: Display more functionality bits with option -F
- i2cdump: Remove support for SMBus block mode
- i2cget: Document SMBus block mode
Fix the return code of option -h
- i2cset: Fix the return code of option -h
- i2ctransfer: Sort command line options and add to help text
Add an option to print binary data
Drop redundant variable arg_idx
- py-smbus: Install in the defined prefix
Use setuptools instead of distutils
(From OE-Core rev: e4b835e04bce4e3407d0b6e8e85da10d6391823e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb (renamed from meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb index 4e43c51496..f4881f3c2f 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
8 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \ | 8 | SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "eec464e42301d93586cbeca3845ed61bff40f560670e5b35baec57301d438148" | 11 | SRC_URI[sha256sum] = "04d1e3b0cd88df8fb96e7709f374dd0b3561191b4c0363eaf873a074b8b7cb22" |
12 | 12 | ||
13 | inherit update-alternatives | 13 | inherit update-alternatives |
14 | 14 | ||