Skip to content

Commit 1ba253c

Browse files
committed
cleanup
1 parent b0bc489 commit 1ba253c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The meta-swift layer has been tested with the following Yocto target machines:
1616
- `raspberrypi-armv8`
1717
- `raspberrypi4-64`
1818

19-
Other `x86_64`, `armv7` and `aarch64` machines should also work.
19+
Other machines that use `x86_64`, `armv7` or `aarch64` target architectures should also work.
2020

2121
## Compiling
2222

@@ -48,7 +48,7 @@ inherit swift
4848
When you inherit the `swift` class, BitBake does the following:
4949

5050
- Automatically downloads the Swift toolchain for the host architecture and creates a cross-compiling sysroot
51-
- Adds a build dependency (`DEPENDS`) for the Swift standard libraries, including Foundation
51+
- Adds build dependencies for the Swift standard libraries, including Foundation
5252
- Performs the required build steps to build a Swift package
5353

5454
By default, Swift tests are not built. To build them, add:
@@ -59,7 +59,7 @@ SWIFT_BUILD_TESTS = "1"
5959

6060
to your recipe.
6161

62-
Note that Yocto will automatically detect and add runtime dependencies (`RDEPENDS`) for the Swift runtime, so it is not necessary to add them explicitly in your package.
62+
Note that Yocto will automatically detect and add runtime dependencies for the Swift runtime, so it is not necessary to add them explicitly in your package.
6363

6464
## Deployment
6565

0 commit comments

Comments
 (0)