All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] task-arago-tisdk-graphics: Create graphics task
@ 2012-10-12  5:57 Franklin S. Cooper Jr
  2012-10-12 13:51 ` Maupin, Chase
  0 siblings, 1 reply; 7+ messages in thread
From: Franklin S. Cooper Jr @ 2012-10-12  5:57 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Create graphics task that groups the various packages from the Graphics SDK
  recipe.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11 +++++++++++
 .../tasks/task-arago-tisdk-graphics.bb             |   17 +++++++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
 create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb

diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
new file mode 100644
index 0000000..3de0809
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics-sdk-target.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Task to install graphics binaries on sdk target"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+COMPATIBLE_MACHINE = "ti33x|omap3"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+    libgles-omap3-dev \
+"
diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb
new file mode 100644
index 0000000..2c0b3a6
--- /dev/null
+++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-graphics.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Task to install graphics binaries"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+COMPATIBLE_MACHINE = "ti33x|omap3"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "\
+    libgles-omap3 \
+    libgles-omap3-blitwsegl \
+    libgles-omap3-flipwsegl \
+    libgles-omap3-frontwsegl \
+    libgles-omap3-linuxfbwsegl \
+    libgles-omap3-rawdemos \
+    omap3-sgx-modules \
+"
-- 
1.7.0.4



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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-12  5:57 [PATCH] task-arago-tisdk-graphics: Create graphics task Franklin S. Cooper Jr
@ 2012-10-12 13:51 ` Maupin, Chase
  2012-10-18  6:26   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2012-10-12 13:51 UTC (permalink / raw)
  To: Franklin S. Cooper Jr, meta-arago; +Cc: Cooper Jr., Franklin

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Friday, October 12, 2012 12:58 AM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create
> graphics task
> 
> * Create graphics task that groups the various packages from the
> Graphics SDK
>   recipe.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> +++++++++++
>  .../tasks/task-arago-tisdk-graphics.bb             |   17
> +++++++++++++++++
>  2 files changed, 28 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics-sdk-target.bb
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics.bb
> 
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-
> core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> new file mode 100644
> index 0000000..3de0809
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> graphics-sdk-target.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Task to install graphics binaries on sdk target"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> 4de20420"
> +COMPATIBLE_MACHINE = "ti33x|omap3"

Same issue with COMPATIBLE_MACHINE as your other recipe.  This will break devices like am180x-evm

> +PR = "r0"
> +
> +inherit task
> +
> +RDEPENDS_${PN} = "\
> +    libgles-omap3-dev \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics.bb
> new file mode 100644
> index 0000000..2c0b3a6
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> graphics.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "Task to install graphics binaries"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> 4de20420"
> +COMPATIBLE_MACHINE = "ti33x|omap3"

COMPATIBLE_MACHINE issue

> +PR = "r0"
> +
> +inherit task
> +
> +RDEPENDS_${PN} = "\
> +    libgles-omap3 \
> +    libgles-omap3-blitwsegl \
> +    libgles-omap3-flipwsegl \
> +    libgles-omap3-frontwsegl \
> +    libgles-omap3-linuxfbwsegl \
> +    libgles-omap3-rawdemos \
> +    omap3-sgx-modules \
> +"

Where are the Qt example applications like qt-tstat, qml-playground, etc?  Are you putting those into a different task?

Where is the sdk-host task to install the example application sources in the case of qt-tstat, etc being installed by this task?

> --
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-12 13:51 ` Maupin, Chase
@ 2012-10-18  6:26   ` Cooper Jr., Franklin
  2012-10-18 13:31     ` Maupin, Chase
  0 siblings, 1 reply; 7+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-18  6:26 UTC (permalink / raw)
  To: Maupin, Chase, Franklin S. Cooper Jr, meta-arago



-----Original Message-----
From: Maupin, Chase 
Sent: Friday, October 12, 2012 9:52 PM
To: Franklin S. Cooper Jr; meta-arago@arago-project.org
Cc: Cooper Jr., Franklin
Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create graphics task

> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> Sent: Friday, October 12, 2012 12:58 AM
> To: meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> graphics task
> 
> * Create graphics task that groups the various packages from the 
> Graphics SDK
>   recipe.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> +++++++++++
>  .../tasks/task-arago-tisdk-graphics.bb             |   17
> +++++++++++++++++
>  2 files changed, 28 insertions(+), 0 deletions(-)  create mode 100644 
> meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics-sdk-target.bb
>  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics.bb
> 
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes- 
> core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> new file mode 100644
> index 0000000..3de0809
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> graphics-sdk-target.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "Task to install graphics binaries on sdk target"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> 4de20420"
> +COMPATIBLE_MACHINE = "ti33x|omap3"

Same issue with COMPATIBLE_MACHINE as your other recipe.  This will break devices like am180x-evm

> +PR = "r0"
> +
> +inherit task
> +
> +RDEPENDS_${PN} = "\
> +    libgles-omap3-dev \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> arago-tisdk-graphics.bb
> new file mode 100644
> index 0000000..2c0b3a6
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> graphics.bb
> @@ -0,0 +1,17 @@
> +DESCRIPTION = "Task to install graphics binaries"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM =
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> 4de20420"
> +COMPATIBLE_MACHINE = "ti33x|omap3"

COMPATIBLE_MACHINE issue

> +PR = "r0"
> +
> +inherit task
> +
> +RDEPENDS_${PN} = "\
> +    libgles-omap3 \
> +    libgles-omap3-blitwsegl \
> +    libgles-omap3-flipwsegl \
> +    libgles-omap3-frontwsegl \
> +    libgles-omap3-linuxfbwsegl \
> +    libgles-omap3-rawdemos \
> +    omap3-sgx-modules \
> +"

Where are the Qt example applications like qt-tstat, qml-playground, etc?  Are you putting those into a different task?

Where is the sdk-host task to install the example application sources in the case of qt-tstat, etc being installed by this task?

Franklin:
Qt-tstat is being replaced with our new thermostat demo. I am going to work with Dave on that recipe when I get back.
Qml-playground is currently having build issues with the new version of qt so I have not created that recipe yet.

I am not placing the Qt demos inside of the graphics task. Qt-tstat doesn't require opengl and qml-playground looks like it can be used without opengl.
I will probably create a task-arago-tisdk-qte recipe that adds task-arago-qte and any extra qt demos we will likely have in the future. Also a corresponding  task-arago-qte-sdk-target/host recipe.

Also you said "etc" above. What other Qt demos am I missing?

> --
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-18  6:26   ` Cooper Jr., Franklin
@ 2012-10-18 13:31     ` Maupin, Chase
  2012-10-22 18:05       ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2012-10-18 13:31 UTC (permalink / raw)
  To: Cooper Jr., Franklin, Franklin S. Cooper Jr, meta-arago


> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Thursday, October 18, 2012 1:26 AM
> To: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago-
> project.org
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> Create graphics task
> 
> 
> 
> -----Original Message-----
> From: Maupin, Chase
> Sent: Friday, October 12, 2012 9:52 PM
> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> Create graphics task
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > Sent: Friday, October 12, 2012 12:58 AM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create
> > graphics task
> >
> > * Create graphics task that groups the various packages from
> the
> > Graphics SDK
> >   recipe.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> > +++++++++++
> >  .../tasks/task-arago-tisdk-graphics.bb             |   17
> > +++++++++++++++++
> >  2 files changed, 28 insertions(+), 0 deletions(-)  create mode
> 100644
> > meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics-sdk-target.bb
> >  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics.bb
> >
> > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-
> > core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> > new file mode 100644
> > index 0000000..3de0809
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > graphics-sdk-target.bb
> > @@ -0,0 +1,11 @@
> > +DESCRIPTION = "Task to install graphics binaries on sdk
> target"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> >
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > 4de20420"
> > +COMPATIBLE_MACHINE = "ti33x|omap3"
> 
> Same issue with COMPATIBLE_MACHINE as your other recipe.  This
> will break devices like am180x-evm
> 
> > +PR = "r0"
> > +
> > +inherit task
> > +
> > +RDEPENDS_${PN} = "\
> > +    libgles-omap3-dev \
> > +"
> > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics.bb
> > new file mode 100644
> > index 0000000..2c0b3a6
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > graphics.bb
> > @@ -0,0 +1,17 @@
> > +DESCRIPTION = "Task to install graphics binaries"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> >
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > 4de20420"
> > +COMPATIBLE_MACHINE = "ti33x|omap3"
> 
> COMPATIBLE_MACHINE issue
> 
> > +PR = "r0"
> > +
> > +inherit task
> > +
> > +RDEPENDS_${PN} = "\
> > +    libgles-omap3 \
> > +    libgles-omap3-blitwsegl \
> > +    libgles-omap3-flipwsegl \
> > +    libgles-omap3-frontwsegl \
> > +    libgles-omap3-linuxfbwsegl \
> > +    libgles-omap3-rawdemos \
> > +    omap3-sgx-modules \
> > +"
> 
> Where are the Qt example applications like qt-tstat, qml-
> playground, etc?  Are you putting those into a different task?
> 
> Where is the sdk-host task to install the example application
> sources in the case of qt-tstat, etc being installed by this
> task?
> 
> Franklin:
> Qt-tstat is being replaced with our new thermostat demo. I am
> going to work with Dave on that recipe when I get back.
> Qml-playground is currently having build issues with the new
> version of qt so I have not created that recipe yet.
> 
> I am not placing the Qt demos inside of the graphics task. Qt-
> tstat doesn't require opengl and qml-playground looks like it can
> be used without opengl.
> I will probably create a task-arago-tisdk-qte recipe that adds
> task-arago-qte and any extra qt demos we will likely have in the
> future. Also a corresponding  task-arago-qte-sdk-target/host
> recipe.
> 
> Also you said "etc" above. What other Qt demos am I missing?

I was thinking of the other Qt demos like deform.  Perhaps you have those in your matrix task?

> 
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-18 13:31     ` Maupin, Chase
@ 2012-10-22 18:05       ` Cooper Jr., Franklin
  2012-10-22 18:07         ` Denys Dmytriyenko
  0 siblings, 1 reply; 7+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-22 18:05 UTC (permalink / raw)
  To: Maupin, Chase, Franklin S. Cooper Jr, meta-arago



-----Original Message-----
From: Maupin, Chase 
Sent: Thursday, October 18, 2012 8:32 AM
To: Cooper Jr., Franklin; Franklin S. Cooper Jr; meta-arago@arago-project.org
Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create graphics task


> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Thursday, October 18, 2012 1:26 AM
> To: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago- 
> project.org
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> Create graphics task
> 
> 
> 
> -----Original Message-----
> From: Maupin, Chase
> Sent: Friday, October 12, 2012 9:52 PM
> To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> Cc: Cooper Jr., Franklin
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> Create graphics task
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > Sent: Friday, October 12, 2012 12:58 AM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> > graphics task
> >
> > * Create graphics task that groups the various packages from
> the
> > Graphics SDK
> >   recipe.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> >  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> > +++++++++++
> >  .../tasks/task-arago-tisdk-graphics.bb             |   17
> > +++++++++++++++++
> >  2 files changed, 28 insertions(+), 0 deletions(-)  create mode
> 100644
> > meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics-sdk-target.bb
> >  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics.bb
> >
> > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes- 
> > core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> > new file mode 100644
> > index 0000000..3de0809
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > graphics-sdk-target.bb
> > @@ -0,0 +1,11 @@
> > +DESCRIPTION = "Task to install graphics binaries on sdk
> target"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> >
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > 4de20420"
> > +COMPATIBLE_MACHINE = "ti33x|omap3"
> 
> Same issue with COMPATIBLE_MACHINE as your other recipe.  This will 
> break devices like am180x-evm
> 
> > +PR = "r0"
> > +
> > +inherit task
> > +
> > +RDEPENDS_${PN} = "\
> > +    libgles-omap3-dev \
> > +"
> > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> > arago-tisdk-graphics.bb
> > new file mode 100644
> > index 0000000..2c0b3a6
> > --- /dev/null
> > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > graphics.bb
> > @@ -0,0 +1,17 @@
> > +DESCRIPTION = "Task to install graphics binaries"
> > +LICENSE = "MIT"
> > +LIC_FILES_CHKSUM =
> >
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > 4de20420"
> > +COMPATIBLE_MACHINE = "ti33x|omap3"
> 
> COMPATIBLE_MACHINE issue
> 
> > +PR = "r0"
> > +
> > +inherit task
> > +
> > +RDEPENDS_${PN} = "\
> > +    libgles-omap3 \
> > +    libgles-omap3-blitwsegl \
> > +    libgles-omap3-flipwsegl \
> > +    libgles-omap3-frontwsegl \
> > +    libgles-omap3-linuxfbwsegl \
> > +    libgles-omap3-rawdemos \
> > +    omap3-sgx-modules \
> > +"
> 
> Where are the Qt example applications like qt-tstat, qml- playground, 
> etc?  Are you putting those into a different task?
> 
> Where is the sdk-host task to install the example application sources 
> in the case of qt-tstat, etc being installed by this task?
> 
> Franklin:
> Qt-tstat is being replaced with our new thermostat demo. I am going to 
> work with Dave on that recipe when I get back.
> Qml-playground is currently having build issues with the new version 
> of qt so I have not created that recipe yet.
> 
> I am not placing the Qt demos inside of the graphics task. Qt- tstat 
> doesn't require opengl and qml-playground looks like it can be used 
> without opengl.
> I will probably create a task-arago-tisdk-qte recipe that adds 
> task-arago-qte and any extra qt demos we will likely have in the 
> future. Also a corresponding  task-arago-qte-sdk-target/host recipe.
> 
> Also you said "etc" above. What other Qt demos am I missing?

I was thinking of the other Qt demos like deform.  Perhaps you have those in your matrix task?

Franklin:
Deform, animated tiles, calculator and browser are automatically built when Qt is built. Matrix-gui-qt4-demos contains the Matrix related files and scripts for those demos.
> 
> > --
> > 1.7.0.4
> >
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-22 18:05       ` Cooper Jr., Franklin
@ 2012-10-22 18:07         ` Denys Dmytriyenko
  2012-10-23  0:01           ` Cooper Jr., Franklin
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2012-10-22 18:07 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago

On Mon, Oct 22, 2012 at 06:05:37PM +0000, Cooper Jr., Franklin wrote:
> 
> 
> -----Original Message-----
> From: Maupin, Chase 
> Sent: Thursday, October 18, 2012 8:32 AM
> To: Cooper Jr., Franklin; Franklin S. Cooper Jr; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create graphics task
> 
> 
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Thursday, October 18, 2012 1:26 AM
> > To: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago- 
> > project.org
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > 
> > 
> > -----Original Message-----
> > From: Maupin, Chase
> > Sent: Friday, October 12, 2012 9:52 PM
> > To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > > Sent: Friday, October 12, 2012 12:58 AM
> > > To: meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> > > graphics task
> > >
> > > * Create graphics task that groups the various packages from
> > the
> > > Graphics SDK
> > >   recipe.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> > > +++++++++++
> > >  .../tasks/task-arago-tisdk-graphics.bb             |   17
> > > +++++++++++++++++
> > >  2 files changed, 28 insertions(+), 0 deletions(-)  create mode
> > 100644
> > > meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics-sdk-target.bb
> > >  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics.bb
> > >
> > > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > > tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes- 
> > > core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> > > new file mode 100644
> > > index 0000000..3de0809
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > > graphics-sdk-target.bb
> > > @@ -0,0 +1,11 @@
> > > +DESCRIPTION = "Task to install graphics binaries on sdk
> > target"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM =
> > >
> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > Same issue with COMPATIBLE_MACHINE as your other recipe.  This will 
> > break devices like am180x-evm
> > 
> > > +PR = "r0"
> > > +
> > > +inherit task
> > > +
> > > +RDEPENDS_${PN} = "\
> > > +    libgles-omap3-dev \
> > > +"
> > > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > > tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics.bb
> > > new file mode 100644
> > > index 0000000..2c0b3a6
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > > graphics.bb
> > > @@ -0,0 +1,17 @@
> > > +DESCRIPTION = "Task to install graphics binaries"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM =
> > >
> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > COMPATIBLE_MACHINE issue
> > 
> > > +PR = "r0"
> > > +
> > > +inherit task
> > > +
> > > +RDEPENDS_${PN} = "\
> > > +    libgles-omap3 \
> > > +    libgles-omap3-blitwsegl \
> > > +    libgles-omap3-flipwsegl \
> > > +    libgles-omap3-frontwsegl \
> > > +    libgles-omap3-linuxfbwsegl \
> > > +    libgles-omap3-rawdemos \
> > > +    omap3-sgx-modules \
> > > +"
> > 
> > Where are the Qt example applications like qt-tstat, qml- playground, 
> > etc?  Are you putting those into a different task?
> > 
> > Where is the sdk-host task to install the example application sources 
> > in the case of qt-tstat, etc being installed by this task?
> > 
> > Franklin:
> > Qt-tstat is being replaced with our new thermostat demo. I am going to 
> > work with Dave on that recipe when I get back.
> > Qml-playground is currently having build issues with the new version 
> > of qt so I have not created that recipe yet.
> > 
> > I am not placing the Qt demos inside of the graphics task. Qt- tstat 
> > doesn't require opengl and qml-playground looks like it can be used 
> > without opengl.
> > I will probably create a task-arago-tisdk-qte recipe that adds 
> > task-arago-qte and any extra qt demos we will likely have in the 
> > future. Also a corresponding  task-arago-qte-sdk-target/host recipe.
> > 
> > Also you said "etc" above. What other Qt demos am I missing?
> 
> I was thinking of the other Qt demos like deform.  Perhaps you have those in 
> your matrix task?
> 
> Franklin:
> Deform, animated tiles, calculator and browser are automatically built when 
> Qt is built. Matrix-gui-qt4-demos contains the Matrix related files and 
> scripts for those demos.

They may be built, but if you don't have them in any RDEPENDS, they won't be 
installed...

-- 
Denys


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

* Re: [PATCH] task-arago-tisdk-graphics: Create graphics task
  2012-10-22 18:07         ` Denys Dmytriyenko
@ 2012-10-23  0:01           ` Cooper Jr., Franklin
  0 siblings, 0 replies; 7+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-23  0:01 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago



-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Monday, October 22, 2012 1:08 PM
To: Cooper Jr., Franklin
Cc: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago-project.org
Subject: Re: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create graphics task

On Mon, Oct 22, 2012 at 06:05:37PM +0000, Cooper Jr., Franklin wrote:
> 
> 
> -----Original Message-----
> From: Maupin, Chase
> Sent: Thursday, October 18, 2012 8:32 AM
> To: Cooper Jr., Franklin; Franklin S. Cooper Jr; 
> meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> graphics task
> 
> 
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Thursday, October 18, 2012 1:26 AM
> > To: Maupin, Chase; Franklin S. Cooper Jr; meta-arago@arago- 
> > project.org
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > 
> > 
> > -----Original Message-----
> > From: Maupin, Chase
> > Sent: Friday, October 12, 2012 9:52 PM
> > To: Franklin S. Cooper Jr; meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: RE: [meta-arago] [PATCH] task-arago-tisdk-graphics:
> > Create graphics task
> > 
> > > -----Original Message-----
> > > From: meta-arago-bounces@arago-project.org [mailto:meta-arago- 
> > > bounces@arago-project.org] On Behalf Of Franklin S. Cooper Jr
> > > Sent: Friday, October 12, 2012 12:58 AM
> > > To: meta-arago@arago-project.org
> > > Cc: Cooper Jr., Franklin
> > > Subject: [meta-arago] [PATCH] task-arago-tisdk-graphics: Create 
> > > graphics task
> > >
> > > * Create graphics task that groups the various packages from
> > the
> > > Graphics SDK
> > >   recipe.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > > ---
> > >  .../tasks/task-arago-tisdk-graphics-sdk-target.bb  |   11
> > > +++++++++++
> > >  .../tasks/task-arago-tisdk-graphics.bb             |   17
> > > +++++++++++++++++
> > >  2 files changed, 28 insertions(+), 0 deletions(-)  create mode
> > 100644
> > > meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics-sdk-target.bb
> > >  create mode 100644 meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics.bb
> > >
> > > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > > tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes- 
> > > core/tasks/task-arago-tisdk-graphics-sdk-target.bb
> > > new file mode 100644
> > > index 0000000..3de0809
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > > graphics-sdk-target.bb
> > > @@ -0,0 +1,11 @@
> > > +DESCRIPTION = "Task to install graphics binaries on sdk
> > target"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM =
> > >
> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > Same issue with COMPATIBLE_MACHINE as your other recipe.  This will 
> > break devices like am180x-evm
> > 
> > > +PR = "r0"
> > > +
> > > +inherit task
> > > +
> > > +RDEPENDS_${PN} = "\
> > > +    libgles-omap3-dev \
> > > +"
> > > diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-
> > > tisdk-graphics.bb b/meta-arago-distro/recipes-core/tasks/task-
> > > arago-tisdk-graphics.bb
> > > new file mode 100644
> > > index 0000000..2c0b3a6
> > > --- /dev/null
> > > +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-
> > > graphics.bb
> > > @@ -0,0 +1,17 @@
> > > +DESCRIPTION = "Task to install graphics binaries"
> > > +LICENSE = "MIT"
> > > +LIC_FILES_CHKSUM =
> > >
> > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b
> > > 4de20420"
> > > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > 
> > COMPATIBLE_MACHINE issue
> > 
> > > +PR = "r0"
> > > +
> > > +inherit task
> > > +
> > > +RDEPENDS_${PN} = "\
> > > +    libgles-omap3 \
> > > +    libgles-omap3-blitwsegl \
> > > +    libgles-omap3-flipwsegl \
> > > +    libgles-omap3-frontwsegl \
> > > +    libgles-omap3-linuxfbwsegl \
> > > +    libgles-omap3-rawdemos \
> > > +    omap3-sgx-modules \
> > > +"
> > 
> > Where are the Qt example applications like qt-tstat, qml- 
> > playground, etc?  Are you putting those into a different task?
> > 
> > Where is the sdk-host task to install the example application 
> > sources in the case of qt-tstat, etc being installed by this task?
> > 
> > Franklin:
> > Qt-tstat is being replaced with our new thermostat demo. I am going 
> > to work with Dave on that recipe when I get back.
> > Qml-playground is currently having build issues with the new version 
> > of qt so I have not created that recipe yet.
> > 
> > I am not placing the Qt demos inside of the graphics task. Qt- tstat 
> > doesn't require opengl and qml-playground looks like it can be used 
> > without opengl.
> > I will probably create a task-arago-tisdk-qte recipe that adds 
> > task-arago-qte and any extra qt demos we will likely have in the 
> > future. Also a corresponding  task-arago-qte-sdk-target/host recipe.
> > 
> > Also you said "etc" above. What other Qt demos am I missing?
> 
> I was thinking of the other Qt demos like deform.  Perhaps you have 
> those in your matrix task?
> 
> Franklin:
> Deform, animated tiles, calculator and browser are automatically built 
> when Qt is built. Matrix-gui-qt4-demos contains the Matrix related 
> files and scripts for those demos.

They may be built, but if you don't have them in any RDEPENDS, they won't be installed...

Franklin:
I believe Qt has a RRECOMMENDS somewhere that automatically pulls in the qt4-embedded-examples and qt4-embedded-demos packages which includes the various Qt demos. But in my new Qt task that I am working on I explicitly list these packages.

--
Denys


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

end of thread, other threads:[~2012-10-23  0:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-12  5:57 [PATCH] task-arago-tisdk-graphics: Create graphics task Franklin S. Cooper Jr
2012-10-12 13:51 ` Maupin, Chase
2012-10-18  6:26   ` Cooper Jr., Franklin
2012-10-18 13:31     ` Maupin, Chase
2012-10-22 18:05       ` Cooper Jr., Franklin
2012-10-22 18:07         ` Denys Dmytriyenko
2012-10-23  0:01           ` Cooper Jr., Franklin

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.