All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] qtbase: Build example applications
@ 2014-08-06 21:37 Franklin S. Cooper Jr
  2014-08-06 21:37 ` [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5 Franklin S. Cooper Jr
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2014-08-06 21:37 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-qt/qt5/qtbase_5.2.1.bbappend           |    3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend

diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
new file mode 100644
index 0000000..b3c05b2
--- /dev/null
+++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
@@ -0,0 +1,3 @@
+PR_append = "-arago0"
+
+PACKAGECONFIG += "examples"
-- 
1.7.9.5



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

* [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5
  2014-08-06 21:37 [PATCH 1/3] qtbase: Build example applications Franklin S. Cooper Jr
@ 2014-08-06 21:37 ` Franklin S. Cooper Jr
  2014-08-06 23:18   ` Denys Dmytriyenko
  2014-08-06 21:37 ` [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications Franklin S. Cooper Jr
  2014-08-06 23:04 ` [PATCH 1/3] qtbase: Build " Denys Dmytriyenko
  2 siblings, 1 reply; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2014-08-06 21:37 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroups/packagegroup-arago-qte.bb        |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
index b2dd546..7e00a55 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add Qt embedded related packages"
 LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
 
 inherit packagegroup
 
@@ -32,6 +32,7 @@ QT5_ESSENTIALS = "\
     qtlocation-plugins \
     qtmultimedia-plugins \
     qtwayland-plugins \
+    qt3d \
 "
 
 RDEPENDS_${PN} = "\
-- 
1.7.9.5



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

* [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications
  2014-08-06 21:37 [PATCH 1/3] qtbase: Build example applications Franklin S. Cooper Jr
  2014-08-06 21:37 ` [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5 Franklin S. Cooper Jr
@ 2014-08-06 21:37 ` Franklin S. Cooper Jr
  2014-08-06 23:18   ` Denys Dmytriyenko
  2014-08-06 23:04 ` [PATCH 1/3] qtbase: Build " Denys Dmytriyenko
  2 siblings, 1 reply; 6+ messages in thread
From: Franklin S. Cooper Jr @ 2014-08-06 21:37 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

From: "Franklin S. Cooper Jr" <fcooper@ti.com>

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../packagegroups/packagegroup-arago-tisdk-qte.bb  |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
index e745a08..c7e63ab 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to add Qt embedded related packages"
 LICENSE = "MIT"
-PR = "r5"
+PR = "r6"
 
 inherit packagegroup
 
@@ -15,6 +15,10 @@ QT4_DEMOS = "\
 QT5_DEMOS = "\
     qtwayland-examples \
     qtwebkit-examples-examples \
+    qtdeclarative-examples \
+    qtmultimedia-examples \
+    qtbase-examples \
+    qt3d-examples \
 "
 
 QT_DEMOS = "\
-- 
1.7.9.5



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

* Re: [PATCH 1/3] qtbase: Build example applications
  2014-08-06 21:37 [PATCH 1/3] qtbase: Build example applications Franklin S. Cooper Jr
  2014-08-06 21:37 ` [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5 Franklin S. Cooper Jr
  2014-08-06 21:37 ` [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications Franklin S. Cooper Jr
@ 2014-08-06 23:04 ` Denys Dmytriyenko
  2 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2014-08-06 23:04 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

Instead of selecting specific package configurations inside the recipe itself 
(or the corresponding bbappend), it's better to control it from a distro 
configuration. You can add it to PACKAGECONFIG_DISTRO_pn-qtbase in arago.conf:

http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-distro/conf/distro/arago.conf;hb=HEAD#l28

-- 
Denys


On Wed, Aug 06, 2014 at 04:37:45PM -0500, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-qt/qt5/qtbase_5.2.1.bbappend           |    3 +++
>  1 file changed, 3 insertions(+)
>  create mode 100644 meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
> 
> diff --git a/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
> new file mode 100644
> index 0000000..b3c05b2
> --- /dev/null
> +++ b/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.1.bbappend
> @@ -0,0 +1,3 @@
> +PR_append = "-arago0"
> +
> +PACKAGECONFIG += "examples"
> -- 
> 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] 6+ messages in thread

* Re: [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5
  2014-08-06 21:37 ` [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5 Franklin S. Cooper Jr
@ 2014-08-06 23:18   ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2014-08-06 23:18 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

Ack

On Wed, Aug 06, 2014 at 04:37:46PM -0500, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-qte.bb        |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
> index b2dd546..7e00a55 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to add Qt embedded related packages"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>  
>  inherit packagegroup
>  
> @@ -32,6 +32,7 @@ QT5_ESSENTIALS = "\
>      qtlocation-plugins \
>      qtmultimedia-plugins \
>      qtwayland-plugins \
> +    qt3d \
>  "
>  
>  RDEPENDS_${PN} = "\
> -- 
> 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] 6+ messages in thread

* Re: [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications
  2014-08-06 21:37 ` [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications Franklin S. Cooper Jr
@ 2014-08-06 23:18   ` Denys Dmytriyenko
  0 siblings, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2014-08-06 23:18 UTC (permalink / raw)
  To: Franklin S. Cooper Jr; +Cc: meta-arago

Ack

On Wed, Aug 06, 2014 at 04:37:47PM -0500, Franklin S. Cooper Jr wrote:
> From: "Franklin S. Cooper Jr" <fcooper@ti.com>
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-tisdk-qte.bb  |    6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
> index e745a08..c7e63ab 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-qte.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to add Qt embedded related packages"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>  
>  inherit packagegroup
>  
> @@ -15,6 +15,10 @@ QT4_DEMOS = "\
>  QT5_DEMOS = "\
>      qtwayland-examples \
>      qtwebkit-examples-examples \
> +    qtdeclarative-examples \
> +    qtmultimedia-examples \
> +    qtbase-examples \
> +    qt3d-examples \
>  "
>  
>  QT_DEMOS = "\
> -- 
> 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] 6+ messages in thread

end of thread, other threads:[~2014-08-06 23:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-06 21:37 [PATCH 1/3] qtbase: Build example applications Franklin S. Cooper Jr
2014-08-06 21:37 ` [PATCH 2/3] packagegroup-arago-qte: Pull in Qt3D when using Qt 5 Franklin S. Cooper Jr
2014-08-06 23:18   ` Denys Dmytriyenko
2014-08-06 21:37 ` [PATCH 3/3] packagegroup-arago-tisdk-qte: Pull in more Qt 5 example applications Franklin S. Cooper Jr
2014-08-06 23:18   ` Denys Dmytriyenko
2014-08-06 23:04 ` [PATCH 1/3] qtbase: Build " Denys Dmytriyenko

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.