Logo
Explore Help
Sign In
dasharo/zephyr
0
0
Fork 0
You've already forked zephyr
mirror of https://github.com/Dasharo/zephyr.git synced 2026-03-06 14:57:20 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
spi
zephyr/scripts/dts/python-devicetree/tests/test-bindings-include/include.yaml

25 lines
399 B
YAML
Raw Permalink Normal View History

scripts: edt: Add support for include property filtering Add the ability to filter which properties get imported when we do an include. We add a new YAML form for this: include: - name: other.yaml property-blocklist: - prop-to-block or include: - name: other.yaml property-allowlist: - prop-to-allow These lists can intermix simple file names with maps, like: include: - foo.yaml - name: bar.yaml property-allowlist: - prop-to-allow And you can filter from child bindings like this: include: - name: bar.yaml child-binding: property-allowlist: - child-prop-to-allow Signed-off-by: Kumar Gala <kumar.gala@linaro.org> Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2020-10-21 22:38:30 -05:00
# SPDX-License-Identifier: BSD-3-Clause
description: Test file for including other bindings
compatible: include
properties:
x:
type: int
y:
type: int
z:
type: int
child-binding:
properties:
child-prop-1:
type: int
child-prop-2:
type: int
child-binding:
properties:
grandchild-prop-1:
type: int
grandchild-prop-2:
type: int
Reference in New Issue Copy Permalink
Powered by Gitea Page: 1743ms Template: 12ms
English
English
Licenses API