summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-10-24 13:36:26 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-25 14:37:21 -0500
commit4ab3d15d9c2a8985ce40c2468f38c70d00031ca1 (patch)
treee082347e791907d53dd778e75e7185ff46c4df57
parent146063dd6496d130cd3809700a776668222b932c (diff)
downloadmeta-xilinx-4ab3d15d9c2a8985ce40c2468f38c70d00031ca1.tar.gz
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 <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--README.building.md2
1 files changed, 1 insertions, 1 deletions
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
131 be able to see all the interfaces by running ifconfig command. 131 be able to see all the interfaces by running ifconfig command.
132 132
133``` 133```
134$ 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 134$ sudo ./<path-to-layer>/poky/scripts/runqemu-gen-tapdevs $(id -g $USER) 4
135``` 135```
136 136
13713. Build an OS image for the target using `bitbake` command. 13713. Build an OS image for the target using `bitbake` command.