summaryrefslogtreecommitdiffstats
path: root/README.building.md
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-22 18:31:29 -0600
committerMark Hatle <mark.hatle@amd.com>2023-10-22 18:40:49 -0600
commite08eacd3b7e25d9435c742dcfb54c1e31113c047 (patch)
tree652a04a253667124b70f335cd2ff86112162c786 /README.building.md
parent000776e2d3ecdbf03fd3204e5879e4900f68118f (diff)
parent05911e19d85fd98c42054238392afe95a5125265 (diff)
downloadmeta-xilinx-e08eacd3b7e25d9435c742dcfb54c1e31113c047.tar.gz
Merge remote-tracking branch 'origin/rel-v2023.2' into mickledore
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'README.building.md')
-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```