[meta-freescale] Updates to meta-freescale (master) in 2016-10-27

Otavio Salvador otavio.salvador at gmail.com
Thu Oct 27 05:34:55 PDT 2016


Hello,

I pushed following updates:

commit 691ebcfd38e517ded211fe10cc4d37ff520e4370 (HEAD -> master, yocto/master-next, yocto/master, fslc/master-next, fslc/master, master-next)
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Thu Oct 27 09:50:31 2016 -0200

    linux-fslc-imx: Enable TRACER support
    
    Fix warning:
    WARNING: lttng-modules-2.8.0+gitAUTOINC+6e4fc6f36d-r0 do_package:
    lttng-modules: no modules were created; this may be due to
    CONFIG_TRACEPOINTS not being enabled in your kernel.
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d0b938ef8f785c3199b419253a965f9895313c1e
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Thu Oct 27 09:50:30 2016 -0200

    linux-fslc: Bump revision to f009921
    
    This upgrades the Linux kernel to 4.8.4 release and apply the
    following change on top of it:
    
      - f009921 net: fec: Call swap_buffer() prior to IP header alignment
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5d3c3360d9b822be9922f755302d720fd0b71797
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Thu Oct 27 09:50:29 2016 -0200

    linux-fslc-imx: Bump revision to 176c482
    
    This commit merge v4.1.35 into 4.1-2.0.x-imx and includes following
    change:
    
      - 176c482 net: fec: Call swap_buffer() prior to IP header alignment
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1e414e336785c346530577ce15bf3e7f5b78c646
Author: Ting Liu <ting.liu at nxp.com>
Date:   Thu Oct 27 12:20:41 2016 +0800

    Freescale-Binary-EULA: add license file
    
    Signed-off-by: Ting Liu <ting.liu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 2b01da391a3e06ebebce957023f684c51154883c
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:54 2016 +0800

    gstreamer1.0-plugins-bad: Fix MRT cannot work in GLES3.0
    
    1. Add #ifdefine Marco to avoid redefinition of GL_COLOR_ATTACHMENT(1,2).
    2. Change to use glBlitFramebuffer for textures copy. glCopyTexImage2D
       cannot work because we cannot get texture internal format.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 606a9a1dc81202c9c6e754851003b905f5bb4636
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:53 2016 +0800

    gstreamer1.0-plugins-bad: work around for no frame when imxplayer using glimagesink
    
    Workaround:
    Change parent window of internal_window in window_show function.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 70841ce2ccb9503935c3b6efc61bdfb659d2f004
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:52 2016 +0800

    gstreamer1.0-plugins-bad: convert YUV to RGB using directviv
    
    Add a property "disable_passthrough" in glcolorconvert for enable/disable passthrough.
    When need convert YUV to RGB with directviv, set it to be TRUE.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e6b6c9e884969f514fa08f51afb30c97614c5296
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:51 2016 +0800

    gstreamer1.0-plugins-bad: Accelerate gldownload with directviv API
    
    1) Propose a physical buffer pool to upstream in gldownload
    2) Bind the physical buffer with texture via dirctviv
    3) In gldownload, wrap the physical buffer to gstbuffer, pass to
       downstream plugins.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 1d09d04f97c71fa0cc1f6995db9bf5d01e33a8a8
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:50 2016 +0800

    gstreamer1.0-plugins-bad: Add directviv to glimagesink to improve playback performance
    
    1.Add a physical buffer uploader in glupload plugin and using viv direct
      texture to bind physical continious buffer with texture to avoid memory
      copy from videobuffer to texture to gain good performance.
    
    2.Reduce glimagesink load latency by override glimagesink ALLOCATION query to
      avoid memory copy.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 9af5d3ff4f8e241cd857520da53b2ab6a7b8f72f
Author: Yuqing Zhu <carol.zhu at nxp.com>
Date:   Thu Oct 13 09:59:49 2016 +0800

    gstreamer1.0-plugins-bad: Change wayland default res to 1024x768
    
    In our release, the default display is full screen in LVDS.
    The 1024x768 resolution will be better in testing for our release platform.
    So change it from 320x240 to 1024x768.
    
    Signed-off-by: Yuqing Zhu <carol.zhu at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit bf0e1dc3cac903a28e70ef504f830bad2070949a
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Wed Oct 12 11:59:35 2016 -0500

    mesa-demos: Refactor to use the new i.MX feature overrides
    
    Configure the package using the existence of 2D and/or
    3D hardware.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit d43806e8910e0814ee818d3bd8257498dac8e24f
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Wed Oct 12 11:59:34 2016 -0500

    mesa-demos: Fix configuration for Wayland on i.MX
    
    If distro features contains wayland, we assume a wayland backend
    and configure the package accordingly.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5c15046ce7857790d42a1b21759bc584fc7d6629
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Wed Oct 12 11:59:33 2016 -0500

    mesa-demos: Make package configuration specific to i.MX
    
    Changes to the package configuration should be applied only
    to i.MX builds.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit f0618a7fc5cc4c4874bf56ca6da1e1799d972d18 (ossystems/master-next)
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Fri Oct 21 16:57:25 2016 -0200

    u-boot-fslc: Update to the 2016.11-based fork
    
    This updates for the upcoming 2016.11 release.
    
    This is based on top of 2016.11-rc2 plus the following changes:
    
      - c7f1e5 embestmx6boards: Use PARTUUID to specify the rootfs location
      - 0c0dcb8 mx6cuboxi: Change finduuid to find on first partition
      - caf0311 wandboard: Change finduuid to find on first partition
      - aeb1be5 mx6cuboxi: Use PARTUUID to specify the rootfs location
      - 1bcfc34 wandboard: Use PARTUUID to specify the rootfs location
      - 6d6dba9 wandboard: Set fdt based on board_rev and board_name
      - 69176f6 warp: Change default bootenv configuration
      - 4d31a07 mx6sabresd: Enable video interfaces in bootargs
      - 9904cfb iMX6: Change mmcroot to use fixed mmc block index for USDHC
      - 77f6c08 embestmx6boards: Change default bootenv configuration
      - 1e89967 mx6sabresd: Use LDO dtb file until LDO bypass support is added
      - d434e1b mx6slevk: Use LDO dtb file until LDO bypass support is added
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a9832ee1a64b767f91e1bfc58b504405b0456b6e
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Fri Oct 21 10:07:35 2016 -0200

    README: Remove subject-prefix from git format-patch command
    
    Removing --subject-prefix='meta-freescale][PATCH']' from git
    format-patch the generated patch will be created with default
    subject as shown bellow:
    
    Subject: [PATCH] README: Remove subject-prefix from git format-patch command
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5f17de896eef5f834e3ac25326286996a83e435c
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Oct 11 17:46:01 2016 -0300

    linux-mfgtool.inc: Fix Taskhash mismatch due kernel version re-evaluation
    
    KERNEL_VERSION is extracted from source code. It is evaluated as None
    for the first parsing, since the code has not been fetched.
    
    After the code is fetched, it will be evaluated as real version number
    and cause kernel to be rebuilt. To avoid this, make
    KERNEL_VERSION_NAME and KERNEL_VERSION_PKG_NAME depend on
    LINUX_VERSION which is a constant.
    
    Fixes following error:
    
    ,----
    | ERROR: Bitbake's cached basehash does not match the one we just
    |   generated (.../linux-imx-mfgtool_4.1.15.bb.do_package)!
    | ERROR: The mismatched hashes were 9ee4645e51989f32cb456a6a920b08c5 and 6b5111eabd2b77ab1266a02f71200f86
    | ERROR: Taskhash mismatch b64a99840810703ae6c0cf2b53de3ff6 versus b3587f37767f2d28aa2f3fd1f4548e85
    |   for .../linux-imx-mfgtool_4.1.15.bb.do_package
    `----
    
    Reported-by: Jun Zhu <junzhu at nxp.com>
    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