]> code.ossystems Code Review - openembedded-core.git/commit
python: introduce python3-dtschema
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 23 Nov 2021 03:40:04 +0000 (22:40 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Nov 2021 16:58:29 +0000 (16:58 +0000)
commitd56fcb5806784359a9e81ea5ac4816caaeee7750
treef39df3a2be24d5b911852652e3da38bc7e4a07e7
parent9172d61c57e23682c3d2c25701cbd53c84d01a27
python: introduce python3-dtschema

kernel commit 53182e81f47d [kbuild: Enable DT schema checks for %.dtb
targets], which is part of v5.16+, makes the checking of dtb schemas
manditory.

To support the checking, we introduce this new recipe dtschema.

Dependencies will be imported in subsequent commits, so we can
track the dependency need on a per-import basis.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
meta/recipes-devtools/python/python3-dtschema_2021.10.bb [new file with mode: 0644]