]>
git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: add sudo to HOSTTOOLS
Fixed:
$ bitbake meta-ide-support
$ . ./tmp/environment-setup-i586-poky-linux
$ runqemu tmp/deploy/images/qemux86/core-image-sato-qemux86.qemuboot.conf
[snip]
/bin/sh: sudo: command not found
runqemu - ERROR - Failed to setup tap device. Run runqemu-gen-tapdevs to manually create.
[snip]
The qemu can start, but the IP was wrong, this patch fixes the problem.
[YOCTO #11232]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>