Difference between revisions of "OpenEmbeddedJanitors"

From Openembedded.org
Jump to: navigation, search
Line 1: Line 1:
{{Outdated}}
+
Here we have the current "janitor" tasks in OE. These are relatively simple, mechanical tasks which can be easily accomplished by someone who isn't an expert in the system, but which can help acclimate them to contributing to the project.  Current tasks:
  
Here we have the current "janitor" tasks in the OE metadata.  These are relatively simple, mechanical tasks which can be easily accomplished by someone who isn't an expert in the system, but which can help acclimate them to contributing to the project.  Current tasks:
 
 
* Conversion from [[legacy staging]] to new style staging
 
* Conversion to use BBCLASSEXTEND
 
 
* Conversion of FILESDIR to FILESPATHPKG =. or =. when still needed or simple removal in most cases.
 
* Conversion of FILESDIR to FILESPATHPKG =. or =. when still needed or simple removal in most cases.
* make recipes more conform a standard layout (see also contrib/oe-stylize.py, which can be of help here). be careful though if require lines are moved. It is a good plan to test building a recipe after oe-stylizing it.
+
* Make recipes more conform a standard layout (see also contrib/oe-stylize.py, which can be of help here). be careful though if require lines are moved. It is a good plan to test building a recipe after oe-stylizing it and use buildhistory to test for regressions.
* rework files dir. if there is only one recipe in the dir (like x_0.bb and x_1.bb) the dir should be called x, if the patches are only for x_1 then the dir should be called x-1. Also check if the patches in it are still applied or only deadwood.
+
* Rework files dir. if there is only one recipe in the dir (like x_0.bb and x_1.bb) the dir should be called x, if the patches are only for x_1 then the dir should be called x-1. Also check if the patches in it are still applied or only deadwood.

Revision as of 15:12, 7 November 2012

Here we have the current "janitor" tasks in OE. These are relatively simple, mechanical tasks which can be easily accomplished by someone who isn't an expert in the system, but which can help acclimate them to contributing to the project. Current tasks:

  • Conversion of FILESDIR to FILESPATHPKG =. or =. when still needed or simple removal in most cases.
  • Make recipes more conform a standard layout (see also contrib/oe-stylize.py, which can be of help here). be careful though if require lines are moved. It is a good plan to test building a recipe after oe-stylizing it and use buildhistory to test for regressions.
  • Rework files dir. if there is only one recipe in the dir (like x_0.bb and x_1.bb) the dir should be called x, if the patches are only for x_1 then the dir should be called x-1. Also check if the patches in it are still applied or only deadwood.