[yocto] [PATCH 3/4] Added support in CreateAutoConf.py for GUI properties 'packages' and 'machine'

2015-01-11 Thread Javier B. Perez
From: Javier B Perez Hernandez CreateAutoConf.py: 'start' modified to support the values custom_packages and custom_machine of force build GUI. Set the PACKAGE_CLASSES and MACHINE auto.conf properties accordingly. Signed-off-by: Javier B Perez Hernandez --- lib/python2.7/sit

[yocto] [PATCH 1/4] Added the 'multiple' and 'default' options for the ChoiceStringParameter.

2015-01-11 Thread Javier B. Perez
From: Javier B Perez Hernandez Autobuilder.py: I added the support for the 'multiple' and 'default' values in parseProps and CreateExtraSchedulerParams for the CoiceStringParameter property. The default value for 'multiple' is set as 'false'. Signed-off

[yocto] [PATCH 4/4] Example of buildset to select auto.conf variables and 'images' from force build GUI.

2015-01-11 Thread Javier B. Perez
From: Javier B Perez Hernandez build-image-machine.conf: created a new 'buildset' to select 'packages', 'machine' and 'PREFERRED_PROVIDER_virtual/kernel' auto.conf variables for CreateAutoConf step and the 'images' for BuildImages step in t

[yocto] [PATCH 2/4] Added support for the custom_images property of the force build GUI

2015-01-11 Thread Javier B. Perez
From: Javier B Perez Hernandez BuildImages.py: Changed 'start' to support the custom_images property of the force build GUI and set 'images' variable. Signed-off-by: Javier B Perez Hernandez --- lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 2 +

[yocto] [PATCH 0/4] Changes to the autobuilder's steps to select auto.conf variables and 'images' values from the force build GUI.

2015-01-11 Thread Javier B. Perez
From: Javier B Perez Hernandez With these changes in the autobuilders' steps you can select the image, the preferred kernel provider, the type of packages and the target machines of the force build GUI. It also includes a buildset example to use these properties. Javier B Perez Hernand