All of lore.kernel.org
 help / color / mirror / Atom feed
* Updates to meta-freescale (morty) in 2017-03-09
@ 2017-03-09 20:34 Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2017-03-09 20:34 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit ab253cf70ad5508f351611031552254598a55524 (HEAD -> morty, yocto/morty)
Author: Tom Hochstein <tom.hochstein@nxp.com>
Date:   Mon Mar 6 19:19:42 2017 -0600

    imx-gpu-viv: Fix build break for missing gl headers
    
    For x11 graphics and Wayland graphics with XWayland support, a build
    break is possible due to missing headers. This is because imx-gpu-viv
    does not provide everything it needs to for virtual/libgl and depends
    on mesa to fill in what is missing. Adding a dependency on mesa
    fixes the build break.
    
    Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 2b5e4e3d91cd0ce856adfe9d95a192e0afa94406
Author: Max Krummenacher <max.oss.09@gmail.com>
Date:   Tue Mar 7 01:26:16 2017 +0100

    xf86-video-imxfb-vivante: cleanup
    
    The build starts since commit meta-fsl-arm da0581341a58dfe393a829b3c402330c73589963
    with the make file in ${S} which is actually named Makefile, thus there is no
    need to override base.do_compile or pass the directory and name of the
    make file in EXTRA_OEMAKE.
    
    Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 4c19731b5c5ed63aef365eb173a03ef3ef303fb1
Author: Max Krummenacher <max.oss.09@gmail.com>
Date:   Tue Mar 7 01:26:15 2017 +0100

    xorg-driver: remove the local copies of xorg-driver-*.inc
    
    recipes-graphics/xorg-driver/xorg-driver-common.inc is identical to the copy
    in openembedded-core.
    xorg-driver-video.inc lacks the automatic addition of xorg-driver-abi-<ABI>
    to RDEPENDS. (and constructs DEPENDS differently but with the same effect)
    
    xf86-video-fbdev must now provide the full relative path for its include file.
    
    fixes:
    WARNING: xf86-video-imxfb-vivante-3_5.0.11.p8.6-r0 do_package_qa: QA Issue:
      Package xf86-video-imxfb-vivante contains Xorg driver (vivante_drv.so)
      but no xorg-abi- dependencies [xorg-driver-abi]
    
    and likely but not tested fixes the same warning for xf86-video-fbdev used
    for PPC devices.
    
    Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit c0942fad3c9d2b024cc6e63e82cff4bef4d03faa
Author: Max Krummenacher <max.oss.09@gmail.com>
Date:   Fri Mar 3 20:48:44 2017 +0100

    gstreamer1.0-plugins-imx: add pkgconfig to inherit
    
    The wscript file uses conf.check_cfg which in turn uses pkg-config.
    Fixes configure error triggered now with recipe specific sysroot.
    
    Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit 3f321e5c8505986a0f742335a1d930a13ed14b39
Author: Oliver Graute <oliver.graute@gmail.com>
Date:   Fri Feb 24 17:50:14 2017 +0100

    linux-fslc: bump to linux-fslc 4.4.48
    
    this bump linux-fslc 4.4.x to 4.4.48
    
    Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>

commit b905dc4ec5628357fd2fd402903c236cab05aa51
Author: Otavio Salvador <otavio@ossystems.com.br>
Date:   Thu Mar 9 11:34:11 2017 -0300

    change-file-endianess: Rework recipe completely
    
    The recipe was mixing different concepts. It is intended to provide a
    TCL script to change the endianess of files and the recipe was
    conceptually wrong.
    
    The use of the deploy class is wrong as it is not an artifact that is
    going to be used to install a board but a tool required for
    development (so the need of native and nativesdk variants).
    
    Change-Id: I5ebb063fa1c57a8c7c307314ac6322abfa88d33c
    Signed-off-by: Otavio Salvador <otavio@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


^ permalink raw reply	[flat|nested] 2+ messages in thread
* Updates to meta-freescale (morty) in 2017-03-09
@ 2017-03-09 21:06 Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2017-03-09 21:06 UTC (permalink / raw)
  To: meta-freescale

Hello,

I pushed following updates:

commit 1f7c28fac1151bde832fdbbda45db637fdf9b389 (yocto/morty, morty)
Author: Fabio Berton <fabio.berton@ossystems.com.br>
Date:   Thu Mar 9 17:38:57 2017 -0300

    linux-fslc: Update to 4.9-based fork
    
    This upgrades the Linux kernel to the 4.9.13 release.
    
    Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
    Signed-off-by: Otavio Salvador <otavio@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-09 21:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09 20:34 Updates to meta-freescale (morty) in 2017-03-09 Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2017-03-09 21:06 Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.