LayerIndex/Checker: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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/too...") |
No edit summary |
||
Line 4: | Line 4: | ||
Currently it does 3 things: | Currently it does 3 things: | ||
a) grep LAYERSERIES_COMPAT meta-arago-extras/conf/layer.conf | a) grep LAYERSERIES_COMPAT meta-arago-extras/conf/layer.conf | ||
b) grep LAYERDEPENDS meta-arago-extras/conf/layer.conf | b) grep LAYERDEPENDS meta-arago-extras/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) | ||
An example run is available on this page for 'dunfell' [[LayerIndex/Checker/dunfell]] | An example run is available on this page for 'dunfell' [[LayerIndex/Checker/dunfell]] |
Revision as of 10:48, 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 meta-arago-extras/conf/layer.conf
b) grep LAYERDEPENDS meta-arago-extras/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