]> code.ossystems Code Review - openembedded-core.git/commit
qemu: use python2.7 instead of python2
authorMartin Kelly <mkelly@xevo.com>
Thu, 6 Apr 2017 19:48:39 +0000 (12:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Apr 2017 21:48:06 +0000 (22:48 +0100)
commit88dc8b532817f4779b35422a413d5c700c130a74
tree4a4adc3568fa34f349c4ec87edd0f8acf445f967
parent2fe8f39b5f5e7390cc46f8cb47c2503b3c5f78e2
qemu: use python2.7 instead of python2

meta/conf/bitbake.conf puts python2.7 into the HOSTTOOLS variable but not
python2, so only python2.7 is guaranteed. In addition, on some distros -- such
as Amazon Linux -- /usr/bin/python2 doesn't exist but python2.7 does. So, use
python2.7 for the --python= argument in the qemu configure step.

Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc