Skip to content

Commit

Permalink
README.building.md: Fix runqemu-gen-tapdevs warnings
Browse files Browse the repository at this point in the history
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
grsandeep85 authored and mhatle committed Oct 25, 2024
1 parent 146063d commit 4ab3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.building.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ bitbake qemu-helper-native
be able to see all the interfaces by running ifconfig command.

```
$ sudo ./<path-to-layer>/poky/scripts/runqemu-gen-tapdevs $(id -u $USER) $(id -g $USER) 4 tmp/sysroots-components/x86_64/qemu-helper-native/usr/bin
$ sudo ./<path-to-layer>/poky/scripts/runqemu-gen-tapdevs $(id -g $USER) 4
```

13. Build an OS image for the target using `bitbake` command.
Expand Down

0 comments on commit 4ab3d15

Please sign in to comment.