All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Senyk <thomas.senyk@pelagicore.com>
To: meta-freescale@yoctoproject.org
Cc: Otavio Salvador <otavio@ossystems.com.br>
Subject: Re: [meta-fsl-arm][PATCH 00/10] iMX6 Yocto Support based on 12.09.01 BSP
Date: Wed, 21 Nov 2012 17:27:05 +0100	[thread overview]
Message-ID: <5114879.9IfgvzzFbU@rudolf> (raw)
In-Reply-To: <1353424272-1562-1-git-send-email-otavio@ossystems.com.br>

[-- Attachment #1: Type: text/plain, Size: 2942 bytes --]

I've done a build test as well.

compile errors in xf86-video-imxfb-vivante

Seems like a version and/or configuration problem.

poky, openembedded and fsl-arm are all on master from today.


My machine:
64bit ArchLinux


On Tue, November 20, 2012 01:11:02 PM Otavio Salvador wrote:
> Hello,
> 
> We've been working on this patchset for sometime. We are glad to be
> able to sure it among you all and I'd like to ask you to test and
> comment on them.
> 
> The only missing part is the GStreamer codec support that are still
> being finished and we'll make it available as soon as it is working
> properly.
> 
> Adrian Alonso (2):
>   xf86-dri-vivante: Add Vivant DRI driver for Xorg
>   xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs
> 
> Otavio Salvador (8):
>   firmware-imx: Add 12.09.01 version
>   imx-base.inc: Add iMX6 firmware information
>   imx-lib: Add 12.09.01 version
>   imx-test: Add 12.09.01 version
>   gpu-viv-bin-mx6q: Add Vivant GPU libraries
>   mesa-dri: Change provided set of libraries when building for iMX6
>   imx-base: Use xf86-video-imxfb-vivant for iMX6 targets
>   xserver-xf86-config: Use Vivant accelerated driver for iMX6
> 
>  conf/machine/include/imx-base.inc                  |    3 +
>  recipes-bsp/firmware-imx/firmware-imx_12.09.01.bb  |    8 ++
>  recipes-bsp/imx-test/imx-test.inc                  |    1 +
>  recipes-bsp/imx-test/imx-test_12.09.01.bb          |    8 ++
>  .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc          |  125
> ++++++++++++++++++++ .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb  |  
>  9 ++
>  recipes-graphics/mesa/mesa-dri_8.0.4.bbappend      |    4 +-
>  recipes-graphics/mesa/mesa-dri_git.bbappend        |    4 +-
>  .../xorg-driver/xf86-dri-vivante_12.09.01.bb       |   31 +++++
>  .../Makefile.am-remove-prefixed-include-path.patch |   29 +++++
>  .../xf86-video-imxfb-vivante_12.09.01.bb           |   27 +++++
>  .../xorg-xserver/xserver-xf86-config/mx6/xorg.conf |    8 +-
>  .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    2 +-
>  recipes-multimedia/imx-lib/imx-lib.inc             |    1 +
>  recipes-multimedia/imx-lib/imx-lib_12.09.01.bb     |    8 ++
>  15 files changed, 262 insertions(+), 6 deletions(-)
>  create mode 100644 recipes-bsp/firmware-imx/firmware-imx_12.09.01.bb
>  create mode 100644 recipes-bsp/imx-test/imx-test_12.09.01.bb
>  create mode 100644 recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc
>  create mode 100644
> recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q_12.09.01.bb create mode
> 100644 recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb create
> mode 100644
> recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Makefile.am-remove-pr
> efixed-include-path.patch create mode 100644
> recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_12.09.01.bb create
> mode 100644 recipes-multimedia/imx-lib/imx-lib_12.09.01.bb

[-- Attachment #2: run_log.do_compile.25401.tar.gz --]
[-- Type: application/x-compressed-tar, Size: 3552 bytes --]

      parent reply	other threads:[~2012-11-21 16:27 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-20 15:11 [meta-fsl-arm][PATCH 00/10] iMX6 Yocto Support based on 12.09.01 BSP Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 01/10] firmware-imx: Add 12.09.01 version Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 02/10] imx-base.inc: Add iMX6 firmware information Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 03/10] imx-lib: Add 12.09.01 version Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 04/10] imx-test: " Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 05/10] gpu-viv-bin-mx6q: Add Vivant GPU libraries Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 06/10] xf86-dri-vivante: Add Vivant DRI driver for Xorg Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 07/10] xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 08/10] mesa-dri: Change provided set of libraries when building for iMX6 Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 09/10] imx-base: Use xf86-video-imxfb-vivant for iMX6 targets Otavio Salvador
2012-11-20 15:11 ` [meta-fsl-arm][PATCH 10/10] xserver-xf86-config: Use Vivant accelerated driver for iMX6 Otavio Salvador
2012-11-20 15:20 ` [meta-fsl-arm][PATCH 00/10] iMX6 Yocto Support based on 12.09.01 BSP Gary Thomas
2012-11-20 15:23   ` Otavio Salvador
2012-11-20 21:29     ` Gary Thomas
2012-11-21 10:46       ` Otavio Salvador
2012-11-21 11:38         ` Gary Thomas
     [not found]         ` <50ACBC49.9000303@gmail.com>
2012-11-21 11:45           ` Otavio Salvador
2012-11-21 12:01             ` Gary Thomas
2012-11-21 12:21               ` Otavio Salvador
2012-11-21 12:34                 ` Gary Thomas
2012-11-21 12:38                   ` Otavio Salvador
2012-11-21 12:53                     ` Gary Thomas
2012-11-21 12:57                       ` Otavio Salvador
2012-11-22 12:56                     ` Fabio Estevam
2012-11-22 13:00                       ` Otavio Salvador
     [not found] ` <52084595.BlZru0pAS7@rudolf>
2012-11-21 16:24   ` Otavio Salvador
2012-11-21 17:03     ` Thomas Senyk
2012-11-21 17:15       ` Otavio Salvador
2012-11-21 16:27 ` Thomas Senyk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5114879.9IfgvzzFbU@rudolf \
    --to=thomas.senyk@pelagicore.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.