]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass: fix qemu issue with pseudo
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 8 Sep 2010 19:30:19 +0000 (12:30 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 10 Sep 2010 11:53:10 +0000 (12:53 +0100)
commitb273ca2be051cab71bd07e11a1a4a5106e64f5ce
tree091badc468100880da612eebceccf6a480e8d9fa
parentb4c5b953c80c81f96a912afec9e65fa6faf8f769
libc-package.bbclass: fix qemu issue with pseudo

This solution is what Mark Hatle recommended.

To disable pseudo, while already running, you need to set:
PSEUDO_RELOADED=YES, and then exec something...

This causes pseudo to disable itself from LD_PRELOAD, and thus fall
out of memory on the exec.

This Fixes [BUGID #226]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/classes/libc-package.bbclass