From 4ab3d15d9c2a8985ce40c2468f38c70d00031ca1 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 24 Oct 2024 13:36:26 -0600 Subject: 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 parameter. It is no longer needed. Warning: Ignoring the 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 Signed-off-by: Mark Hatle --- README.building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.building.md b/README.building.md index 2dd097df..7cbeb262 100644 --- a/README.building.md +++ b/README.building.md @@ -131,7 +131,7 @@ $ bitbake qemu-helper-native be able to see all the interfaces by running ifconfig command. ``` -$ sudo .//poky/scripts/runqemu-gen-tapdevs $(id -u $USER) $(id -g $USER) 4 tmp/sysroots-components/x86_64/qemu-helper-native/usr/bin +$ sudo .//poky/scripts/runqemu-gen-tapdevs $(id -g $USER) 4 ``` 13. Build an OS image for the target using `bitbake` command. -- cgit v1.2.3-54-g00ecf