All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Prabindh Sundareson <prabu@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 0/9] Graphics SDK cleanup
Date: Thu, 20 Jun 2013 00:39:00 -0400	[thread overview]
Message-ID: <20130620043900.GQ13356@edge> (raw)
In-Reply-To: <1371057762-17055-1-git-send-email-prabu@ti.com>

Prabu,

There were few issues I found when testing your patches, but I've been working 
on the fixes past few days and should have it ready to be pushed shortly.

Not to force you to re-send the patches again, but ligles-omap3-x11 was 
actually missing. But even when added manually, it was causing conflicts with 
no-X11 version, breaking the parsing for distros w/o X11. Moreover, as was 
discussed long time ago, having both X11 and Raw variants of libraries and 
apps built and installed together is very useful for all-inclusive distros, so 
making those recipes conflict and replace each other is not a right way...

Having said all the above, I've done the necessary mods and am testing 
building different configurations at the moment. I'll let you know if I see 
any other issues. Thanks.

-- 
Denys


On Wed, Jun 12, 2013 at 10:52:33PM +0530, Prabindh Sundareson wrote:
> Patch-set removes unsupported features, and separates X11 and non-X11 
> builds, and enables support for Qt5 builds. This patch-set also squashes 2 
> commits together per discussion at 
> https://lists.yoctoproject.org/pipermail/meta-ti/2013-May/002774.html
> 
> Prabindh Sundareson (9):
>   libgles-omap3: Remove X11 related build and packaging
>   omap3-sgx-modules: Remove X11 related build and packaging
>   libgles-omap3: Remove unsupported core build option ES2.0
>   libgles-omap3: Remove OpenVG references
>   libgles-omap3: Remove copying of unused header files
>   libgles-omap3: Add missing RPROVIDES
>   libgles-omap3: Package files with right permission
>   libgles-omap3-x11: Separate X11 SGX driver package into new recipe
>   omap3-sgx-modules-x11: Separate X11 SGX driver package into new
>     recipe
> 
>  .../Compile-fixes-for-38-kernel.patch              |  346 ++++++++++++++++++++
>  .../omap3-sgx-modules-x11/kernel-30.patch          |   38 +++
>  .../omap3-sgx-modules-x11_4.09.00.01.bb            |   74 +++++
>  .../omap3-sgx-modules_4.09.00.01.bb                |    9 +-
>  recipes-graphics/libgles/libgles-omap3-no-x.inc    |  318 ++++++++++++++++++
>  .../libgles/libgles-omap3-x11-4.09.00.01/rc.pvr    |  125 +++++++
>  .../libgles-omap3-x11-4.09.00.01/rc_dri.pvr        |  137 ++++++++
>  recipes-graphics/libgles/libgles-omap3-x11.inc     |  323 ++++++++++++++++++
>  .../libgles/libgles-omap3_4.09.00.01.bb            |   45 +---
>  9 files changed, 1365 insertions(+), 50 deletions(-)
>  create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx-modules-x11/Compile-fixes-for-38-kernel.patch
>  create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx-modules-x11/kernel-30.patch
>  create mode 100644 recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb
>  create mode 100644 recipes-graphics/libgles/libgles-omap3-no-x.inc
>  create mode 100644 recipes-graphics/libgles/libgles-omap3-x11-4.09.00.01/rc.pvr
>  create mode 100644 recipes-graphics/libgles/libgles-omap3-x11-4.09.00.01/rc_dri.pvr
>  create mode 100644 recipes-graphics/libgles/libgles-omap3-x11.inc
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2013-06-20  4:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Prabindh Sundareson <prabu@ti.com>
2013-06-12 17:22 ` [PATCH 0/9] Graphics SDK cleanup Prabindh Sundareson
2013-06-20  4:39   ` Denys Dmytriyenko [this message]
2013-07-03 14:29     ` Enric Balletbo Serra
2013-07-03 14:44       ` Enric Balletbo Serra
2013-07-03 15:59         ` Denys Dmytriyenko
2013-07-03 16:08           ` Enric Balletbo Serra
2013-07-04 15:53             ` Enric Balletbo Serra
2013-07-23 17:16               ` Denys Dmytriyenko
2013-07-24  2:11                 ` Sundareson, Prabindh
2013-06-12 17:22 ` [PATCH 1/9] libgles-omap3: Remove X11 related build and packaging Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 2/9] omap3-sgx-modules: " Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 3/9] libgles-omap3: Remove unsupported core build option ES2.0 Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 4/9] libgles-omap3: Remove OpenVG references Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 5/9] libgles-omap3: Remove copying of unused header files Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 6/9] libgles-omap3: Add missing RPROVIDES Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 7/9] libgles-omap3: Package files with right permission Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 8/9] libgles-omap3-x11: Separate X11 SGX driver package into new recipe Prabindh Sundareson
2013-06-12 17:22 ` [PATCH 9/9] omap3-sgx-modules-x11: " Prabindh Sundareson

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=20130620043900.GQ13356@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=prabu@ti.com \
    /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.