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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
