All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
@ 2015-03-11 11:48 Karthik Ramanan
  2015-03-11 11:48 ` [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville Karthik Ramanan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Karthik Ramanan @ 2015-03-11 11:48 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index f854596..1043ce5 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
 GRAPHICS_RDEPENDS_omap-a15 = "\
     libgbm \
     omap5-sgx-ddk-um-linux \
+    omapdrm-pvr \
     "
-# Put this back when compile issues are fixed against 3.14
-#    omapdrm-pvr
 
 GRAPHICS_BLTSVILLE = ""
 GRAPHICS_BLTSVILLE_omap-a15 = " \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville
  2015-03-11 11:48 [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Karthik Ramanan
@ 2015-03-11 11:48 ` Karthik Ramanan
  2015-03-11 17:02   ` Denys Dmytriyenko
  2015-03-11 17:02 ` [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Denys Dmytriyenko
  2015-03-11 23:47 ` Denys Dmytriyenko
  2 siblings, 1 reply; 8+ messages in thread
From: Karthik Ramanan @ 2015-03-11 11:48 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 .../packagegroup-arago-tisdk-graphics.bb           |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index 1043ce5..4cb45dd 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -41,13 +41,7 @@ GRAPHICS_RDEPENDS_omap-a15 = "\
     omapdrm-pvr \
     "
 
-GRAPHICS_BLTSVILLE = ""
-GRAPHICS_BLTSVILLE_omap-a15 = " \
-    bltsville   \
-    "
-
 RDEPENDS_${PN} = "\
     ${@base_conditional('QT_PROVIDER', 'qt4e', "", "${GRAPHICS_WESTON}", d)} \
     ${GRAPHICS_RDEPENDS} \
-    ${GRAPHICS_BLTSVILLE} \
 "
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
  2015-03-11 11:48 [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Karthik Ramanan
  2015-03-11 11:48 ` [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville Karthik Ramanan
@ 2015-03-11 17:02 ` Denys Dmytriyenko
  2015-03-11 23:47 ` Denys Dmytriyenko
  2 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2015-03-11 17:02 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

Ack

On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index f854596..1043ce5 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
>  GRAPHICS_RDEPENDS_omap-a15 = "\
>      libgbm \
>      omap5-sgx-ddk-um-linux \
> +    omapdrm-pvr \
>      "
> -# Put this back when compile issues are fixed against 3.14
> -#    omapdrm-pvr
>  
>  GRAPHICS_BLTSVILLE = ""
>  GRAPHICS_BLTSVILLE_omap-a15 = " \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville
  2015-03-11 11:48 ` [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville Karthik Ramanan
@ 2015-03-11 17:02   ` Denys Dmytriyenko
  0 siblings, 0 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2015-03-11 17:02 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

Ack

On Wed, Mar 11, 2015 at 05:18:58PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../packagegroup-arago-tisdk-graphics.bb           |    6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index 1043ce5..4cb45dd 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> @@ -41,13 +41,7 @@ GRAPHICS_RDEPENDS_omap-a15 = "\
>      omapdrm-pvr \
>      "
>  
> -GRAPHICS_BLTSVILLE = ""
> -GRAPHICS_BLTSVILLE_omap-a15 = " \
> -    bltsville   \
> -    "
> -
>  RDEPENDS_${PN} = "\
>      ${@base_conditional('QT_PROVIDER', 'qt4e', "", "${GRAPHICS_WESTON}", d)} \
>      ${GRAPHICS_RDEPENDS} \
> -    ${GRAPHICS_BLTSVILLE} \
>  "
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
  2015-03-11 11:48 [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Karthik Ramanan
  2015-03-11 11:48 ` [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville Karthik Ramanan
  2015-03-11 17:02 ` [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Denys Dmytriyenko
@ 2015-03-11 23:47 ` Denys Dmytriyenko
  2015-03-12  1:49   ` Chengalvala, Vivek
  2 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2015-03-11 23:47 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-arago

This doesn't work:

| /home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2: error: #error "A preemptible Linux kernel is required when using workqueues"


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

-- 
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index f854596..1043ce5 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
>  GRAPHICS_RDEPENDS_omap-a15 = "\
>      libgbm \
>      omap5-sgx-ddk-um-linux \
> +    omapdrm-pvr \
>      "
> -# Put this back when compile issues are fixed against 3.14
> -#    omapdrm-pvr
>  
>  GRAPHICS_BLTSVILLE = ""
>  GRAPHICS_BLTSVILLE_omap-a15 = " \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
  2015-03-11 23:47 ` Denys Dmytriyenko
@ 2015-03-12  1:49   ` Chengalvala, Vivek
  2015-03-12  5:45     ` Balagopalakrishnan, Anand
  0 siblings, 1 reply; 8+ messages in thread
From: Chengalvala, Vivek @ 2015-03-12  1:49 UTC (permalink / raw)
  To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-arago, Balagopalakrishnan, Anand

+Anand

Anand is trying to get Graphics to work with CONFIG_PREEMPT voluntary. 


-----Original Message-----
From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
Sent: Wednesday, March 11, 2015 7:47 PM
To: R, Karthik
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

This doesn't work:

| /home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2: error: #error "A preemptible Linux kernel is required when using workqueues"


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

-- 
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index f854596..1043ce5 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
>  GRAPHICS_RDEPENDS_omap-a15 = "\
>      libgbm \
>      omap5-sgx-ddk-um-linux \
> +    omapdrm-pvr \
>      "
> -# Put this back when compile issues are fixed against 3.14
> -#    omapdrm-pvr
>  
>  GRAPHICS_BLTSVILLE = ""
>  GRAPHICS_BLTSVILLE_omap-a15 = " \
> -- 
> 1.7.9.5
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
  2015-03-12  1:49   ` Chengalvala, Vivek
@ 2015-03-12  5:45     ` Balagopalakrishnan, Anand
  2015-03-12  5:51       ` Karthik Ramanan
  0 siblings, 1 reply; 8+ messages in thread
From: Balagopalakrishnan, Anand @ 2015-03-12  5:45 UTC (permalink / raw)
  To: Chengalvala, Vivek, Dmytriyenko, Denys, R, Karthik; +Cc: meta-arago

I believe the second message is because kernel has not been built before omapdrm-pvr.

The first message is due to config_preempt. Nevertheless, the current version/recipe in meta-arago also requires config_preempt. I am not sure how the current version has been accepted.

As Vivek said, I am looking at enabling SGX for config_preempt_voluntary. 

Regards,
Anand
________________________________________
From: Chengalvala, Vivek
Sent: Thursday, March 12, 2015 7:19 AM
To: Dmytriyenko, Denys; R, Karthik
Cc: meta-arago@arago-project.org; Balagopalakrishnan, Anand
Subject: RE: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

+Anand

Anand is trying to get Graphics to work with CONFIG_PREEMPT voluntary.


-----Original Message-----
From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
Sent: Wednesday, March 11, 2015 7:47 PM
To: R, Karthik
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

This doesn't work:

| /home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2: error: #error "A preemptible Linux kernel is required when using workqueues"


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

--
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> index f854596..1043ce5 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
> @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
>  GRAPHICS_RDEPENDS_omap-a15 = "\
>      libgbm \
>      omap5-sgx-ddk-um-linux \
> +    omapdrm-pvr \
>      "
> -# Put this back when compile issues are fixed against 3.14
> -#    omapdrm-pvr
>
>  GRAPHICS_BLTSVILLE = ""
>  GRAPHICS_BLTSVILLE_omap-a15 = " \
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
  2015-03-12  5:45     ` Balagopalakrishnan, Anand
@ 2015-03-12  5:51       ` Karthik Ramanan
  0 siblings, 0 replies; 8+ messages in thread
From: Karthik Ramanan @ 2015-03-12  5:51 UTC (permalink / raw)
  To: Balagopalakrishnan, Anand, Chengalvala, Vivek, Dmytriyenko,
	Denys, R, Karthik
  Cc: meta-arago

All,

I think we will have to defer this particular patch for a later 
submission. The required kernel config and the SGX adaptation has to 
come in before we can make this change. This was missed out in my checks 
because I primarily validated this for J6/J6Eco.

Vivek,

You can use this patch as a reference to take it through the validation 
on the AM platforms once the required dependencies come in.

Regards
Karthik



On 12-Mar-15 11:15 AM, Balagopalakrishnan, Anand wrote:
> I believe the second message is because kernel has not been built before omapdrm-pvr.
>
> The first message is due to config_preempt. Nevertheless, the current version/recipe in meta-arago also requires config_preempt. I am not sure how the current version has been accepted.
>
> As Vivek said, I am looking at enabling SGX for config_preempt_voluntary.
>
> Regards,
> Anand
> ________________________________________
> From: Chengalvala, Vivek
> Sent: Thursday, March 12, 2015 7:19 AM
> To: Dmytriyenko, Denys; R, Karthik
> Cc: meta-arago@arago-project.org; Balagopalakrishnan, Anand
> Subject: RE: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
>
> +Anand
>
> Anand is trying to get Graphics to work with CONFIG_PREEMPT voluntary.
>
>
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Wednesday, March 11, 2015 7:47 PM
> To: R, Karthik
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr
>
> This doesn't work:
>
> | /home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2: error: #error "A preemptible Linux kernel is required when using workqueues"
>
>
> Also I see these messages, but I don't think they are fatal:
>
> | ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
> | /bin/sh: dos2unix: command not found
>
> --
> Denys
>
>
> On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   .../packagegroup-arago-tisdk-graphics.bb           |    3 +--
>>   1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
>> index f854596..1043ce5 100644
>> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
>> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
>> @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = "\
>>   GRAPHICS_RDEPENDS_omap-a15 = "\
>>       libgbm \
>>       omap5-sgx-ddk-um-linux \
>> +    omapdrm-pvr \
>>       "
>> -# Put this back when compile issues are fixed against 3.14
>> -#    omapdrm-pvr
>>
>>   GRAPHICS_BLTSVILLE = ""
>>   GRAPHICS_BLTSVILLE_omap-a15 = " \
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-12  5:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11 11:48 [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Karthik Ramanan
2015-03-11 11:48 ` [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville Karthik Ramanan
2015-03-11 17:02   ` Denys Dmytriyenko
2015-03-11 17:02 ` [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr Denys Dmytriyenko
2015-03-11 23:47 ` Denys Dmytriyenko
2015-03-12  1:49   ` Chengalvala, Vivek
2015-03-12  5:45     ` Balagopalakrishnan, Anand
2015-03-12  5:51       ` Karthik Ramanan

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.