[yocto] [PATCH] [documentation] ref-classes.xml: fix typo in ICECC_CC variable

2016-03-22 Thread Alex Franco
The variable needs correcting as it is misspelled [YOCTO #8934] Signed-off-by: Alex Franco <alejandro.fra...@linux.intel.com> --- documentation/ref-manual/ref-classes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.

Re: [yocto] [RFC] [autobuilder] Autobuilder.py: add verbose buildset parse error

2016-02-23 Thread Alex Franco
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not sure this how this should be done, but at least it's been helpful in my case Alex Franco On 02/23/2016 09:42 AM, Alex Franco wrote: > From: Alejandro Franco <alejandro.fra...@linux.intel.com> > > Add a more verbose Exception

[yocto] [RFC] [autobuilder] Autobuilder.py: add verbose buildset parse error

2016-02-23 Thread Alex Franco
From: Alejandro Franco Add a more verbose Exception when a buildset parse operation fails Signed-off-by: Alejandro Franco --- lib/python2.7/site-packages/autobuilder/Autobuilder.py | 15 +-- 1 file changed, 9

[yocto] [PATCHv3 0/1] [layerindex-web] Recipe blacklisted information

2015-12-02 Thread Alex Franco
Display blacklisted information for recipes. Changes since v2: hover fix and added documentation link Changes since v1: added hover feature Alex Franco (1): Recipe blacklisted information .../0010_auto__add_field_recipe_blacklisted.py | 197 + layerindex/models.py

[yocto] [PATCHv3 1/1] [layerindex-web] Recipe blacklisted information

2015-12-02 Thread Alex Franco
files: - models.py, update.py - migration file - templates and static content (stylesheet) [YOCTO #7855] Signed-off-by: Alex Franco <alejandro.fra...@linux.intel.com> --- .../0010_auto__add_field_recipe_blacklisted.py | 197 + layerindex/mod

Re: [yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-12-01 Thread Alex Franco
we're using bootstrap) let me know please :b The hovering now only works within a TD... Alex Franco [1] http://yctb03.ostc.intel.com:/ On 12/01/2015 01:11 PM, Paul Eggleton wrote: > On Tue, 01 Dec 2015 12:26:18 Alex Franco wrote: >> @Martin, I think this information about blac

Re: [yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-12-01 Thread Alex Franco
! No worries though, I can fix the hover situation and also add in the link to the documentation. @All: I suppose the link should go to: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var- PNBLACKLIST - - Alex Franco -BEGIN PGP SIGNATURE- Version: GnuPG v2

[yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-11-30 Thread Alex Franco
files: - models.py, update.py - migration file - templates and static content (stylesheet) [YOCTO #7855] Signed-off-by: Alex Franco <alejandro.fra...@linux.intel.com> --- .../0010_auto__add_field_recipe_blacklisted.py | 197 + layerindex/mod

[yocto] [PATCH 0/2] [layerindex-web] search enhancements

2015-10-29 Thread Alex Franco
Take layer name into account when searching for recipes and change recipe search results behavior so that when a single search result is returned, it redirects to that recipe detail view. [YOCTO #6618] Alex Franco (2): [layerindex-web] views.py: single result redirect [layerindex-web

[yocto] [PATCH 2/2] [layerindex-web] views.py: layer in recipe search

2015-10-29 Thread Alex Franco
Take layer name into account when searching for recipes. This is accomplished by adding a layer name to the simplesearch.getquery call in the recipe search view. [YOCTO #6618] Signed-off-by: Alex Franco <alejandro.fra...@linux.intel.com> --- layerindex/views.py | 2 +- 1 file chan

[yocto] [PATCH1/1] [layerindex-web] Layerindex: recipe blacklisted information

2015-10-28 Thread Alex Franco
- templates and static content [YOCTO #7855] Signed-off-by: Alex Franco <alejandro.fra...@linux.intel.com> --- .../0010_auto__add_field_recipe_blacklisted.py | 197 + layerindex/models.py | 1 + layerindex/static/css/addition

[yocto] [PATCH 2/2] [layerindex-web] Add recipe inherit migration file

2015-06-03 Thread Alex Franco
New file: 0009_auto__add_field_recipe_inherits.py Django migration file, to add the inherits column to the recipe table. [YOCTO #7575] Signed-off-by: Alex Franco alejandro.fra...@linux.intel.com --- .../0009_auto__add_field_recipe_inherits.py| 196 + 1 file changed

[yocto] [PATCH 1/2] [layerindex-web] Support for recipe inherits field v2

2015-06-03 Thread Alex Franco
was also added to Toaster templates, along with style changes proposed in attachment. Inherits field skips recipes from globally inherited data as proposed. [YOCTO #7575] Signed-off-by: Alex Franco alejandro.fra...@linux.intel.com --- layerindex/models.py | 2 +- layerindex/static