Difference between revisions of "OpenEmbeddedJanitors"

From Openembedded.org
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Outdated}}
+
Janitorial work for OpenEmbedded is now co-ordinated via the Yocto Project wiki, on the [https://wiki.yoctoproject.org/wiki/Janitors Janitors] page.
 
 
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.
 
* 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.
 
* 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.
 

Latest revision as of 13:01, 19 September 2013

Janitorial work for OpenEmbedded is now co-ordinated via the Yocto Project wiki, on the Janitors page.