All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-ti@yoctoproject.org>
Subject: Re: [PATCH 2/5] ompa3-sgx-modules-x11: fix some build failures with latest versions
Date: Sat, 31 Aug 2013 23:20:43 -0400	[thread overview]
Message-ID: <20130901032042.GB18322@edge> (raw)
In-Reply-To: <1378005180-30928-2-git-send-email-denis@denix.org>

On Sat, Aug 31, 2013 at 11:12:57PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> * Do not hardcode kernel source location and name.
> * Fix some discrepancies between GFX SDK versions as related to DRM.

Also, I have couple more fixes pending for resolving build issues when 
building against recent kernels...


> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb
> index d439d83..9134e61 100644
> --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb
> +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules-x11_4.09.00.01.bb
> @@ -11,7 +11,7 @@ BINFILE = "Graphics_SDK_setuplinux_${SGXPV}_minimal_demos.bin"
>  
>  inherit module
>  
> -MACHINE_KERNEL_PR_append = "a"
> +MACHINE_KERNEL_PR_append = "b"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  DEFAULT_PREFERENCE = "-1"
> @@ -48,16 +48,16 @@ do_compile() {
>  	export PLAT_CC="${CC}"
>  	export PLAT_CPP="${CXX}"
>  	export PLAR_AR="${AR}"
> -	for kernelver in ${WORKDIR}/../../linux-ti-staging/* ; do
> +	for kernelver in ${WORKDIR}/../../${PREFERRED_PROVIDER_virtual/kernel}/* ; do
>  		cp -f $kernelver/git/drivers/gpu/drm/*.c ${S}/services4/3rdparty/linux_drm/
>  	done
>  	if [ $(echo -e "${KERNEL_VERSION}\n3.3" | sort --version-sort | head -1) = "3.3" ] ; then
>  		cp -f ${S}/services4/3rdparty/linux_drm/Kbuild_3.3 \
> -			${S}/services4/3rdparty/linux_drm/Kbuild
> +			${S}/services4/3rdparty/linux_drm/Kbuild || true
>  	else 
>  		if [ $(echo -e "${KERNEL_VERSION}\n3.2" | sort --version-sort | head -1) = "3.2" ] ; then
>  			cp -f ${S}/services4/3rdparty/linux_drm/Kbuild_3.2 \
> -				${S}/services4/3rdparty/linux_drm/Kbuild
> +				${S}/services4/3rdparty/linux_drm/Kbuild || true
>  		fi
>  	fi
>  	oe_runmake BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=${SUPPORT_XORG}
> -- 
> 1.8.3.2
> 


  reply	other threads:[~2013-09-01  3:20 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-01  3:12 [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions Denys Dmytriyenko
2013-09-01  3:12 ` [PATCH 2/5] ompa3-sgx-modules-x11: fix some build failures with latest versions Denys Dmytriyenko
2013-09-01  3:20   ` Denys Dmytriyenko [this message]
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 3/5] libgles-omap3-x11: do not fail if pvr-init is not yet installed Denys Dmytriyenko
2013-09-03 15:19   ` Maupin, Chase
2013-09-01  3:12 ` [PATCH 4/5] libgles-omap3: introduce INC_PR Denys Dmytriyenko
2013-09-03 15:20   ` Maupin, Chase
2013-09-03 16:42     ` Denys Dmytriyenko
2013-09-01  3:13 ` [PATCH 5/5] libgles-omap3, omap3-sgx-modules: remove old 4.03.00.02 version Denys Dmytriyenko
2013-09-01  3:15   ` Denys Dmytriyenko
2013-09-02 12:06     ` Tasslehoff Kjappfot
2013-09-03 17:03       ` Denys Dmytriyenko
2013-09-04  4:33         ` Sundareson, Prabindh
2013-09-03 17:29       ` Cooper Jr., Franklin
2013-09-04  5:39         ` Tasslehoff Kjappfot
2013-09-03 15:18 ` [PATCH 1/5] libgles-omap3: fix some conflicts between X11 and Raw versions Maupin, Chase

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=20130901032042.GB18322@edge \
    --to=denys@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.