Hello,

I pushed following updates:

commit 707a91317ec51dbca0318101be1bdda1957d4558 (HEAD -> pending, m/master, 
github/master)
Author: Otavio Salvador <[email protected]>
Date:   Mon Nov 9 09:27:04 2015 -0200

    linux-fslc: Upgrade to 4.3-based kernel
    
    Besides the revision change, this synchronizes the defconfig used for
    the i.MX and the Vybrid SoCs. The only SoCs using a specific defconfig
    file are the MXS-based ones (i.MX23 and i.MX28) as the others are
    consolidated on the single defconfig file.
    
    Signed-off-by: Otavio Salvador <[email protected]>

commit 41c9360fc66ac4cab6f0cc900bd1300acad7cb20
Author: Otavio Salvador <[email protected]>
Date:   Thu Nov 5 19:49:27 2015 -0200

    u-boot-fslc: Update revision to 1b6aee7
    
    This includes following backported changes from 2016.01 development tree:
    
    1b6aee7 mx7dsabresd: add secure boot support
    54021ea imx: hab: add mx7 secure boot support
    eea967b imx: hab: use read_fuse for secure boot settings
    cca95ea arm: imx: add secure boot fuse details for imx7 SoC
    5ef219e arm: imx: add secure boot fuse details for imx6 SoC
    b2842cc imx: hab: add secure boot fuse details
    31454f2 imx: hab: rework unified rom section for mx7
    9ac3e4b imx: hab: use unified rom section for mx6sx and mx6ul
    20235de imx: hab: rework secure boot support for imx6
    8574461 imx: cpu: move common chip revision id's
    a0c37ef imx: mx6sabresd: add i.MX6DQP Sabresd support
    93bcc5f imx35, flea3: add FIT image support
    10ca202 ts4800: add CONFIG_OF_LIBFDT
    4198580 arm, imx6, aristainetos2: set gpr register after reset
    e06ab75 arm, imx: add some gpr register defines
    8af784c driver: misc: add MXC_OCOTP Kconfig entry
    a022163 imx-common: timer: clean up code
    
    Besides those, it also include:
    
    4238786 cgtqmx6eval: Fix SPL support
    
    Signed-off-by: Otavio Salvador <[email protected]>

commit 79c0ddbeb0ec26700320bac73d5a425f258e60a6
Author: Carlos Rafael Giani <[email protected]>
Date:   Thu Nov 5 10:32:16 2015 +0100

    imx-base.inc: Add imx-vpu to MACHINE_ARCH_FILTER
    
    imx-vpu is machine specific due to #define macros for the type of i.MX6
    SoC (quad, duallite ..)
    
    Signed-off-by: Carlos Rafael Giani <[email protected]>
    Signed-off-by: Otavio Salvador <[email protected]>

commit 9f8eb606604795c4e59f21e5e73fbb8cfbe1df8e
Author: Carlos Rafael Giani <[email protected]>
Date:   Thu Nov 5 10:27:54 2015 +0100

    libimxvpuapi: Add new recipe
    
    This is a library for using the i.MX6 VPU. It is an alternative to
    libfslvpuwrap, hosted on Github, and has an API that features several
    improvements over libfslvpuwrap, which include:
    
    * User-defined context information associated with input frames, which is
      passed on to corresponding output frames (to be able to identify which
      input frame produced which output frame)
    * Groundwork for future DMA-BUF/BMM/ION/CMA allocator integration, using
      file descriptors instead of physical addresses
    * Indicators for when it is safe to try to decode frames, which is
      critical in multi-threaded playback cases
    * Simplified, higher-level JPEG en/decoding API, based on the VPU MJPEG
      codec; useful for picture viewing without the extra boilerplate for
      VPU-based en/decoding
    
    Signed-off-by: Carlos Rafael Giani <[email protected]>
    Signed-off-by: Otavio Salvador <[email protected]>

commit 736bab3a411c9dcef1651e404c17e5ccce7f9ea3
Author: Javier Viguera <[email protected]>
Date:   Mon Nov 2 19:12:53 2015 +0100

    gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection
    
    Patch gst1.0-fsl-plugin's configure script to add a trailing space in the
    FSL_MM_CORE_CFLAGS and FSL_MM_CORE_LIBS variables between different
    pkg-config executions.
    
    These variables are used later to pass parameters to the compiler and
    as they are not built correctly, the 'configure' script fails to detect
    some of the functionality:
    
    Disabled features:
        plugin: imxmp3enc
        plugin: vpu_wrap
        plugin: aiur
        plugin: beep
    
    This was working well in previous versions of Yocto, because pkg-config
    until v0.28 was adding that trailing space:
    
    
http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a
    
    but this is no longer true, so the trailing space has to be added in the
    configure script.
    
    Signed-off-by: Javier Viguera <[email protected]>
    Signed-off-by: Otavio Salvador <[email protected]>

commit 8f338f4312011d0daa4af07151fc8a3f8f860eec
Author: Otavio Salvador <[email protected]>
Date:   Thu Oct 29 09:22:55 2015 -0200

    Remove DirectFB support for i.MX6
    
    The DirectFB project is dead upstream for a while and the backend is
    deprecated so it is better to drop it and avoid new users to depend on
    it and instead to focus in the current technologies for new projects.
    
    This commit removes everything related to the DirectFB support so if
    someone wish to revert it locally it can be easily done.
    
    Signed-off-by: Otavio Salvador <[email protected]>
    Acked-by: Daiane Angolini <[email protected]>
    Signed-off-by: Otavio Salvador <[email protected]>

commit 9bdc363f00eb5d3d727b52406c7c9e59bbbb8f53
Author: Dominic Sacré <[email protected]>
Date:   Thu Oct 29 13:20:07 2015 +0100

    linux-fslc-mx6-rt: Add new recipe
    
    This recipe is based on the now-deleted linux-imx-rt recipe, using the
    same set of patches.
    
    The linux-fslc-mx6 kernel is currently at upstream version 3.14.54, for
    which no realtime patch has been released, but patch 3.14.51-rt52
    applies cleanly.
    
    Signed-off-by: Dominic Sacré <[email protected]>
    Signed-off-by: Otavio Salvador <[email protected]>

commit 1fd6691ab86525d256686516b4947c2e45365ad8
Author: Zhenhua Luo <[email protected]>
Date:   Tue Nov 10 13:53:48 2015 +0800

    linux-qoriq: fix the kernel hang issue with gcc-5.2
    
    Backport a patch to fix the kernel hang issue when the uImage is built
    by gcc-5.2.
    
    The details can be found in
    
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5e95235
    
    Signed-off-by: Zhenhua Luo <[email protected]>
    (backported from meta-fsl-ppc:95d9f9aba81ccdae53011ac8c6fbbc2605b9cedc)
    Signed-off-by: Otavio Salvador <[email protected]>

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
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to