Difference between revisions of "LayerIndex/Checker"

From Openembedded.org
Jump to: navigation, search
Line 5: Line 5:
 
Currently it does 3 things:
 
Currently it does 3 things:
  
a) grep LAYERSERIES_COMPAT meta-arago-extras/conf/layer.conf
+
a) grep LAYERSERIES_COMPAT <layer>/conf/layer.conf
  
b) grep LAYERDEPENDS meta-arago-extras/conf/layer.conf
+
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