diff options
-rw-r--r-- | README.building.md | 2 |
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 | ||
137 | 13. Build an OS image for the target using `bitbake` command. | 137 | 13. Build an OS image for the target using `bitbake` command. |