summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dt-schema_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-dt-schema: remove recipeChristian Eggers2022-02-221-15/+0
| | | | | | | | | | | | | | Since 2021-11-23 this is on oe-core: d56fcb5806 ("python: introduce python3-dtschema") The recipe in oe-core is named python3-dtschema (without dash between 'dt' and 'schema'). It points to the correct GIT repository and uses a much more recent version. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-dtschema: new packageBartosz Golaszewski2019-09-231-0/+15
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>