diff options
author | wangmy <wangmy@fujitsu.com> | 2021-07-29 15:06:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:11 +0100 |
commit | e5a7abc00d343e218fa16d8a63411aa41d3235d1 (patch) | |
tree | 7158ffdd1059b895c301efc0e62fb33ab201acf4 /meta | |
parent | 61bc8187c4269ca3da21220805945fecfff5b796 (diff) | |
download | poky-e5a7abc00d343e218fa16d8a63411aa41d3235d1.tar.gz |
i2c-tools: upgrade 4.2 -> 4.3
4.3 (2021-07-22)
decode-dimms: Attempt to decode LPDDR3 modules
eeprom, eepromer: Removed the tools in favor of eeprog
i2cdetect: Sort the bus list by number
(From OE-Core rev: ca41c972260de9d3ecd2098f19ec90e4e81f252b)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb (renamed from meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.bb index 77196fd633..51e4e5d8e9 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.2.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.3.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] = "7de18ed890e111fa54ab7ea896804d5faa4d1f0462a258aad9fbb7a8cc6b60cc" | 11 | SRC_URI[sha256sum] = "eec464e42301d93586cbeca3845ed61bff40f560670e5b35baec57301d438148" |
12 | 12 | ||
13 | inherit update-alternatives | 13 | inherit update-alternatives |
14 | 14 | ||