diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-25 14:48:59 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:51 +0100 |
| commit | 45241d14413025713e6cf2d4eccd8e2182e5a6c5 (patch) | |
| tree | 0b5d1a43a562cebdea95e10fc9f5c511e06ba661 /meta/recipes-devtools/python | |
| parent | c6990c75dcafd87f8411bf7a6b1dd982e41cef14 (diff) | |
| download | poky-45241d14413025713e6cf2d4eccd8e2182e5a6c5.tar.gz | |
python3-dtschema: upgrade 2024.5 -> 2024.9
Changelog:
=============
- Use type information for decoding DTB properties to their defined
type. With this many of the fixups in the schema processing are
dropped.
- Restore prior behavior of matching schemas to fallback compatible
strings.
- Fix support for filtering with multiple patterns on dt-validate.
- Clean-ups for I2C schemas.
- Add an "assigned-clock-rates-u64" property to support frequencies
above 4GHz
- Add a 'test,' vendor prefix to exclude from undocumented compatible
checks. This removes the documentation requirement for test cases.
(From OE-Core rev: e6a31383143873726e8e47023d79fe72ce0e88d9)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2024.9.bb (renamed from meta/recipes-devtools/python/python3-dtschema_2024.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.5.bb b/meta/recipes-devtools/python/python3-dtschema_2024.9.bb index 1eb24eca23..5a159297fb 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2024.5.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2024.9.bb | |||
| @@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta | |||
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "dtschema" | 8 | PYPI_PACKAGE = "dtschema" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "ea259a9ba4d1e1eff44ac8d362950361e46750bdeaf30a437a7ed33159c35fd8" | 10 | SRC_URI[sha256sum] = "1e5cc422736d5e4167f764478e50093f340bbede95b569ed66d60748dbc39ab2" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-setuptools-scm-native" | 12 | DEPENDS += "python3-setuptools-scm-native" |
| 13 | RDEPENDS:${PN} += "\ | 13 | RDEPENDS:${PN} += "\ |
