Difference between revisions of "LayerIndex/Checker"

From Openembedded.org
Jump to: navigation, 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...")
 
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