LayerIndex/Checker: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Currently it does 3 things: | Currently it does 3 things: | ||
a) grep LAYERSERIES_COMPAT | a) grep LAYERSERIES_COMPAT <layer>/conf/layer.conf | ||
b) grep LAYERDEPENDS | b) grep LAYERDEPENDS <layer>/conf/layer.conf | ||
c) run layer check script: yocto-check-layer (from OE-core repo) | c) run layer check script: yocto-check-layer (from OE-core repo) |
Revision as of 10:49, 18 August 2020
This is a project to increase the quality of the LayerIndex entries.
It uses existing tools and the guidelines documented e.g. in the BSP guides and in the existing tests/tooling.
Currently it does 3 things:
a) grep LAYERSERIES_COMPAT <layer>/conf/layer.conf
b) grep LAYERDEPENDS <layer>/conf/layer.conf
c) run layer check script: yocto-check-layer (from OE-core repo)
An example run is available on this page for 'dunfell' LayerIndex/Checker/dunfell