File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# meta-swift
2
- Yocto meta-layer for swift-on-arm (Swift 5.7)
2
+ Yocto meta-layer for swift-on-arm (Swift 5.7.1 )
3
3
4
4
# Usage
5
5
@@ -8,7 +8,7 @@ Add this meta layer to your project (refer to yocto user manual)
8
8
Create a new swift application and include it in your yocto build as follows...
9
9
10
10
```
11
- DESCRIPTION = "My swift 5.7 app"
11
+ DESCRIPTION = "My swift 5.7.1 app"
12
12
LICENSE = "CLOSED"
13
13
14
14
SRC_URI = "file://Sources/hello-world/main.swift \
@@ -20,7 +20,7 @@ inherit swift
20
20
21
21
This does a few things, when you ` inherit swift ` meta-layer class, it will does the following...
22
22
23
- - Automatically download the x86_64 and ARMv7 swift 5.7 binaries and create a cross-compiling sys-root
23
+ - Automatically download the x86_64 and ARMv7 swift 5.7.1 binaries and create a cross-compiling sys-root
24
24
- Add an RDEPENDS_ ${PN} for ` swift ` which is the Armv7 runtime
25
25
- Performs the required build steps
26
26
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PV = "${SWIFT_VERSION}"
9
9
10
10
SRC_DIR = "swift-${PV} -RELEASE-ubuntu20.04"
11
11
SRC_URI = "https://download.swift.org/swift-${PV} -release/ubuntu2004/swift-${PV} -RELEASE/swift-${PV} -RELEASE-ubuntu20.04.tar.gz"
12
- SRC_URI [sha256sum ] = "b0fef7353367ddf7df3b25942ce5a00a3c4d11c8fc62c61abd712b061c5d1912 "
12
+ SRC_URI [sha256sum ] = "b014975844beac5ab3a7f71420181f45d0a93243f9ea4853e6588c05cad1e363 "
13
13
14
14
DEPENDS = "curl"
15
15
RDEPENDS = "ncurses-native"
Original file line number Diff line number Diff line change 1
- SWIFT_VERSION = "5.7"
1
+ SWIFT_VERSION = "5.7.1 "
You can’t perform that action at this time.
0 commit comments