From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T8ufo-0003us-KR for openembedded-core@lists.openembedded.org; Tue, 04 Sep 2012 17:04:16 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 04 Sep 2012 07:51:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,367,1344236400"; d="scan'208";a="196548195" Received: from unknown (HELO [10.255.12.252]) ([10.255.12.252]) by orsmga002.jf.intel.com with ESMTP; 04 Sep 2012 07:51:53 -0700 Message-ID: <50461589.2010309@linux.intel.com> Date: Tue, 04 Sep 2012 07:51:53 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Paul Eggleton References: In-Reply-To: Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 0/7] qemu-config split X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2012 15:04:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/03/2012 06:45 AM, Paul Eggleton wrote: > 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%) > Merged into OE-Core Thanks Sau!