| Submitter | Scott Garman |
|---|---|
| Date | July 23, 2011, 1:36 a.m. |
| Message ID | <cover.1311384871.git.scott.a.garman@intel.com> |
| Download | mbox |
| Permalink | /patch/8399/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib sgarman/runqemu-fixComments
On 07/22/2011 06:36 PM, Scott Garman wrote: > This fixes an issue Jessica Zhang reported to me today: > > Invoking runqemu outside of the build directory for an > in-tree setup results in an empty TMPDIR because bitbake -e > cannot be run to find it. > > A symptom of this problem is running runqemu and getting the > following error: > > Error: Unable to find tunctl binary in<directory> > > Catch this case and report the error to the user. > > This fixes [YOCTO #1278] > > The following changes since commit eea4bd731ef286516ee1fb934fe2222a09c06e70: > > mpc8315e-rdb: Set TARGET_FPU correct (2011-07-22 09:02:58 -0700) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib sgarman/runqemu-fix > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-fix > > Scott Garman (1): > runqemu: report error if TMPDIR cannot be determined > > scripts/runqemu | 27 ++++++++++++++++----------- > 1 files changed, 16 insertions(+), 11 deletions(-) > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > Merged into OE-Core Thanks Sau!
This fixes an issue Jessica Zhang reported to me today: Invoking runqemu outside of the build directory for an in-tree setup results in an empty TMPDIR because bitbake -e cannot be run to find it. A symptom of this problem is running runqemu and getting the following error: Error: Unable to find tunctl binary in <directory> Catch this case and report the error to the user. This fixes [YOCTO #1278] The following changes since commit eea4bd731ef286516ee1fb934fe2222a09c06e70: mpc8315e-rdb: Set TARGET_FPU correct (2011-07-22 09:02:58 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/runqemu-fix http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/runqemu-fix Scott Garman (1): runqemu: report error if TMPDIR cannot be determined scripts/runqemu | 27 ++++++++++++++++----------- 1 files changed, 16 insertions(+), 11 deletions(-)