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 8bb866a7..7ffc1ab3 100644
--- a/README.building.md
+++ b/README.building.md
@@ -31,7 +31,7 @@ $ source poky/oe-init-build-env
314. Once initialized configure `bblayers.conf` by adding dependency layers as shown 314. Once initialized configure `bblayers.conf` by adding dependency layers as shown
32 below using `bitbake-layers` command. 32 below using `bitbake-layers` command.
33> **Note:** From step 3 by default `meta-yocto-bsp` will be included in bblayers.conf 33> **Note:** From step 3 by default `meta-yocto-bsp` will be included in bblayers.conf
34> file and this can be removed using `$ bitbake-layers add-layer meta-yocto-bsp` 34> file and this can be removed using `$ bitbake-layers remove-layer meta-yocto-bsp`
35> command. 35> command.
36 36
37``` 37```