Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README.building.md: Fix runqemu-gen-tapdevs warnings
Fix runqemu-gen-tapdevs warnings as these arguments are no longer required in scarthgap release. $ sudo ../sources/poky/scripts/runqemu-gen-tapdevs $(id -u $USER) $(id -g $USER) 4 tmp/sysroots-components/x86_64/qemu-helper-native/usr/bin Warning: Ignoring the <native-sysroot-basedir> parameter. It is no longer needed. Warning: Ignoring the <uid> parameter. It is no longer needed. Note: Destroying pre-existing tap interface tap0... Note: Destroying pre-existing tap interface tap1... Note: Destroying pre-existing tap interface tap2... Note: Destroying pre-existing tap interface tap3... Creating 4 tap devices for GID: 902... Creating tap0 Creating tap1 Creating tap2 Creating tap3 Note: For systems running NetworkManager, it's recommended Note: that the tap devices be set as unmanaged in the Note: NetworkManager.conf file. Add the following lines to Note: /etc/NetworkManager/NetworkManager.conf [keyfile] unmanaged-devices=interface-name:tap* $ Signed-off-by: Sandeep Gundlupet Raju <[email protected]> Signed-off-by: Mark Hatle <[email protected]>
- Loading branch information