You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
|
|
config BR2_PACKAGE_PYTHON_DTSCHEMA
|
||
|
|
bool "python-dtschema"
|
||
|
|
select BR2_PACKAGE_PYTHON_JSONSCHEMA # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_PYLIBFDT # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_RFC3987 # runtime
|
||
|
|
select BR2_PACKAGE_PYTHON_RUAMEL_YAML # runtime
|
||
|
|
help
|
||
|
|
DeviceTree validation schema and tools.
|
||
|
|
|
||
|
|
https://github.com/devicetree-org/dt-schema
|