All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Senyk <thomas.senyk@pelagicore.com>
To: meta-freescale@yoctoproject.org
Subject: Re: [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP
Date: Mon, 26 Nov 2012 17:23:52 +0100	[thread overview]
Message-ID: <96715462.r9LSDhPm2f@rudolf> (raw)
In-Reply-To: <1353610181-14057-1-git-send-email-otavio@ossystems.com.br>

I've just tested a 'bitbake core-image-x11' and it builds without any problem.

I got a couple of warnings such as:
WARNING: File '/opt/viv_samples/vdk/tutorial2' from gpu-viv-bin-mx6q was 
already stripped, this will prevent future debugging!

... I don't mind them, but "silencing" them would be helpful/good enough 
   (no clue if this is possible/feasible)


I would like to tell you that I've also tested this on the hardware, but it my 
imx6 got "stolen" by colleagues ;)


Two additional questions: 
 - Has anyone tested "egl on fb" (without x11) with this new drivers?
  (so far I've only tested it with 12.04.01)
 - How is the gstreamer work progressing?



On Thu, November 22, 2012 16:49:33 Otavio Salvador wrote:
> Hello,
> 
> This is the third version of the patchset. The segfault seems fixed
> and I'd like to ask you to test and comment on them.
> 
> If we don't find new problems from this I'd like to merge this
> patchset soon so we reduce the amount of not-merged patches being
> handled. This is also going to offer a good base for work in next
> integration steps as for example Qt support.
> 
> The the GStreamer codec support is being finished and we'll send it as
> another patchset soon.
> 
> Changes for v3:
> 
>   * Drop merged patches (firmware-imx, imx-lib, imx-test);
>   * Rework GPU packaging to include test applications;
>   * Fix Linux kernel configuration to have GPU module built-in;
> 
> Changes for v2:
> 
>   * Fix Vivant Xorg driver to rdepends on Xorg EXA module;
>   * Minor cleanup in Xorg driver packaging;
> 
> Adrian Alonso (2):
>   xf86-dri-vivante: Add Vivant DRI driver for Xorg
>   xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs
> 
> Daiane Angolini (1):
>   linux-imx (3.0.35): Configure GPU module to be builtin
> 
> Otavio Salvador (5):
>   linux-imx (3.0.35): Move defconfig to mx6 directory
>   gpu-viv-bin-mx6q: Add Vivant GPU libraries
>   mesa-dri: Change provided set of libraries when building for iMX6
>   xserver-xf86-config: Use Vivant accelerated driver for iMX6
>   imx-base: Use xf86-video-imxfb-vivant for iMX6 targets
> 
>  conf/machine/include/imx-base.inc                  |    1 +
>  .../gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc          |  144
> ++++++++++++++++++++ .../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 +-
>  .../linux/linux-imx-3.0.35/{ => mx6}/defconfig     |    2 +-
>  recipes-kernel/linux/linux-imx_3.0.35.bb           |    2 +-
>  12 files changed, 255 insertions(+), 8 deletions(-)
>  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 rename
> recipes-kernel/linux/linux-imx-3.0.35/{ => mx6}/defconfig (99%)


  parent reply	other threads:[~2012-11-26 16:40 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-22 18:49 [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP Otavio Salvador
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 1/8] linux-imx (3.0.35): Move defconfig to mx6 directory Otavio Salvador
2012-11-23 11:13   ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 2/8] linux-imx (3.0.35): Configure GPU module to be builtin Otavio Salvador
2012-11-23 11:08   ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 3/8] gpu-viv-bin-mx6q: Add Vivant GPU libraries Otavio Salvador
2012-11-23 11:09   ` Daiane Angolini
2012-11-23 11:11     ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 4/8] xf86-dri-vivante: Add Vivant DRI driver for Xorg Otavio Salvador
2012-11-23 11:10   ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 5/8] xf86-video-imxfb-vivante: Add Vivant Xorg driver for iMX SoCs Otavio Salvador
2012-11-23 11:15   ` Daiane Angolini
2012-11-23 11:22     ` Otavio Salvador
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 6/8] mesa-dri: Change provided set of libraries when building for iMX6 Otavio Salvador
2012-11-23 11:16   ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 7/8] xserver-xf86-config: Use Vivant accelerated driver " Otavio Salvador
2012-11-22 18:54   ` Fabio Estevam
2012-11-23 11:20     ` Daiane Angolini
2012-11-22 18:49 ` [meta-fsl-arm][PATCH v3 8/8] imx-base: Use xf86-video-imxfb-vivant for iMX6 targets Otavio Salvador
2012-11-23 11:16   ` Daiane Angolini
2012-11-23 11:18 ` [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP Daiane Angolini
2012-11-23 11:35   ` Otavio Salvador
2012-11-27 17:24     ` Otavio Salvador
2012-11-26 16:23 ` Thomas Senyk [this message]
2012-11-26 16:45   ` Otavio Salvador
2012-11-26 17:00     ` Daiane Angolini
2012-11-26 16:53       ` Thomas Senyk
2012-11-26 17:12         ` Otavio Salvador
2012-11-26 17:48           ` Thomas Senyk
2012-11-26 18:16             ` Otavio Salvador
2012-11-26 17:08       ` Otavio Salvador
2012-11-26 17:56     ` [meta-fsl-arm][PATCH] Remove warning about vivante driver being stripped Alexandre Belloni
2012-11-26 18:21       ` Otavio Salvador
2012-11-26 18:33         ` Alexandre Belloni
2012-11-26 18:35           ` Otavio Salvador
2012-11-26 20:02             ` Alexandre Belloni
2012-11-26 18:34         ` Otavio Salvador
2012-11-26 21:33           ` Alexandre Belloni
2012-11-27 10:31             ` Otavio Salvador
2012-11-26 17:59     ` [meta-fsl-arm][PATCH v3 0/8] iMX6 Yocto Support based on 12.09.01 BSP Gary Thomas
2012-11-26 18:04       ` Daiane Angolini
2012-11-26 18:27         ` Gary Thomas
2012-11-26 18:40           ` Otavio Salvador
2012-11-26 18:54             ` Gary Thomas
2012-11-26 18:57               ` Otavio Salvador
2012-11-27  3:13                 ` Fabio Estevam
2012-11-27 17:52                   ` Fabio Estevam
2012-11-27 18:13                     ` Gary Thomas
2012-11-27 18:17                       ` Fabio Estevam
2012-11-27 18:33                         ` Gary Thomas
2012-11-27 18:35                           ` Fabio Estevam

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=96715462.r9LSDhPm2f@rudolf \
    --to=thomas.senyk@pelagicore.com \
    --cc=meta-freescale@yoctoproject.org \
    /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.