You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The meta-swift layer has been tested with the following Yocto target machines:
16
16
-`raspberrypi-armv8`
17
17
-`raspberrypi4-64`
18
18
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.
20
20
21
21
## Compiling
22
22
@@ -48,7 +48,7 @@ inherit swift
48
48
When you inherit the `swift` class, BitBake does the following:
49
49
50
50
- 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
52
52
- Performs the required build steps to build a Swift package
53
53
54
54
By default, Swift tests are not built. To build them, add:
@@ -59,7 +59,7 @@ SWIFT_BUILD_TESTS = "1"
59
59
60
60
to your recipe.
61
61
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.
0 commit comments