From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>, Tim Orling <TicoTimo@gmail.com>,
Derek Straka <derek@asterius.io>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>,
openembedded-devel@lists.openembedded.org
Subject: [meta-python][PATCH 2/2] python3-dtschema: new package
Date: Mon, 23 Sep 2019 12:00:58 +0200 [thread overview]
Message-ID: <20190923100058.30454-3-brgl@bgdev.pl> (raw)
In-Reply-To: <20190923100058.30454-1-brgl@bgdev.pl>
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This adds a recipe for dtschema package developed by Rob Herring for
easy validation of YAML device-tree files in the linux kernel.
The version is current git as the only release so far - v0.1 - is old
and doesn't work with kernel's dt_binding_check make target.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
.../python/python3-dt-schema_git.bb | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python3-dt-schema_git.bb
diff --git a/meta-python/recipes-devtools/python/python3-dt-schema_git.bb b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
new file mode 100644
index 000000000..d2b4ae1f3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Tooling for devicetree validation using YAML and jsonschema"
+AUTHOR = "Rob Herring"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=2;endline=3;md5=c795d4924c5f739424fa8d9b569c6659"
+
+inherit setuptools3
+
+SRC_URI = "git://github.com/robherring/dt-schema.git"
+SRCREV = "5009e47c1c76e48871f5988e08dad61f3c91196b"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} = "python3-jsonschema python3-ruamel-yaml"
--
2.23.0
next prev parent reply other threads:[~2019-09-23 10:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 10:00 [meta-python][PATCH 0/2] dtschema: new python package Bartosz Golaszewski
2019-09-23 10:00 ` [meta-python][PATCH 1/2] python3-ruamel-yaml: new package Bartosz Golaszewski
2019-09-23 10:00 ` Bartosz Golaszewski [this message]
2019-09-23 15:30 ` [meta-python][PATCH 2/2] python3-dtschema: " Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190923100058.30454-3-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=TicoTimo@gmail.com \
--cc=bgolaszewski@baylibre.com \
--cc=derek@asterius.io \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox