]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Explicitly specify MACHINE when calling bitbake
authorKhem Raj <raj.khem@gmail.com>
Wed, 12 Sep 2012 05:59:14 +0000 (22:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Sep 2012 08:49:53 +0000 (09:49 +0100)
commit5c3fec058a2d370fbb625901ca1822ce04927ac2
tree6bd5a358fae203f256a8888bd43bb102187b8ce2
parentc24d518b76f07d86de03259048035407ae3bde68
runqemu: Explicitly specify MACHINE when calling bitbake

When using runqemu with distros outside oe-core then
MACHINE may not be there in local.conf so use the one
thats available in environment of runqemu which is actually
the correct one.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu