[meta-freescale] Updates to meta-fsl-arm (daisy) in 2014-08-26

Otavio Salvador otavio at ossystems.com.br
Tue Aug 26 06:17:24 PDT 2014


Hello,

I pushed following updates:

commit 8fd9b19bf44637006026f374dc0286232191b064 (yocto/daisy-next, yocto/daisy, code/daisy-next)
Author: Tony Felice <tony.felice at timesys.com>
Date:   Mon Aug 18 17:48:30 2014 -0400

    kernel-module-mcc: Update to version 1.06
    
    This includes the following main changes:
    
    * Increase max code size of MQX binary that can be loaded to SRAM from
      128KB to 256KB.
    * Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0
      kernel remains unchanged.
    * Integrate patch that removes bashisms from kernel-module-mcc's Makefile.
    
    Signed-off-by: Anthony Felice <tony.felice at timesys.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit b7ae16b0fb9db4f68b9a02031fea38403bd2b2e4
Author: Tony Felice <tony.felice at timesys.com>
Date:   Mon Aug 18 17:48:29 2014 -0400

    libmcc: Update to version 1.05
    
    This version was released to integrate the patch that removed bashisms from
    the libmcc Makefile.
    
    Signed-off-by: Anthony Felice <tony.felice at timesys.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit b8dc0803084d1a6af36ae4cee9169ab4166865c3
Author: Lauren Post <lauren.post at freescale.com>
Date:   Thu Aug 14 14:17:31 2014 -0500

    linux-imx: Upgrade to 3.10.17-1.0.1
    
    For 2D GPU cores there is a potential need to manage the maximum number
    of outstanding return requests from the memory subsystem. The proper way
    to manage these for 2D cores with this configuration is to use a FLUSH.
    The patch does a FLUSH after every DRAW, the pipe will not overfill and
    the scenario which may lead to a stall will not occur.
    
    Signed-off-by: Lauren Post <lauren.post at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a0f657554d97d489d3479adc14ebafaa9780f19f
Author: Lauren Post <lauren.post at freescale.com>
Date:   Thu Aug 14 14:17:30 2014 -0500

    xf86-video-imxfb-vivante: Upgrade to 3.10.17-1.0.1
    
    For 2D GPU cores there is a potential need to manage the maximum number
    of outstanding return requests from the memory subsystem. The proper way
    to manage these for 2D cores with this configuration is to use a FLUSH.
    The patch does a FLUSH after every DRAW, the pipe will not overfill and
    the scenario which may lead to a stall will not occur.
    
    Signed-off-by: Lauren Post <lauren.post at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c7c410d7b6a0a8a96fa845d78e76b0a15157b19a
Author: Lauren Post <lauren.post at freescale.com>
Date:   Thu Aug 14 14:17:29 2014 -0500

    gpu-viv-bin-mx6q: Upgrade to 3.10.17-1.0.1
    
    For 2D GPU cores there is a potential need to manage the maximum number
    of outstanding return requests from the memory subsystem. The proper way
    to manage these for 2D cores with this configuration is to use a FLUSH.
    The patch does a FLUSH after every DRAW, the pipe will not overfill and
    the scenario which may lead to a stall will not occur.
    
    This patch requires the Linux kernel 3.10.17-1.0.1 fixes.
    
    Signed-off-by: Lauren Post <lauren.post at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 8259d486ed87146a39833296500b5b16e562e9bf
Author: Mario Domenech Goulart <mario at ossystems.com.br>
Date:   Wed Aug 20 14:48:11 2014 -0300

    imx-bootlets: indentation fixes and whitespace cleanup
    
    Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 69413194c98a9957b0caa08815307e49880ac3b2
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Thu Aug 14 17:52:59 2014 +0200

    kernel-module-mcc: remove bashism in Makefile
    
    Replacing bash brace expansion with a Posix compliant syntax to make
    do_install succeed also when using a dash shell.
    
    Signed-off-by: Max Krummenacher <max.oss.09 at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c2f202645cf7b902f669584196c01ec342f255cb
Author: Max Krummenacher <max.oss.09 at gmail.com>
Date:   Thu Aug 14 17:52:58 2014 +0200

    libmcc: remove bashism in Makefile
    
    Replacing bash brace expansion with a Posix compliant syntax to make
    do_install succeed also when using a dash shell.
    
    Signed-off-by: Max Krummenacher <max.oss.09 at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5f15aff11299aba4d88469ba9f3cc4c2c657f82f
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Aug 7 19:32:54 2014 -0300

    gpu-viv-bin-mx6q: Add a missing runtime dependency on libdrm
    
    The Vivante DRI library requires the libdrm to proper work; this adds
    the missing dependency.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1d3be531c302fb5a733245a8b600faa9701d5354
Author: Jun Zhu <R01007 at freescale.com>
Date:   Sat Aug 16 00:28:40 2014 +0800

    pulseaudio: Fix mutext issue when do pause in gstreamer
    
    Pulseaudio crashes when other program using sound:
    Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed
    at pulsecore/mutex-posix.c:106, function pa_mutex_unlock().
    
    Disable the feature PTHREAD priority inheritance is the easiest
    workaround for this issue.
    
    Signed-off-by: Jun Zhu <R01007 at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 4ffc6ac2dc2f3390a95d125403b249f674d13c9d
Author: Wang Zidan <b50113 at freescale.com>
Date:   Fri Aug 8 09:54:19 2014 +0800

    alsa-lib: add conf for multichannel support in mx6
    
    Signed-off-by: Wang Zidan <b50113 at freescale.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit df38c6233e631efd30de0547cb2795cd373c4326
Author: Javier Viguera <javier.viguera at digi.com>
Date:   Wed Aug 6 16:47:12 2014 +0200

    meta-fsl-arm: fix some typos
    
    Signed-off-by: Javier Viguera <javier.viguera at digi.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d446a5a8f9877c9839f2e41d51f401562cda6ee4
Author: Gary Bisson <bisson.gary at gmail.com>
Date:   Sun Jul 27 16:05:03 2014 -0700

    gst-fsl-plugin: fix build for kernel headers >= 3.10
    
    This package couldn't build using a toolchain with kernel headers >=
    3.10 because of the use of VIDIOC_DBG_G_CHIP_IDENT. As stated in
    videodev2.h, this ioctl should never be used.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a69ee0b84fff4491eeadfc12a59a814ef05485df
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Sat Jul 26 17:01:31 2014 -0300

    directfb-examples: Fix building with new autoconf
    
    This fixes the following build error:
    
    ,----
    | .../configure: line 4229: syntax error near unexpected token `DIRECTFB,'
    | .../configure: line 4229: `PKG_CHECK_MODULES(DIRECTFB, directfb >= $DIRECTFB_REQUIRED_VERSION, WATER=`$PKG_CONFIG --variable=water directfb` ,'
    `----
    
    Change-Id: Ibd5807b1497ff83b4241cd53f97d18b62a0cb2df
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit c8b533f68fcf9f6b13375eed9bc74a099ec1c08b
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Aug 18 09:55:15 2014 -0300

    linux-fslc: Update to ab42ba6 revision
    
    This updates the Linux 3.14-based branch to the 3.14.17 stable
    release.
    
    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