diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:21 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:45 +0000 |
| commit | 7239109f200b8cc576a1f3f8e763d239a5d60ce3 (patch) | |
| tree | f8b96d0580350020d4e60ebe26a0669637bcc48e /meta/recipes-devtools/python/python3-dtschema_2025.2.bb | |
| parent | 8abfb8873645dcbe769e188264f1ad62c78c1b51 (diff) | |
| download | poky-7239109f200b8cc576a1f3f8e763d239a5d60ce3.tar.gz | |
python3-dtschema: upgrade 2024.11 -> 2025.2
Changelog:
===========
- schemas: gpio: Add descriptions
- schemas: root-node: add 'spectacles' chassis-type
- schemas: gpio: Restrict HOG node name pattern to suffixes
- schemas: property-units: Add the picoamp type
- validator: Add warning for properties with incompatible multiple types
- schemas: Add access controller consumer
- github: Disable python 3.7
- meta-schemas: Allow additionalItems to be a schema
- on Dec 17, 2024
- dt-bindings: trigger: Add trigger source
- schemas: pci: bridge: Document PCIe equalization presets
- dtb: Fix type collision with "mode-gpios"
(From OE-Core rev: 4ffda90946be7b8deab3be62961bf2f4e2e4770e)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dtschema_2025.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-dtschema_2025.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-dtschema_2025.2.bb b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb new file mode 100644 index 0000000000..2071763741 --- /dev/null +++ b/meta/recipes-devtools/python/python3-dtschema_2025.2.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" | ||
| 2 | HOMEPAGE = "https://github.com/devicetree-org/dt-schema" | ||
| 3 | LICENSE = "BSD-2-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "dtschema" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "9adeaff2079a8b5fbc4bd1c8f02cbd232016a84a9684739cac20b4df3b19509e" | ||
| 11 | |||
| 12 | DEPENDS += "python3-setuptools-scm-native" | ||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-dtc \ | ||
| 15 | python3-jsonschema \ | ||
| 16 | python3-rfc3987 \ | ||
| 17 | python3-ruamel-yaml \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
