* [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes
@ 2011-05-25 10:42 Paul Eggleton
2011-05-25 10:42 ` [PATCH 1/4] clutter: remove obsolete 1.4 bbappend from meta-yocto Paul Eggleton
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-05-25 10:42 UTC (permalink / raw)
To: poky
bbappends in meta-yocto need to be kept up-to-date with respect to changes
in oe-core.
The following changes since commit 32a4e746273c3c7d3dd0f13b745bc0679cadaa44:
codeparser.py: fix syntax error in exception handling (2011-05-24 17:16:47 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib paule/tidy-bbappends
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/tidy-bbappends
Paul Eggleton (4):
clutter: remove obsolete 1.4 bbappend from meta-yocto
qt4: remove obsolete 4.6.3 bbappend from meta-yocto
task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in
meta-yocto
uclibc: rename bbappend in meta-yocto to match version in oe-core
...clibc_0.9.30.1.bbappend => uclibc_git.bbappend} | 0
...k-gmae.bbappend => task-core-sdk-gmae.bbappend} | 0
... task-core-standalone-gmae-sdk-target.bbappend} | 0
.../clutter/clutter-1.4_1.4.2.bbappend | 4 ----
.../recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend | 2 --
5 files changed, 0 insertions(+), 6 deletions(-)
rename meta-yocto/recipes-core/uclibc/{uclibc_0.9.30.1.bbappend => uclibc_git.bbappend} (100%)
rename meta-yocto/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend => task-core-sdk-gmae.bbappend} (100%)
rename meta-yocto/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend => task-core-standalone-gmae-sdk-target.bbappend} (100%)
delete mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
delete mode 100644 meta-yocto/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
--
1.7.4.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/4] clutter: remove obsolete 1.4 bbappend from meta-yocto
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
@ 2011-05-25 10:42 ` Paul Eggleton
2011-05-25 10:42 ` [PATCH 2/4] qt4: remove obsolete 4.6.3 " Paul Eggleton
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-05-25 10:42 UTC (permalink / raw)
To: poky
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../clutter/clutter-1.4_1.4.2.bbappend | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
delete mode 100644 meta-yocto/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
diff --git a/meta-yocto/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend b/meta-yocto/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
deleted file mode 100644
index c7cc683..0000000
--- a/meta-yocto/recipes-graphics/clutter/clutter-1.4_1.4.2.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-DEPENDS_atom-pc = "${STDDEPENDS} virtual/xserver-xf86 virtual/libgl"
-EXTRA_OECONF_atom-pc = "${BASE_CONF} --with-flavour=glx"
-PACKAGE_ARCH_atom-pc = "${MACHINE_ARCH}"
-
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] qt4: remove obsolete 4.6.3 bbappend from meta-yocto
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
2011-05-25 10:42 ` [PATCH 1/4] clutter: remove obsolete 1.4 bbappend from meta-yocto Paul Eggleton
@ 2011-05-25 10:42 ` Paul Eggleton
2011-05-25 10:42 ` [PATCH 3/4] task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yocto Paul Eggleton
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-05-25 10:42 UTC (permalink / raw)
To: poky
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
delete mode 100644 meta-yocto/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
diff --git a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend b/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
deleted file mode 100644
index 076ade2..0000000
--- a/meta-yocto/recipes-qt/qt4/qt4-x11-free_4.6.3.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@
-QT_GLFLAGS_atom-pc = "-opengl"
-
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/4] task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yocto
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
2011-05-25 10:42 ` [PATCH 1/4] clutter: remove obsolete 1.4 bbappend from meta-yocto Paul Eggleton
2011-05-25 10:42 ` [PATCH 2/4] qt4: remove obsolete 4.6.3 " Paul Eggleton
@ 2011-05-25 10:42 ` Paul Eggleton
2011-05-25 10:42 ` [PATCH 4/4] uclibc: rename bbappend in meta-yocto to match version in oe-core Paul Eggleton
2011-05-25 14:57 ` [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-05-25 10:42 UTC (permalink / raw)
To: poky
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
...k-gmae.bbappend => task-core-sdk-gmae.bbappend} | 0
... task-core-standalone-gmae-sdk-target.bbappend} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename meta-yocto/recipes-gnome/tasks/{task-poky-sdk-gmae.bbappend => task-core-sdk-gmae.bbappend} (100%)
rename meta-yocto/recipes-gnome/tasks/{task-poky-standalone-gmae-sdk-target.bbappend => task-core-standalone-gmae-sdk-target.bbappend} (100%)
diff --git a/meta-yocto/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend b/meta-yocto/recipes-gnome/tasks/task-core-sdk-gmae.bbappend
similarity index 100%
rename from meta-yocto/recipes-gnome/tasks/task-poky-sdk-gmae.bbappend
rename to meta-yocto/recipes-gnome/tasks/task-core-sdk-gmae.bbappend
diff --git a/meta-yocto/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend b/meta-yocto/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bbappend
similarity index 100%
rename from meta-yocto/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bbappend
rename to meta-yocto/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bbappend
--
1.7.4.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 4/4] uclibc: rename bbappend in meta-yocto to match version in oe-core
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
` (2 preceding siblings ...)
2011-05-25 10:42 ` [PATCH 3/4] task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yocto Paul Eggleton
@ 2011-05-25 10:42 ` Paul Eggleton
2011-05-25 14:57 ` [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-05-25 10:42 UTC (permalink / raw)
To: poky
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
...clibc_0.9.30.1.bbappend => uclibc_git.bbappend} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename meta-yocto/recipes-core/uclibc/{uclibc_0.9.30.1.bbappend => uclibc_git.bbappend} (100%)
diff --git a/meta-yocto/recipes-core/uclibc/uclibc_0.9.30.1.bbappend b/meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
similarity index 100%
rename from meta-yocto/recipes-core/uclibc/uclibc_0.9.30.1.bbappend
rename to meta-yocto/recipes-core/uclibc/uclibc_git.bbappend
--
1.7.4.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
` (3 preceding siblings ...)
2011-05-25 10:42 ` [PATCH 4/4] uclibc: rename bbappend in meta-yocto to match version in oe-core Paul Eggleton
@ 2011-05-25 14:57 ` Richard Purdie
4 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2011-05-25 14:57 UTC (permalink / raw)
To: Paul Eggleton; +Cc: poky
On Wed, 2011-05-25 at 11:42 +0100, Paul Eggleton wrote:
> bbappends in meta-yocto need to be kept up-to-date with respect to changes
> in oe-core.
>
> The following changes since commit 32a4e746273c3c7d3dd0f13b745bc0679cadaa44:
>
> codeparser.py: fix syntax error in exception handling (2011-05-24 17:16:47 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib paule/tidy-bbappends
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/tidy-bbappends
>
> Paul Eggleton (4):
> clutter: remove obsolete 1.4 bbappend from meta-yocto
> qt4: remove obsolete 4.6.3 bbappend from meta-yocto
> task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in
> meta-yocto
> uclibc: rename bbappend in meta-yocto to match version in oe-core
Merged to master, thanks.
Shows we need those layer tools!
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-05-25 14:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 10:42 [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Paul Eggleton
2011-05-25 10:42 ` [PATCH 1/4] clutter: remove obsolete 1.4 bbappend from meta-yocto Paul Eggleton
2011-05-25 10:42 ` [PATCH 2/4] qt4: remove obsolete 4.6.3 " Paul Eggleton
2011-05-25 10:42 ` [PATCH 3/4] task-poky-sdk-gmae: rename bbappends to task-core-sdk-gmae in meta-yocto Paul Eggleton
2011-05-25 10:42 ` [PATCH 4/4] uclibc: rename bbappend in meta-yocto to match version in oe-core Paul Eggleton
2011-05-25 14:57 ` [PATCH 0/4] [meta-yocto] tidy up bbappends after oe-core changes Richard Purdie
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.