All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Add emenlow pieces removed from oe-core
@ 2011-05-06 12:45 Paul Eggleton
  2011-05-06 12:45 ` [PATCH 1/1] " Paul Eggleton
  2011-05-06 19:25 ` [PATCH 0/1] " Tom Zanussi
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Eggleton @ 2011-05-06 12:45 UTC (permalink / raw)
  To: yocto

From: Paul Eggleton <paul.eggleton@linux.intel.com>

This adds back the emenlow-specific pieces recently removed from oe-core.

Thanks,
    Paul Eggleton <paul.eggleton@linux.intel.com>
---


Paul Eggleton (1):
  Add emenlow pieces removed from oe-core

 .../recipes-core/tasks/task-core-tools.bbappend    |    2 ++
 .../tasks/task-poky-sdk-gmae.bbappend              |    1 +
 .../task-poky-standalone-gmae-sdk-target.bbappend  |    1 +
 .../clutter/clutter-1.4_1.4.2.bbappend             |    4 ++++
 .../clutter/clutter-1.6_1.6.14.bbappend            |    4 ++++
 .../recipes-graphics/clutter/clutter_git.bbappend  |    4 ++++
 .../recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend     |    2 ++
 .../recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend     |    2 ++
 8 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
 create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
 create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
 create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
 create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend

-- 
1.7.4.1



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

* [PATCH 1/1] Add emenlow pieces removed from oe-core
  2011-05-06 12:45 [PATCH 0/1] Add emenlow pieces removed from oe-core Paul Eggleton
@ 2011-05-06 12:45 ` Paul Eggleton
  2011-05-06 19:25 ` [PATCH 0/1] " Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2011-05-06 12:45 UTC (permalink / raw)
  To: yocto

From: Paul Eggleton <paul.eggleton@linux.intel.com>

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 .../recipes-core/tasks/task-core-tools.bbappend    |    2 ++
 .../tasks/task-poky-sdk-gmae.bbappend              |    1 +
 .../task-poky-standalone-gmae-sdk-target.bbappend  |    1 +
 .../clutter/clutter-1.4_1.4.2.bbappend             |    4 ++++
 .../clutter/clutter-1.6_1.6.14.bbappend            |    4 ++++
 .../recipes-graphics/clutter/clutter_git.bbappend  |    4 ++++
 .../recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend     |    2 ++
 .../recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend     |    2 ++
 8 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
 create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
 create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
 create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
 create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
 create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend

diff --git a/meta-emenlow/recipes-core/tasks/task-core-tools.bbappend b/meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
new file mode 100644
index 0000000..9743e2c
--- /dev/null
+++ b/meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
@@ -0,0 +1,2 @@
+RDEPENDS_task-core-tools-profile_append_emenlow = " lttng-ust systemtap"
+
diff --git a/meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend b/meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
new file mode 100644
index 0000000..ff258e0
--- /dev/null
+++ b/meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
@@ -0,0 +1 @@
+SDK-EXTRAS_emenlow ?= " lttng-ust-dev"
diff --git a/meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend b/meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
new file mode 100644
index 0000000..ff258e0
--- /dev/null
+++ b/meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
@@ -0,0 +1 @@
+SDK-EXTRAS_emenlow ?= " lttng-ust-dev"
diff --git a/meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend b/meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
new file mode 100644
index 0000000..71677ad
--- /dev/null
+++ b/meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
@@ -0,0 +1,4 @@
+DEPENDS_emenlow = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
+EXTRA_OECONF_emenlow = "${BASE_CONF} --with-flavour=glx"
+PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
+
diff --git a/meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend b/meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
new file mode 100644
index 0000000..71677ad
--- /dev/null
+++ b/meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
@@ -0,0 +1,4 @@
+DEPENDS_emenlow = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
+EXTRA_OECONF_emenlow = "${BASE_CONF} --with-flavour=glx"
+PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
+
diff --git a/meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend b/meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
new file mode 100644
index 0000000..71677ad
--- /dev/null
+++ b/meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
@@ -0,0 +1,4 @@
+DEPENDS_emenlow = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
+EXTRA_OECONF_emenlow = "${BASE_CONF} --with-flavour=glx"
+PACKAGE_ARCH_emenlow = "${MACHINE_ARCH}"
+
diff --git a/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend b/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
new file mode 100644
index 0000000..92eabf2
--- /dev/null
+++ b/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
@@ -0,0 +1,2 @@
+QT_GLFLAGS_emenlow = "-opengl"
+
diff --git a/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend b/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
new file mode 100644
index 0000000..92eabf2
--- /dev/null
+++ b/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
@@ -0,0 +1,2 @@
+QT_GLFLAGS_emenlow = "-opengl"
+
-- 
1.7.4.1



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

* Re: [PATCH 0/1] Add emenlow pieces removed from oe-core
  2011-05-06 12:45 [PATCH 0/1] Add emenlow pieces removed from oe-core Paul Eggleton
  2011-05-06 12:45 ` [PATCH 1/1] " Paul Eggleton
@ 2011-05-06 19:25 ` Tom Zanussi
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Zanussi @ 2011-05-06 19:25 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto@yoctoproject.org

On Fri, 2011-05-06 at 05:45 -0700, Paul Eggleton wrote:
> From: Paul Eggleton <paul.eggleton@linux.intel.com>
> 
> This adds back the emenlow-specific pieces recently removed from oe-core.
> 
> Thanks,
>     Paul Eggleton <paul.eggleton@linux.intel.com>

Acked-by: Tom Zanussi <tom.zanussi@intel.com>

Pulled into meta-intel/master.

Thanks, Paul!

> ---
> 
> 
> Paul Eggleton (1):
>   Add emenlow pieces removed from oe-core
> 
>  .../recipes-core/tasks/task-core-tools.bbappend    |    2 ++
>  .../tasks/task-poky-sdk-gmae.bbappend              |    1 +
>  .../task-poky-standalone-gmae-sdk-target.bbappend  |    1 +
>  .../clutter/clutter-1.4_1.4.2.bbappend             |    4 ++++
>  .../clutter/clutter-1.6_1.6.14.bbappend            |    4 ++++
>  .../recipes-graphics/clutter/clutter_git.bbappend  |    4 ++++
>  .../recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend     |    2 ++
>  .../recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend     |    2 ++
>  8 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
>  create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
>  create mode 100644 meta-emenlow/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
>  create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
>  create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
>  create mode 100644 meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
>  create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
>  create mode 100644 meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.2.bbappend
> 




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

end of thread, other threads:[~2011-05-06 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 12:45 [PATCH 0/1] Add emenlow pieces removed from oe-core Paul Eggleton
2011-05-06 12:45 ` [PATCH 1/1] " Paul Eggleton
2011-05-06 19:25 ` [PATCH 0/1] " Tom Zanussi

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.