Add a recipe for the dtschema package - a python package and a set of command-line tools for validating linux kernel devicetree sources.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- meta-oe/recipes-devtools/dtschema/dtschema_2025.12.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-oe/recipes-devtools/dtschema/dtschema_2025.12.bb diff --git a/meta-oe/recipes-devtools/dtschema/dtschema_2025.12.bb b/meta-oe/recipes-devtools/dtschema/dtschema_2025.12.bb new file mode 100644 index 0000000000..c763aea2bd --- /dev/null +++ b/meta-oe/recipes-devtools/dtschema/dtschema_2025.12.bb @@ -0,0 +1,8 @@ +SUMMARY = "The dtschema module contains tools and schema data for Devicetree schema validation using the json-schema vocabulary." + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit pypi python_setuptools_build_meta + +SRC_URI[sha256sum] = "31a4927b8dfbb5c97edfc9569cda3b6737bbfd8430881e8cc48a0b088ced6147" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#124545): https://lists.openembedded.org/g/openembedded-devel/message/124545 Mute This Topic: https://lists.openembedded.org/mt/117955058/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
