]> code.ossystems Code Review - openembedded-core.git/commit
build-appliance-image: Load TUN at startup
authorJuro Bystricky <juro.bystricky@intel.com>
Fri, 15 Apr 2016 00:49:30 +0000 (17:49 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Apr 2016 15:27:45 +0000 (16:27 +0100)
commit65db0a29be91a157522cf02ebb21961b8ba55759
tree145f20359f37f06bc2c378f2df6fb68e94b8b625
parent34be80665f1edf96ccaa8f0c612464f0704ec564
build-appliance-image: Load TUN at startup

This patch addresses the issue of not being able to execute "runqemu"
in the Build Appliance.
The root cause of the problem was that TAP/TUN was not available,
although required by "runqemu". In addition, the recommended remedy

  $ sudo modprobe tun

would fail for two reasons: modprobe not in PATH (user builder),
and "iptables" located in /usr/sbin but expected in /sbin.

[YOCTO #9437]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/images/build-appliance-image_14.0.0.bb