[meta-freescale] Updates to meta-fsl-arm (master) in 2014-04-04

Otavio Salvador otavio at ossystems.com.br
Fri Apr 4 06:16:17 PDT 2014


Hello,

I pushed following updates:

commit d4c6f765c75ae13bee66cc397f760ba6a804ecbd
Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Thu Apr 3 16:21:34 2014 -0300

    linux-fslc: move SUMMARY and DESCRIPTION from .inc to .bb
    
    Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 24420bf535cd5a2201ac21c0f379d7f9bf31968c
Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Thu Apr 3 15:52:45 2014 -0300

    linux-imx.inc: move SUMMARY and DESCRIPTION from .inc to .bb's
    
    SUMMARY and DESCRIPTION should really go into recipes (.bb).  Setting
    SUMMARY and DESCRIPTION in include files can easily cause recipes' to
    be clobbered by the ones set in included files, since they are usually
    set before including common files.
    
    A typical example:
    
      $ cat some-common-file.inc
    
      DESCRIPTION = "I'll clobber your description"
    
      $ cat some-recipe.bb
    
      DESCRIPTION = "I'll get clobbered"
    
      include some-common-file.inc
    
    Another problematic case is with regard to recipes that include
    multiple common files that set SUMMARY and DESCRIPTION (the last
    included ones will clobber the previous ones).
    
    That's actually the expected behavior when we include files, but it's
    slightly surprising in case of variables like SUMMARY and DESCRIPTION,
    which usually are the first ones defined in recipe files (before
    `include').
    
    Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e76f0312f85f8bf8a44760ae4afe13e918675253
Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Thu Apr 3 15:47:46 2014 -0300

    linux-timesys: add SUMMARY
    
    Originally from the bbappend's DESCRIPTION (meta-fsl-arm-extra) for
    linux-timesys.
    
    Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e98ac403d6ca87b6f7c3dd9c8285c02d86e44046
Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Thu Apr 3 14:19:16 2014 -0300

    linux-mfgtool.inc: typo fix (s/must to be/must be/)
    
    Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d5388c1e97ebe6569ac4f6e67e0929c46371f927
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Apr 2 18:48:21 2014 -0300

    cairo: Do not change cairo-native PACKAGECONFIG
    
    This breaks building as we currently have no native provider for EGL
    and it does make no sense to enable it for native case.
    
    Change-Id: If76a77053aebe09dc8b621eaff66a072fc618eda
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list