summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.