All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-efl][PATCH 0/2] Pull request #8
@ 2011-08-18  8:17 Martin Jansa
  2011-08-18  8:18 ` [meta-efl][PATCH 1/2] e-base: bump EFL_SRCREV Martin Jansa
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Martin Jansa @ 2011-08-18  8:17 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 3d0b866967529a14268541b85e79cb35981e1aed:

  xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315 (2011-08-17 23:11:55 +0200)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl

Martin Jansa (2):
  e-base: bump EFL_SRCREV
  e-wm: remove SHR specific patch

 meta-efl/classes/e-base.bbclass                    |    2 +-
 .../e17/e-wm/wizard-module-skipping.patch          |   63 --------------------
 meta-efl/recipes-efl/e17/e-wm_svn.bb               |    4 -
 3 files changed, 1 insertions(+), 68 deletions(-)
 delete mode 100644 meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch

-- 
1.7.6




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

* [meta-efl][PATCH 1/2] e-base: bump EFL_SRCREV
  2011-08-18  8:17 [meta-efl][PATCH 0/2] Pull request #8 Martin Jansa
@ 2011-08-18  8:18 ` Martin Jansa
  2011-08-18  8:18 ` [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch Martin Jansa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ messages in thread
From: Martin Jansa @ 2011-08-18  8:18 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-efl/classes/e-base.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index a2417c5..1b70382 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -2,7 +2,7 @@ HOMEPAGE = "http://www.enlightenment.org"
 SRCNAME ?= "${BPN}"
 
 # usually tracks svn trunk HEAD
-EFL_SRCREV ?= "61696"
+EFL_SRCREV ?= "62492"
 # revision when 1.0.0 was released, for recipes which don't need rebuild so often
 EFL_SRCREV_1.0.0 ?= "56356"
 
-- 
1.7.6




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

* [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:17 [meta-efl][PATCH 0/2] Pull request #8 Martin Jansa
  2011-08-18  8:18 ` [meta-efl][PATCH 1/2] e-base: bump EFL_SRCREV Martin Jansa
@ 2011-08-18  8:18 ` Martin Jansa
  2011-08-18  8:30   ` Paul Menzel
  2011-08-18  8:55 ` [meta-efl][PATCH 0/2] Pull request #8 Koen Kooi
  2011-08-22 19:52 ` Koen Kooi
  3 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2011-08-18  8:18 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../e17/e-wm/wizard-module-skipping.patch          |   63 --------------------
 meta-efl/recipes-efl/e17/e-wm_svn.bb               |    4 -
 2 files changed, 0 insertions(+), 67 deletions(-)
 delete mode 100644 meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch

diff --git a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch b/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
deleted file mode 100644
index d124325..0000000
--- a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-Index: e/src/modules/wizard/Makefile.am
-===================================================================
---- e/src/modules/wizard/Makefile.am	(revision 43860)
-+++ e/src/modules/wizard/Makefile.am	(working copy)
-@@ -6,7 +6,7 @@
- files_DATA = \
- e-module-$(MODULE).edj module.desktop
- 
--EXTRA_DIST = $(files_DATA) page_040.c page_050.c page_060.c
-+EXTRA_DIST = $(files_DATA) page_030.c page_040.c page_050.c page_060.c page_070.c page_080.c
- 
- # the module .so file
- INCLUDES               = -I. \
-@@ -21,9 +21,6 @@
-                          page_000.la \
-                          page_010.la \
-                          page_020.la \
--                         page_030.la \
--                         page_070.la \
--                         page_080.la \
-                          page_200.la
- 
- ### disabled because profile selector really does the job. code here just for
-@@ -60,10 +57,10 @@
- page_020_la_DEPENDENCIES = $(top_builddir)/config.h
- 
- #Choose Menus
--page_030_la_SOURCES      = page_030.c
--page_030_la_LIBADD       = @e_libs@ @dlopen_libs@
--page_030_la_LDFLAGS      = -module -avoid-version
--page_030_la_DEPENDENCIES = $(top_builddir)/config.h
-+#page_030_la_SOURCES      = page_030.c
-+#page_030_la_LIBADD       = @e_libs@ @dlopen_libs@
-+#page_030_la_LDFLAGS      = -module -avoid-version
-+#page_030_la_DEPENDENCIES = $(top_builddir)/config.h
- 
- #page_040_la_SOURCES      = page_040.c
- #page_040_la_LIBADD       = @e_libs@ @dlopen_libs@
-@@ -81,16 +78,16 @@
- #page_060_la_DEPENDENCIES = $(top_builddir)/config.h
- 
- #Choose appliactions
--page_070_la_SOURCES      = page_070.c
--page_070_la_LIBADD       = @e_libs@ @dlopen_libs@
--page_070_la_LDFLAGS      = -module -avoid-version
--page_070_la_DEPENDENCIES = $(top_builddir)/config.h
-+#page_070_la_SOURCES      = page_070.c
-+#page_070_la_LIBADD       = @e_libs@ @dlopen_libs@
-+#page_070_la_LDFLAGS      = -module -avoid-version
-+#page_070_la_DEPENDENCIES = $(top_builddir)/config.h
- 
- #Choose quick launch
--page_080_la_SOURCES      = page_080.c
--page_080_la_LIBADD       = @e_libs@ @dlopen_libs@
--page_080_la_LDFLAGS      = -module -avoid-version
--page_080_la_DEPENDENCIES = $(top_builddir)/config.h
-+#page_080_la_SOURCES      = page_080.c
-+#page_080_la_LIBADD       = @e_libs@ @dlopen_libs@
-+#page_080_la_LDFLAGS      = -module -avoid-version
-+#page_080_la_DEPENDENCIES = $(top_builddir)/config.h
- 
- page_200_la_SOURCES      = page_200.c
- page_200_la_LIBADD       = @e_libs@ @dlopen_libs@
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index 9272aab..38257b5 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -16,10 +16,6 @@ SRC_URI = "\
   file://applications.menu \
 "
 
-SRC_URI_append_shr = " \
-  file://wizard-module-skipping.patch \
-"
-
 EXTRA_OECONF = "\
   --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
   --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
-- 
1.7.6




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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:18 ` [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch Martin Jansa
@ 2011-08-18  8:30   ` Paul Menzel
  2011-08-18  8:37     ` Martin Jansa
  0 siblings, 1 reply; 15+ messages in thread
From: Paul Menzel @ 2011-08-18  8:30 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1429 bytes --]

Dear Martin,


Am Donnerstag, den 18.08.2011, 10:18 +0200 schrieb Martin Jansa:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../e17/e-wm/wizard-module-skipping.patch          |   63 --------------------
>  meta-efl/recipes-efl/e17/e-wm_svn.bb               |    4 -
>  2 files changed, 0 insertions(+), 67 deletions(-)
>  delete mode 100644 meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> 
> diff --git a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch b/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> deleted file mode 100644
> index d124325..0000000
> --- a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> +++ /dev/null

[…]

> diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
> index 9272aab..38257b5 100644
> --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
> +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
> @@ -16,10 +16,6 @@ SRC_URI = "\
>    file://applications.menu \
>  "
>  
> -SRC_URI_append_shr = " \
> -  file://wizard-module-skipping.patch \
> -"
> -
>  EXTRA_OECONF = "\
>    --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
>    --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \

sorry for bothering. I do not have an overview yet. Could somebody
elaborate if such distribution overrides are now deprecated? Will that
patch be applied in the SHR layer?


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:30   ` Paul Menzel
@ 2011-08-18  8:37     ` Martin Jansa
  2011-08-18  8:45       ` Paul Menzel
  0 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2011-08-18  8:37 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1764 bytes --]

On Thu, Aug 18, 2011 at 10:30:23AM +0200, Paul Menzel wrote:
> Dear Martin,
> 
> 
> Am Donnerstag, den 18.08.2011, 10:18 +0200 schrieb Martin Jansa:
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  .../e17/e-wm/wizard-module-skipping.patch          |   63 --------------------
> >  meta-efl/recipes-efl/e17/e-wm_svn.bb               |    4 -
> >  2 files changed, 0 insertions(+), 67 deletions(-)
> >  delete mode 100644 meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> > 
> > diff --git a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch b/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> > deleted file mode 100644
> > index d124325..0000000
> > --- a/meta-efl/recipes-efl/e17/e-wm/wizard-module-skipping.patch
> > +++ /dev/null
> 
> […]
> 
> > diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
> > index 9272aab..38257b5 100644
> > --- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
> > +++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
> > @@ -16,10 +16,6 @@ SRC_URI = "\
> >    file://applications.menu \
> >  "
> >  
> > -SRC_URI_append_shr = " \
> > -  file://wizard-module-skipping.patch \
> > -"
> > -
> >  EXTRA_OECONF = "\
> >    --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
> >    --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
> 
> sorry for bothering. I do not have an overview yet. Could somebody
> elaborate if such distribution overrides are now deprecated? Will that
> patch be applied in the SHR layer?

yes, distributions now have own layers to apply own patches and other
changes with .bbappend

the same should apply to machine overrides

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:37     ` Martin Jansa
@ 2011-08-18  8:45       ` Paul Menzel
  2011-08-18  8:49         ` Koen Kooi
  2011-08-18 11:35         ` Eric Bénard
  0 siblings, 2 replies; 15+ messages in thread
From: Paul Menzel @ 2011-08-18  8:45 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

Am Donnerstag, den 18.08.2011, 10:37 +0200 schrieb Martin Jansa:
> On Thu, Aug 18, 2011 at 10:30:23AM +0200, Paul Menzel wrote:

[…]

> > sorry for bothering. I do not have an overview yet. Could somebody
> > elaborate if such distribution overrides are now deprecated? Will that
> > patch be applied in the SHR layer?
> 
> yes, distributions now have own layers to apply own patches and other
> changes with .bbappend
> 
> the same should apply to machine overrides

Thank you for the explanation. So to find out if some distribution or
machine adapts something I might find interesting I need to look in all
layer (repositories) to find it instead of looking in one recipe. Is
there trick to do that or is that generally not needed?


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:45       ` Paul Menzel
@ 2011-08-18  8:49         ` Koen Kooi
  2011-08-18 11:35         ` Eric Bénard
  1 sibling, 0 replies; 15+ messages in thread
From: Koen Kooi @ 2011-08-18  8:49 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 18-08-11 10:45, Paul Menzel schreef:
> Am Donnerstag, den 18.08.2011, 10:37 +0200 schrieb Martin Jansa:
>> On Thu, Aug 18, 2011 at 10:30:23AM +0200, Paul Menzel wrote:
> 
> […]
> 
>>> sorry for bothering. I do not have an overview yet. Could somebody elaborate if such distribution overrides are now deprecated? Will that patch be applied in the SHR layer?
>> 
>> yes, distributions now have own layers to apply own patches and other changes with .bbappend
>> 
>> the same should apply to machine overrides
> 
> Thank you for the explanation. So to find out if some distribution or machine adapts something I might find interesting I need to look in all layer (repositories) to find it instead of looking in one recipe. Is there trick to do that or is that generally not needed?

koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xdotool$ bitbake-layers show_appends
<string>:1: DeprecationWarning: Call to deprecated function bb.parse.parse_py.BBHandler.vars_from_file: Please use bb.parse.vars_from_file instead.
<string>:6: DeprecationWarning: Call to deprecated function bb.which: Please use bb.utils.which instead.
Parsing recipes..WARNING: No bb files matched BBFILE_PATTERN_htc-layer '^/OE/tentacle/sources/meta-smartphone/meta-htc/'
WARNING: No bb files matched BBFILE_PATTERN_nokia-layer '^/OE/tentacle/sources/meta-smartphone/meta-nokia/'
done.
State of append files:
atk_1.32.0.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-support/atk/atk_1.32.0.bbappend
base-files_3.0.14.bb:
  /OE/tentacle/sources/meta-angstrom/recipes-core/base-files/base-files_3.0.14.bbappend
clutter_git.bb:
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-graphics/clutter/clutter_git.bbappend
clutter-1.6_1.6.14.bb:
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-graphics/clutter/clutter-1.6_1.6.14.bbappend
formfactor_0.0.bb:
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-openpandora/recipes-bsp/formfactor/formfactor_0.0.bbappend
  /OE/tentacle/sources/meta-texasinstruments/recipes-bsp/formfactor/formfactor_0.0.bbappend
gcc_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc_4.6.bbappend
WARNING: gcc_4.5.bb: missing append for preferred version
gcc-cross_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-cross_4.6.bbappend
WARNING: gcc-cross_4.5.bb: missing append for preferred version
gcc-cross-canadian_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-cross-canadian_4.6.bbappend
WARNING: gcc-cross-canadian_4.5.bb: missing append for preferred version
gcc-cross-initial_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-cross-initial_4.6.bbappend
WARNING: gcc-cross-initial_4.5.bb: missing append for preferred version
gcc-cross-intermediate_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-cross-intermediate_4.6.bbappend
WARNING: gcc-cross-intermediate_4.5.bb: missing append for preferred version
gcc-crosssdk_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-crosssdk_4.6.bbappend
WARNING: gcc-crosssdk_4.5.bb: missing append for preferred version
gcc-crosssdk-initial_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-crosssdk-initial_4.6.bbappend
WARNING: gcc-crosssdk-initial_4.5.bb: missing append for preferred version
gcc-crosssdk-intermediate_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.6.bbappend
WARNING: gcc-crosssdk-intermediate_4.5.bb: missing append for preferred version
gcc-runtime_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/gcc-runtime_4.6.bbappend
WARNING: gcc-runtime_4.5.bb: missing append for preferred version
libgcc_4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-devtools/gcc/libgcc_4.6.bbappend
WARNING: libgcc_4.5.bb: missing append for preferred version
libgcrypt_1.4.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-support/libgcrypt/libgcrypt_1.4.6.bbappend
libgpg-error_1.10.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-support/libgpg-error/libgpg-error_1.10.bbappend
librsvg_2.32.1.bb:
  /OE/tentacle/sources/meta-openembedded/meta-gnome/recipes-gnome/librsvg/librsvg_2.32.1.bbappend
libusb-compat_0.1.3.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-support/libusb/libusb-compat_0.1.3.bbappend
libusb1_1.0.8.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-support/libusb/libusb1_1.0.8.bbappend
libxcb_1.7.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xcb/libxcb_1.7.bbappend
libxft_2.2.0.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxft_2.2.0.bbappend
libxrender_0.9.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend
linux-omap_2.6.39.bb:
  /OE/tentacle/sources/meta-igep/recipes-kernel/linux/linux-omap_2.6.39.bbappend
netbase_4.45.bb:
  /OE/tentacle/sources/meta-openpandora/recipes-core/netbase/netbase_4.45.bbappend
  /OE/tentacle/sources/meta-texasinstruments/recipes-core/netbase/netbase_4.45.bbappend
qt4-embedded_4.7.3.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-embedded_4.7.3.bbappend
qt4-x11-free_4.7.3.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-qt/qt4/qt4-x11-free_4.7.3.bbappend
renderproto_0.11.1.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xorg-proto/renderproto_0.11.1.bbappend
sysvinit_2.88dsf.bb:
  /OE/tentacle/sources/meta-angstrom/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend
task-core-sdk-gmae.bb:
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-gnome/tasks/task-core-sdk-gmae.bbappend
task-core-standalone-gmae-sdk-target.bb:
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bbappend
task-core-tools.bb:
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-core/tasks/task-core-tools.bbappend
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-core/tasks/task-core-tools.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-core/tasks/task-core-tools.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-core/tasks/task-core-tools.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-core/tasks/task-core-tools.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-core/tasks/task-core-tools.bbappend
tiff_3.8.2.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-multimedia/libtiff/tiff_3.8.2.bbappend
u-boot_git.bb:
  /OE/tentacle/sources/meta-smartphone/meta-palm/recipes-bsp/u-boot/u-boot_git.bbappend
WARNING: u-boot_2011.06.bb: missing append for preferred version
x-load_git.bb:
  /OE/tentacle/sources/meta-smartphone/meta-palm/recipes-bsp/x-load/x-load_git.bbappend
x-load_git.bb:
  /OE/tentacle/sources/meta-smartphone/meta-palm/recipes-bsp/x-load/x-load_git.bbappend
xcb-proto_1.6.bb:
  /OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xcb/xcb-proto_1.6.bbappend
xserver-xf86-config_0.1.bb:
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
xserver-xf86-dri-lite_1.9.3.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend
initramfs-live-install_1.0.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-sugarbay/../common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/../common/recipes-core/initrdscripts/initramfs-live-install_1.0.bbappend
u-boot_git.bb (skipped):
  /OE/tentacle/sources/meta-smartphone/meta-palm/recipes-bsp/u-boot/u-boot_git.bbappend
linux-yocto-rt_3.0.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
linux-yocto_2.6.37.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto_2.6.37.bbappend
linux-yocto_2.6.34.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
  /OE/tentacle/sources/meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
  /OE/tentacle/sources/meta-intel/meta-n450/recipes-kernel/linux/linux-yocto_2.6.34.bbappend
linux-yocto_3.0.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-fishriver/recipes-kernel/linux/linux-yocto_3.0.bbappend
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-kernel/linux/linux-yocto_3.0.bbappend
xserver-xf86-dri-lite_1.9.3.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend
xserver-xf86-dri-lite_1.9.3.bb (skipped):
  /OE/tentacle/sources/meta-intel/meta-jasperforest/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_1.9.3.bbappend
koen@dominion:/OE/tentacle/sources/meta-openembedded/meta-oe/recipes-graphics/xdotool$
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOTNIWMkyGM64RGpERAtloAJ9Hu0799ZRiFQQCYB2BtlFcLUN3SwCdG+zG
mog3wHI/7XYRHHpNBkTMSJY=
=y07A
-----END PGP SIGNATURE-----




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

* Re: [meta-efl][PATCH 0/2] Pull request #8
  2011-08-18  8:17 [meta-efl][PATCH 0/2] Pull request #8 Martin Jansa
  2011-08-18  8:18 ` [meta-efl][PATCH 1/2] e-base: bump EFL_SRCREV Martin Jansa
  2011-08-18  8:18 ` [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch Martin Jansa
@ 2011-08-18  8:55 ` Koen Kooi
  2011-08-22 19:52 ` Koen Kooi
  3 siblings, 0 replies; 15+ messages in thread
From: Koen Kooi @ 2011-08-18  8:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 18-08-11 10:17, Martin Jansa schreef:
> The following changes since commit 3d0b866967529a14268541b85e79cb35981e1aed:
> 
> xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315 (2011-08-17 23:11:55 +0200)
> 
> are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
> 
> Martin Jansa (2): e-base: bump EFL_SRCREV e-wm: remove SHR specific patch

I'm out of town till monday, so meta-oe pull requests will have a few days delay till then.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOTNOFMkyGM64RGpERAvUKAJ40PUB3/10Ls1z0g9p1IyspqcXCrQCgmbCZ
BqYkmMt5wsI95nxc9B/LBM4=
=fMbH
-----END PGP SIGNATURE-----




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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18  8:45       ` Paul Menzel
  2011-08-18  8:49         ` Koen Kooi
@ 2011-08-18 11:35         ` Eric Bénard
  2011-08-18 13:40           ` Philip Balister
  1 sibling, 1 reply; 15+ messages in thread
From: Eric Bénard @ 2011-08-18 11:35 UTC (permalink / raw)
  To: openembedded-devel

Hi Paul,

Le 18/08/2011 10:45, Paul Menzel a écrit :
> Thank you for the explanation. So to find out if some distribution or
> machine adapts something I might find interesting I need to look in all
> layer (repositories) to find it instead of looking in one recipe.

yes, that's one of the "benefits" of using the new OE ...

Eric



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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18 11:35         ` Eric Bénard
@ 2011-08-18 13:40           ` Philip Balister
  2011-08-18 13:47             ` Martin Jansa
  0 siblings, 1 reply; 15+ messages in thread
From: Philip Balister @ 2011-08-18 13:40 UTC (permalink / raw)
  To: openembedded-devel

On 08/18/2011 04:35 AM, Eric Bénard wrote:
> Hi Paul,
>
> Le 18/08/2011 10:45, Paul Menzel a écrit :
>> Thank you for the explanation. So to find out if some distribution or
>> machine adapts something I might find interesting I need to look in all
>> layer (repositories) to find it instead of looking in one recipe.
>
> yes, that's one of the "benefits" of using the new OE ...

On the other hand, if a distro or machine adapts something in a way you 
do not like, it does not impact you.

Philip



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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18 13:40           ` Philip Balister
@ 2011-08-18 13:47             ` Martin Jansa
  2011-08-18 14:08               ` Philip Balister
  0 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2011-08-18 13:47 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

On Thu, Aug 18, 2011 at 06:40:51AM -0700, Philip Balister wrote:
> On 08/18/2011 04:35 AM, Eric Bénard wrote:
> > Hi Paul,
> >
> > Le 18/08/2011 10:45, Paul Menzel a écrit :
> >> Thank you for the explanation. So to find out if some distribution or
> >> machine adapts something I might find interesting I need to look in all
> >> layer (repositories) to find it instead of looking in one recipe.
> >
> > yes, that's one of the "benefits" of using the new OE ...
> 
> On the other hand, if a distro or machine adapts something in a way you 
> do not like, it does not impact you.

well if they adapted it with machine/distro override then it didn't
impact you too unless you were using that distro or that machine..

now you'll have the same override if you're using that distro because
you'll have their meta-distro and the same with machine and its
meta-bsp.

Regards,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch
  2011-08-18 13:47             ` Martin Jansa
@ 2011-08-18 14:08               ` Philip Balister
  0 siblings, 0 replies; 15+ messages in thread
From: Philip Balister @ 2011-08-18 14:08 UTC (permalink / raw)
  To: openembedded-devel

On 08/18/2011 06:47 AM, Martin Jansa wrote:
> On Thu, Aug 18, 2011 at 06:40:51AM -0700, Philip Balister wrote:
>> On 08/18/2011 04:35 AM, Eric Bénard wrote:
>>> Hi Paul,
>>>
>>> Le 18/08/2011 10:45, Paul Menzel a écrit :
>>>> Thank you for the explanation. So to find out if some distribution or
>>>> machine adapts something I might find interesting I need to look in all
>>>> layer (repositories) to find it instead of looking in one recipe.
>>>
>>> yes, that's one of the "benefits" of using the new OE ...
>>
>> On the other hand, if a distro or machine adapts something in a way you
>> do not like, it does not impact you.
>
> well if they adapted it with machine/distro override then it didn't
> impact you too unless you were using that distro or that machine..
>
> now you'll have the same override if you're using that distro because
> you'll have their meta-distro and the same with machine and its
> meta-bsp.

Remind me not to reply to email until after the coffee takes effect.

Philip



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

* Re: [meta-efl][PATCH 0/2] Pull request #8
  2011-08-18  8:17 [meta-efl][PATCH 0/2] Pull request #8 Martin Jansa
                   ` (2 preceding siblings ...)
  2011-08-18  8:55 ` [meta-efl][PATCH 0/2] Pull request #8 Koen Kooi
@ 2011-08-22 19:52 ` Koen Kooi
  2011-08-22 20:06   ` Martin Jansa
  3 siblings, 1 reply; 15+ messages in thread
From: Koen Kooi @ 2011-08-22 19:52 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 18-08-11 10:17, Martin Jansa schreef:
> The following changes since commit 3d0b866967529a14268541b85e79cb35981e1aed:
> 
> xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315 (2011-08-17 23:11:55 +0200)
> 
> are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
> 
> Martin Jansa (2): e-base: bump EFL_SRCREV e-wm: remove SHR specific patch

merged, thanks!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOUrNjMkyGM64RGpERAjk0AJ9lxX/L8jwv9MPki3b1yJ4AmGQixQCgkVYM
CPLMkEJWWdimqnJzcZYOwGg=
=7EkT
-----END PGP SIGNATURE-----




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

* Re: [meta-efl][PATCH 0/2] Pull request #8
  2011-08-22 19:52 ` Koen Kooi
@ 2011-08-22 20:06   ` Martin Jansa
  2011-08-22 20:15     ` Koen Kooi
  0 siblings, 1 reply; 15+ messages in thread
From: Martin Jansa @ 2011-08-22 20:06 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]

On Mon, Aug 22, 2011 at 09:52:03PM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 18-08-11 10:17, Martin Jansa schreef:
> > The following changes since commit 3d0b866967529a14268541b85e79cb35981e1aed:
> > 
> > xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315 (2011-08-17 23:11:55 +0200)
> > 
> > are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
> > 
> > Martin Jansa (2): e-base: bump EFL_SRCREV e-wm: remove SHR specific patch
> 
> merged, thanks!

Thanks, I've another small EFL_SRCREV bump (for efreet changes) and 2
packaging fixes if you don't want to rebuild efl twice I'll send it in
pull request now, otherwise keep it for few more days for testing.

> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> 
> iD8DBQFOUrNjMkyGM64RGpERAjk0AJ9lxX/L8jwv9MPki3b1yJ4AmGQixQCgkVYM
> CPLMkEJWWdimqnJzcZYOwGg=
> =7EkT
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-efl][PATCH 0/2] Pull request #8
  2011-08-22 20:06   ` Martin Jansa
@ 2011-08-22 20:15     ` Koen Kooi
  0 siblings, 0 replies; 15+ messages in thread
From: Koen Kooi @ 2011-08-22 20:15 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 22-08-11 22:06, Martin Jansa schreef:
> On Mon, Aug 22, 2011 at 09:52:03PM +0200, Koen Kooi wrote: Op 18-08-11 10:17, Martin Jansa schreef:
>>>> The following changes since commit 3d0b866967529a14268541b85e79cb35981e1aed:
>>>> 
>>>> xdotool: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315 (2011-08-17 23:11:55 +0200)
>>>> 
>>>> are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/meta-efl http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/meta-efl
>>>> 
>>>> Martin Jansa (2): e-base: bump EFL_SRCREV e-wm: remove SHR specific patch
> 
> merged, thanks!
> 
>> Thanks, I've another small EFL_SRCREV bump (for efreet changes) and 2 packaging fixes if you don't want to rebuild efl twice I'll send it in pull request now, otherwise keep it for few more days for testing.

I don't mind either way
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOUrjIMkyGM64RGpERAk/bAKCunL3Igr4YRzfyKATSilXF3z0dcwCghJND
zmIcebgpeZtjVkIaJeUjiLU=
=Fhw3
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-08-22 20:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18  8:17 [meta-efl][PATCH 0/2] Pull request #8 Martin Jansa
2011-08-18  8:18 ` [meta-efl][PATCH 1/2] e-base: bump EFL_SRCREV Martin Jansa
2011-08-18  8:18 ` [meta-efl][PATCH 2/2] e-wm: remove SHR specific patch Martin Jansa
2011-08-18  8:30   ` Paul Menzel
2011-08-18  8:37     ` Martin Jansa
2011-08-18  8:45       ` Paul Menzel
2011-08-18  8:49         ` Koen Kooi
2011-08-18 11:35         ` Eric Bénard
2011-08-18 13:40           ` Philip Balister
2011-08-18 13:47             ` Martin Jansa
2011-08-18 14:08               ` Philip Balister
2011-08-18  8:55 ` [meta-efl][PATCH 0/2] Pull request #8 Koen Kooi
2011-08-22 19:52 ` Koen Kooi
2011-08-22 20:06   ` Martin Jansa
2011-08-22 20:15     ` Koen Kooi

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.