All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] have input method modules cached at do-rootfs time
@ 2012-12-20 13:15 Laurentiu Palcu
  2012-12-20 13:15 ` [PATCH v2 1/3] qemu.bbclass: add qemu_run_binary() function Laurentiu Palcu
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Laurentiu Palcu @ 2012-12-20 13:15 UTC (permalink / raw)
  To: openembedded-core

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(-)

-- 
1.7.9.5




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

end of thread, other threads:[~2013-01-09 18:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 13:15 [PATCH v2 0/3] have input method modules cached at do-rootfs time Laurentiu Palcu
2012-12-20 13:15 ` [PATCH v2 1/3] qemu.bbclass: add qemu_run_binary() function Laurentiu Palcu
2012-12-20 14:45   ` Burton, Ross
2012-12-20 14:59     ` Laurentiu Palcu
2012-12-20 15:19       ` Burton, Ross
2012-12-20 13:15 ` [PATCH v2 2/3] gtk-immodules-cache.bbclass: allow for offline cache generation Laurentiu Palcu
2012-12-20 14:45   ` Burton, Ross
2012-12-20 13:15 ` [PATCH v2 3/3] matchbox-keyboard: use the gtk-immodules-cache.bbclass Laurentiu Palcu
2012-12-20 14:40   ` Burton, Ross
2013-01-09 11:14 ` [PATCH v2 0/3] have input method modules cached at do-rootfs time Laurentiu Palcu
2013-01-09 18:35   ` 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.