All of lore.kernel.org
 help / color / mirror / Atom feed
From: Prabindh Sundareson <prabu@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: [PATCH 02/10] omap3-sgx-modules: Remove X11 related build and packaging
Date: Thu, 2 May 2013 19:09:16 +0530	[thread overview]
Message-ID: <1367501964-6294-2-git-send-email-prabu@ti.com> (raw)
In-Reply-To: <1367501964-6294-1-git-send-email-prabu@ti.com>

The SGX530 driver for X11 is only buildable and testable standalone
with the pre-built X11 package provided with the Graphics SDK.
This patch removes X11 build from the default kernel module recipe,
to enable moving X11 build to a separate recipe.

This is part of a clean up of the Graphics recipe starting from
4.09.00.01 version of the Graphics SDK.

Signed-off-by: Prabindh Sundareson <prabu@ti.com>
---
 .../omap3-sgx-modules_4.09.00.01.bb                |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
index 55e427f..399374d 100644
--- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
+++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
@@ -39,9 +39,7 @@ MODULESLOCATION_ti814x = "dc_ti81xx_linux"
 MODULESLOCATION_ti816x = "dc_ti81xx_linux"
 MODULESLOCATION_ti33x = "dc_ti335x_linux"
 
-export SUPPORT_XORG ?= "${@base_contains('DISTRO_FEATURES', 'x11', '1', '0', d)}"
-
-MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=${SUPPORT_XORG}"
+MAKE_TARGETS = " BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0"
 
 do_install() {
     mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
@@ -49,8 +47,4 @@ do_install() {
         ${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko  \
         ${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
         ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
-
-    if [ "${SUPPORT_XORG}" = "1" ]; then
-        cp ${S}/services4/3rdparty/linux_drm/drm.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
-    fi
 }
-- 
1.7.1



  reply	other threads:[~2013-05-02 13:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-02 13:39 [PATCH 01/10] libgles-omap3: Remove X11 related build and packaging Prabindh Sundareson
2013-05-02 13:39 ` Prabindh Sundareson [this message]
2013-05-02 13:39 ` [PATCH 03/10] libgles-omap3: Remove unsupported core build option ES2.0 Prabindh Sundareson
2013-05-02 13:53   ` Andreas Müller
2013-05-02 14:02     ` Sundareson, Prabindh
2013-05-02 13:39 ` [PATCH 04/10] libgles-omap3: Remove OpenVG references Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 05/10] libgles-omap3: Remove copying of unused header files Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 06/10] libgles-omap3: Add missing RPROVIDES Prabindh Sundareson
2013-05-14 17:31   ` Denys Dmytriyenko
2013-05-15  4:15     ` Prabindh Sundareson
2013-06-17 21:10       ` Denys Dmytriyenko
2013-06-18  2:31         ` Sundareson, Prabindh
2013-05-02 13:39 ` [PATCH 07/10] libgles-omap3: Skip ldflags check for debug binaries also Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 08/10] libgles-omap3-x11: Separate X11 SGX driver package into new recipe Prabindh Sundareson
2013-05-14 17:29   ` Denys Dmytriyenko
2013-05-02 13:39 ` [PATCH 09/10] omap3-sgx-modules-x11: " Prabindh Sundareson
2013-05-02 13:39 ` [PATCH 10/10] libgles-omap3: Packge init with right permissions Prabindh Sundareson
2013-05-08 13:18 ` [PATCH 01/10] libgles-omap3: Remove X11 related build and packaging Maupin, Chase
2013-05-10  9:16   ` Sundareson, Prabindh
2013-05-10 13:27     ` Maupin, Chase
2013-05-14 17:23       ` Denys Dmytriyenko
2013-05-14 17:46         ` Denys Dmytriyenko
2013-05-15  2:48           ` Sundareson, Prabindh
2013-05-17 17:02             ` Prabindh Sundareson
2013-05-17 17:07               ` Denys Dmytriyenko
  -- strict thread matches above, loose matches on Subject: below --
2013-05-17 16:57 [PATCH 02/10] omap3-sgx-modules: " 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=1367501964-6294-2-git-send-email-prabu@ti.com \
    --to=prabu@ti.com \
    --cc=meta-ti@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.