* [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change
@ 2016-02-25 19:52 Eric Ruei
2016-02-25 22:08 ` Stiffler, Jacob
0 siblings, 1 reply; 3+ messages in thread
From: Eric Ruei @ 2016-02-25 19:52 UTC (permalink / raw)
To: meta-arago
PVR_NULLDRM is only applicable for DDK 1.9 and is no longer used.
TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14
Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
.../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index bcd78ba..a9ced7e 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -156,10 +156,9 @@ PLATFORM_OMAPDRM_ti33x = "omap335x"
PLATFORM_OMAPDRM_ti43x = "omap437x"
PLATFORM_OMAPDRM_omap-a15 = "omap5430"
-PVR_NULLDRM = ""
-PVR_NULLDRM_ti33x = "1"
-PVR_NULLDRM_ti43x = "0"
-PVR_NULLDRM_omap-a15 = "0"
+TARGET_PRODUCT = "jacinto6evm"
+TARGET_PRODUCT_ti33x = "ti335x"
+TARGET_PRODUCT_ti43x = "ti437x"
PLATFORM_DEBUGSS = ""
PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change
2016-02-25 19:52 [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change Eric Ruei
@ 2016-02-25 22:08 ` Stiffler, Jacob
2016-02-25 22:30 ` Ruei, Eric
0 siblings, 1 reply; 3+ messages in thread
From: Stiffler, Jacob @ 2016-02-25 22:08 UTC (permalink / raw)
To: Ruei, Eric, meta-arago@arago-project.org
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Ruei, Eric
> Sent: Thursday, February 25, 2016 2:53 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] tisdk Makefile: Replace PVR_NULLDRM with
> TARGET_PRODUCT per graphics DDK change
>
> PVR_NULLDRM is only applicable for DDK 1.9 and is no longer used.
> TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14
>
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
> tisdk-makefile_1.0.bb
> index bcd78ba..a9ced7e 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
> makefile_1.0.bb
> @@ -156,10 +156,9 @@ PLATFORM_OMAPDRM_ti33x = "omap335x"
> PLATFORM_OMAPDRM_ti43x = "omap437x"
> PLATFORM_OMAPDRM_omap-a15 = "omap5430"
Is PLATFORM_OMAPDRM used anymore?
>
> -PVR_NULLDRM = ""
> -PVR_NULLDRM_ti33x = "1"
> -PVR_NULLDRM_ti43x = "0"
> -PVR_NULLDRM_omap-a15 = "0"
> +TARGET_PRODUCT = "jacinto6evm"
> +TARGET_PRODUCT_ti33x = "ti335x"
> +TARGET_PRODUCT_ti43x = "ti437x"
>
> PLATFORM_DEBUGSS = ""
> PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change
2016-02-25 22:08 ` Stiffler, Jacob
@ 2016-02-25 22:30 ` Ruei, Eric
0 siblings, 0 replies; 3+ messages in thread
From: Ruei, Eric @ 2016-02-25 22:30 UTC (permalink / raw)
To: Stiffler, Jacob, Ruei, Eric, meta-arago@arago-project.org
On 2/25/2016 5:08 PM, Stiffler, Jacob wrote:
>
>
>> -----Original Message-----
>> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>> bounces@arago-project.org] On Behalf Of Ruei, Eric
>> Sent: Thursday, February 25, 2016 2:53 PM
>> To: meta-arago@arago-project.org
>> Subject: [meta-arago] [PATCH] tisdk Makefile: Replace PVR_NULLDRM with
>> TARGET_PRODUCT per graphics DDK change
>>
>> PVR_NULLDRM is only applicable for DDK 1.9 and is no longer used.
>> TARGET_PRODUCT is required for omapdrm-pvr build per DDK 1.14
>>
>> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
>> ---
>> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 7 +++----
>> 1 file changed, 3 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>> makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-
>> tisdk-makefile_1.0.bb
>> index bcd78ba..a9ced7e 100644
>> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>> makefile_1.0.bb
>> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-
>> makefile_1.0.bb
>> @@ -156,10 +156,9 @@ PLATFORM_OMAPDRM_ti33x = "omap335x"
>> PLATFORM_OMAPDRM_ti43x = "omap437x"
>> PLATFORM_OMAPDRM_omap-a15 = "omap5430"
>
> Is PLATFORM_OMAPDRM used anymore?
>
I did a search and it looks like that PLATFORM_OMAPDRM is no longer use.
Besides, I need to remove all PVR_NULLDRM references and add the
corresponding one for TARGET_PRODUCT.
sed -i -e "s/__PVR_NULLDRM__/${PVR_NULLDRM}/" ${D}/Makefile
==>
sed -i -e "s/__TARGET_PRODUCT__/${TARGET_PRODUCT}/" ${D}/Makefile
I should re-submit this one.
>>
>> -PVR_NULLDRM = ""
>> -PVR_NULLDRM_ti33x = "1"
>> -PVR_NULLDRM_ti43x = "0"
>> -PVR_NULLDRM_omap-a15 = "0"
>> +TARGET_PRODUCT = "jacinto6evm"
>> +TARGET_PRODUCT_ti33x = "ti335x"
>> +TARGET_PRODUCT_ti43x = "ti437x"
>>
>> PLATFORM_DEBUGSS = ""
>> PLATFORM_DEBUGSS_dra7xx = "DRA7xx_PLATFORM"
>> --
>> 1.9.1
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-25 22:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 19:52 [PATCH] tisdk Makefile: Replace PVR_NULLDRM with TARGET_PRODUCT per graphics DDK change Eric Ruei
2016-02-25 22:08 ` Stiffler, Jacob
2016-02-25 22:30 ` Ruei, Eric
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.