All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] qemu-config split
@ 2012-09-03 13:45 Paul Eggleton
  2012-09-03 13:45 ` [PATCH 1/7] qemu-config: relicense as MIT Paul Eggleton
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul Eggleton @ 2012-09-03 13:45 UTC (permalink / raw)
  To: openembedded-core

This is the qemu-config split as posted as an RFC a few weeks ago,
rebased on top of the package group changes (since it adds a package
group), and additionally with anjuta-remote-run removed from the final
package group.


The following changes since commit fe1a13be8e1d170100147308822458f494c930ed:

  packagegroup-*: add RPROVIDES for backwards compatibility (2012-09-03 14:20:24 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/qemu-config2
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/qemu-config2

Paul Eggleton (7):
  qemu-config: relicense as MIT
  oprofileui: split server to separate recipe to avoid X11 dependency
  qemu-config: split out anjuta-remote-run
  oprofileui-server: move initscript from qemu-config
  qemu-config: split out shutdown icon to its own recipe
  qemu-config: split out export of root via NFS to its own recipe
  qemu-config: turn into distcc-config and a package group

 meta/recipes-bsp/qemu-config/qemu-config.bb        |   45 ---
 .../qemu-config/qemu-config/COPYING.GPL            |  339 --------------------
 .../devel-config/anjuta-remote-run.bb              |   19 ++
 .../anjuta-remote-run}/anjuta-remote-run           |    0
 .../recipes-devtools/devel-config/distcc-config.bb |   25 ++
 .../devel-config/distcc-config}/distcc.sh          |    2 +-
 .../devel-config/nfs-export-root.bb                |   17 +
 .../devel-config/nfs-export-root}/exports          |    0
 .../packagegroup-core-device-devel.bb              |   15 +
 .../oprofile/oprofileui-server/init}               |    8 +-
 .../oprofile/oprofileui-server_git.bb              |   24 ++
 meta/recipes-kernel/oprofile/oprofileui.inc        |   11 +-
 meta/recipes-kernel/oprofile/oprofileui_git.bb     |   10 +-
 .../packagegroups/packagegroup-core-x11-sato.bb    |    1 +
 .../shutdown-desktop/shutdown-desktop.bb           |   20 ++
 .../shutdown-desktop}/shutdown.desktop             |    0
 16 files changed, 137 insertions(+), 399 deletions(-)
 delete mode 100644 meta/recipes-bsp/qemu-config/qemu-config.bb
 delete mode 100644 meta/recipes-bsp/qemu-config/qemu-config/COPYING.GPL
 create mode 100644 meta/recipes-devtools/devel-config/anjuta-remote-run.bb
 rename meta/{recipes-bsp/qemu-config/qemu-config => recipes-devtools/devel-config/anjuta-remote-run}/anjuta-remote-run (100%)
 create mode 100644 meta/recipes-devtools/devel-config/distcc-config.bb
 rename meta/{recipes-bsp/qemu-config/qemu-config => recipes-devtools/devel-config/distcc-config}/distcc.sh (57%)
 create mode 100644 meta/recipes-devtools/devel-config/nfs-export-root.bb
 rename meta/{recipes-bsp/qemu-config/qemu-config => recipes-devtools/devel-config/nfs-export-root}/exports (100%)
 create mode 100644 meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
 rename meta/{recipes-bsp/qemu-config/qemu-config/qemu-autostart => recipes-kernel/oprofile/oprofileui-server/init} (74%)
 create mode 100644 meta/recipes-kernel/oprofile/oprofileui-server_git.bb
 create mode 100644 meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb
 rename meta/{recipes-bsp/qemu-config/qemu-config => recipes-sato/shutdown-desktop/shutdown-desktop}/shutdown.desktop (100%)

-- 
1.7.9.5




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

end of thread, other threads:[~2012-09-04 15:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03 13:45 [PATCH 0/7] qemu-config split Paul Eggleton
2012-09-03 13:45 ` [PATCH 1/7] qemu-config: relicense as MIT Paul Eggleton
2012-09-03 13:45 ` [PATCH 2/7] oprofileui: split server to separate recipe to avoid X11 dependency Paul Eggleton
2012-09-03 13:45 ` [PATCH 3/7] qemu-config: split out anjuta-remote-run Paul Eggleton
2012-09-03 13:45 ` [PATCH 4/7] oprofileui-server: move initscript from qemu-config Paul Eggleton
2012-09-03 13:45 ` [PATCH 5/7] qemu-config: split out shutdown icon to its own recipe Paul Eggleton
2012-09-03 13:45 ` [PATCH 6/7] qemu-config: split out export of root via NFS " Paul Eggleton
2012-09-03 13:45 ` [PATCH 7/7] qemu-config: turn into distcc-config and a package group Paul Eggleton
2012-09-04 14:51 ` [PATCH 0/7] qemu-config split Saul Wold

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.