diff options
author | Jose Quaresma <jose.quaresma@foundries.io> | 2023-09-28 08:44:12 -0600 |
---|---|---|
committer | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-09-30 11:00:09 -0600 |
commit | 2bb53fd9b29f23221677fa0bf602e01fdf066b99 (patch) | |
tree | 3b0a46692abc29f6c8186fd6fc233a47c8eb87fb | |
parent | eb87bbd47e7ba1f1eb62057c1e9b726c45752297 (diff) | |
download | meta-xilinx-2bb53fd9b29f23221677fa0bf602e01fdf066b99.tar.gz |
README.building.md: fix bitbake-layers remove layer
Based on github Pull Request #59.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Update commit message and added PR number in commit message.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
-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 8bb866a7..7ffc1ab3 100644 --- a/README.building.md +++ b/README.building.md | |||
@@ -31,7 +31,7 @@ $ source poky/oe-init-build-env | |||
31 | 4. Once initialized configure `bblayers.conf` by adding dependency layers as shown | 31 | 4. 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 | ``` |