[oe] [meta-python][PATCH 0/2] dtschema: new python package

Bartosz Golaszewski brgl at bgdev.pl
Mon Sep 23 10:00:56 UTC 2019


From: Bartosz Golaszewski <bgolaszewski at baylibre.com>

The following series adds support for the dtschema package to meta-python.
It's a set of python tools allowing to verify the validity of YAML
device-tree binding documents in the linux kernel. The first patch adds
a dependency of dtschema - the ruamel YAML parser. The recipe for an older
version exists in meta-homeassistant, but IMO it's generic enough to be
added to meta-openembedded.

Bartosz Golaszewski (2):
  python3-ruamel-yaml: new package
  python3-dtschema: new package

 .../python/python3-dt-schema_git.bb              | 14 ++++++++++++++
 .../python/python3-ruamel-yaml_0.16.5.bb         | 16 ++++++++++++++++
 2 files changed, 30 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-dt-schema_git.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.5.bb

-- 
2.23.0



More information about the Openembedded-devel mailing list