From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TstqV-00067M-DZ for openembedded-core@lists.openembedded.org; Wed, 09 Jan 2013 12:29:24 +0100 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 09 Jan 2013 03:14:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,436,1355126400"; d="scan'208";a="243948482" Received: from lpalcu-linux (HELO [10.237.105.165]) ([10.237.105.165]) by orsmga001.jf.intel.com with ESMTP; 09 Jan 2013 03:14:09 -0800 Message-ID: <50ED5100.7050508@intel.com> Date: Wed, 09 Jan 2013 13:14:08 +0200 From: Laurentiu Palcu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org, Saul Wold References: <1356009340-15874-1-git-send-email-laurentiu.palcu@intel.com> In-Reply-To: <1356009340-15874-1-git-send-email-laurentiu.palcu@intel.com> Subject: Re: [PATCH v2 0/3] have input method modules cached at do-rootfs time 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: Wed, 09 Jan 2013 11:29:25 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi Saul, Any reason for not merging this patchset? Thanks, Laurentiu On 12/20/2012 03:15 PM, Laurentiu Palcu wrote: > changes in v2: > * added a new qemu.bbclass function that will return a string containing the > command line needed to run a target binary through qemu at postinstall time; > * use 'readelf -l' instead of 'readelf -a' for retrieving the dynamic loader > path; > > from v1: > Hi > > This patchset will change the postinstall routine in gtk-immodules-cache.bbclass, > so it can run at do_rootfs time, and changes matchbox-keyboard recipe to use > the class. > > Thanks, > Laurentiu > > Laurentiu Palcu (3): > qemu.bbclass: add qemu_run_binary() function > gtk-immodules-cache.bbclass: allow for offline cache generation > matchbox-keyboard: use the gtk-immodules-cache.bbclass > > meta/classes/gtk-immodules-cache.bbclass | 17 ++++++++++++++++- > meta/classes/qemu.bbclass | 17 +++++++++++++++++ > .../matchbox-keyboard/matchbox-keyboard_git.bb | 18 ++---------------- > 3 files changed, 35 insertions(+), 17 deletions(-) >