From 7239109f200b8cc576a1f3f8e763d239a5d60ce3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Feb 2025 15:39:21 +0800 Subject: 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 Signed-off-by: Richard Purdie --- .../python/python3-dtschema_2024.11.bb | 20 -------------------- .../python/python3-dtschema_2025.2.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-dtschema_2024.11.bb create mode 100644 meta/recipes-devtools/python/python3-dtschema_2025.2.bb diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb b/meta/recipes-devtools/python/python3-dtschema_2024.11.bb deleted file mode 100644 index 8d052d6910..0000000000 --- a/meta/recipes-devtools/python/python3-dtschema_2024.11.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" -HOMEPAGE = "https://github.com/devicetree-org/dt-schema" -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "dtschema" - -SRC_URI[sha256sum] = "bb7dd36ff9406ec89607b893cfc5e1ffa7ead76fd5c48df77eafc9b4d4196047" - -DEPENDS += "python3-setuptools-scm-native" -RDEPENDS:${PN} += "\ - python3-dtc \ - python3-jsonschema \ - python3-rfc3987 \ - python3-ruamel-yaml \ - " - -BBCLASSEXTEND = "native nativesdk" 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 @@ +SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" +HOMEPAGE = "https://github.com/devicetree-org/dt-schema" +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "dtschema" + +SRC_URI[sha256sum] = "9adeaff2079a8b5fbc4bd1c8f02cbd232016a84a9684739cac20b4df3b19509e" + +DEPENDS += "python3-setuptools-scm-native" +RDEPENDS:${PN} += "\ + python3-dtc \ + python3-jsonschema \ + python3-rfc3987 \ + python3-ruamel-yaml \ + " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf