[meta-freescale] Updates to meta-freescale (morty) in 2017-01-25

Otavio Salvador otavio.salvador at gmail.com
Wed Jan 25 08:29:14 PST 2017


Hello,

I pushed following updates:

commit 7dddff9f7ad69d79e3daf4c47d7aa14c740db369 (yocto/morty)
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Wed Jan 25 08:57:22 2017 -0600

    weston: Consolidate i.MX GPU patches
    
    This is a non-functional change with one small exception, an additional
    variable initialization that has no known behavioral effect:
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 37619f7e5e9d62ecb0a4effbc675c601b959af14
Author: Gary Thomas <gary at mlbassoc.com>
Date:   Wed Jan 25 12:47:10 2017 +0100

    xserver-common: Move to dynamic layers
    
    The xserver-common recipe can only be built if the openbedded (meta-oe)
    layer is present, so move it to the dynamic layers to prevent breakage
    if that layer is not in the build.
    
    Signed-off-by: Gary Thomas <gary at mlbassoc.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit bdd3abc31f84a35b7c9240687694803353a8316e
Author: Fabio Berton <fabio.berton at ossystems.com.br>
Date:   Mon Jan 23 17:06:06 2017 -0200

    linux-fslc-imx: Bump revision to ee67fc7e072d
    
    This commit merge tag Linux 4.1.38 and apply the following changes:
    
      - ee67fc7e072d (HEAD -> 4.1-2.0.x-imx, origin/4.1-2.0.x-imx) ARM:
        dts:imx7s-warp: Add watchdog pinmux
      - 5fd79049c122 ARM: dts: imx7: Add "LPSR" to LPSR iomux pin names
      - 739f0c753a6d Merge tag 'v4.1.38' into 4.1-2.0.x-imx
    
    Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 65bf4fed25524d570e24de3139467ba543b4abd0
Author: Oliver Graute <oliver.graute at gmail.com>
Date:   Mon Jan 23 19:06:43 2017 +0100

    linux-fslc: Bump revision to 3d8f8d0
    
    This includes following change:
    
    This commit merges tag v4.8.17 into 4.8.x+fslc
    
    Change-Id: I6ac7293a212351cfcb0ea550d426036da30aef14
    Signed-off-by: Oliver Graute <oliver.graute at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a57b3074f899f8d98c0ec3d6f3489cc832e41877
Author: Oliver Graute <oliver.graute at gmail.com>
Date:   Mon Jan 23 18:41:40 2017 +0100

    linux-fslc: Longterm Branch 4.4.x
    
    This is the Longterm supported Linux kernel branch 4.4.x
    
    this bump linux-fslc 4.4.x to 4.4.43
    
    Change-Id: I2035e88f0f69789d4f982e7a38fe51129db13bd5
    Signed-off-by: Oliver Graute <oliver.graute at gmail.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit e01c9a24f9e708d41de872f3c542cb42de9841e8
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Mon Jan 16 13:52:26 2017 -0600

    weston: Touch events cause startup failure
    
    Pressing the touch panel continously during boot up caused
    weston to crash. The weston view was being accessed before it
    was fully initialized, so now we guard against this.
    
    Upstream-Status: Denied [Could not reproduce]
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 2685afe0218cfaa5422948851bf50d456172e6fe
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Mon Jan 16 13:52:25 2017 -0600

    weston: Undo recent command-line change for renderer selection
    
    To restore command-line compatibility, reverting back to
    integer-based renderer selection syntax:
    
    weston [--use-gl=0|1] [--use-g2d=0|1]
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit a0f22bbdd5ee56ef2cd92717a33b79cb03a819cf
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Mon Jan 16 13:52:24 2017 -0600

    weston: xwayland: Fix crash when run with no input device
    
    Starting an xterm with no input device led to a crash
    because weston_wm_pick_seat() was returning garbage and
    weston_wm_selection_init() was trying to use the garbage.
    
    Upstream-Status: Accepted [https://cgit.freedesktop.org/wayland/weston/commit/?id=e7fff215ada3fd3d1b2af664888f960c082f9065]
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 4a324bf471e62c65a40195478f1dbe0a6ffc63e0
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Mon Jan 16 13:52:23 2017 -0600

    weston: Enable double buffer with fb_pan_display for weston compositor
    
    Refine offset calculation.
    
    Upstream-Status: Inappropriate [i.MX specific]
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 6de935fb3f6f7019fefbb8107af01f23d06d0f48
Author: Tom Hochstein <tom.hochstein at nxp.com>
Date:   Mon Jan 16 13:52:22 2017 -0600

    weston: T3DStressTest_Wayland displays abnormally while using G2D compositor
    
    It need add g2d_finish after repaint_region and before copy to framebuffer.
    Because if using dual dpu cores, the tasks on each core will be executed
    sequently, but it can't ensure one task splited on dual cores can be finished
    synchronously by hardware.
    
    Upstream-Status: Inappropriate [i.MX specific]
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 36f461f8c585acecb240d33f773d9de8ca57e404
Author: Alexandra Safta <alexandra-ioana.safta at nxp.com>
Date:   Mon Jan 16 08:29:00 2017 -0800

    Update machine description fields
    
    Change description fields from Freescale to NXP in machine files to align to
    2016 corporate transfer to NXP.
    
    Signed-off-by: Alexandra Safta <alexandra-ioana.safta at nxp.com>
    Signed-off-by: Lauren Post <lauren.post at nxp.com>
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

commit 5ffdc92462f7f32223df2d0f4017a84b4b2d7665
Author: Neena Busireddy <neenareddy.busireddy at nxp.com>
Date:   Thu Jan 12 12:29:40 2017 -0600

    xserver-common: Enable iglx module
    
    Enable iglx module to pass indirect glx rendering test case.
    
    Signed-off-by: Neena Busireddy <neenareddy.busireddy 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