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: layers/chirpstack/meta-chirpstack/recipes-chirpstack/chirpstack-application-server/chirpstack-application-server_3.11.0.bb
Copy file name to clipboardExpand all lines: layers/chirpstack/meta-chirpstack/recipes-chirpstack/chirpstack-gateway-bridge/chirpstack-gateway-bridge_3.9.1.bb
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SRC_URI = " \
9
9
file://chirpstack-gateway-bridge.init \
10
10
file://chirpstack-gateway-bridge.monit \
11
11
"
12
-
PR="r1"
12
+
PR="r2"
13
13
14
14
inheritupdate-rc.dgoarch
15
15
@@ -20,16 +20,23 @@ S = "${WORKDIR}/git"
20
20
21
21
DEPENDS="go-native"
22
22
23
+
# Make sure that make runs one job at a time.
24
+
PARALLEL_MAKE=""
25
+
23
26
exportGOOS="${TARGET_GOOS}"
24
27
exportGOARCH="${TARGET_GOARCH}"
25
28
exportGOARM="${TARGET_GOARM}"
26
-
exportGOCACHE="${S}/build/.cache"
27
-
exportGOPATH="${S}/build"
29
+
exportGOCACHE="${WORKDIR}/go/cache"
30
+
exportHOME="${WORKDIR}"
28
31
29
32
do_configure[noexec] ="1"
30
33
31
34
do_compile() {
32
35
oe_runmake
36
+
37
+
# Clear the modcache. go mod sets the permissions such that yocto will
38
+
# raise permission errors when cleaning up the directory.
Copy file name to clipboardExpand all lines: layers/chirpstack/meta-chirpstack/recipes-chirpstack/chirpstack-network-server/chirpstack-network-server_3.10.0.bb
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ SRC_URI = " \
25
25
file://config/us915_6.toml \
26
26
file://config/us915_7.toml \
27
27
"
28
-
PR="r1"
28
+
PR="r2"
29
29
30
30
inheritupdate-rc.dgoarch
31
31
@@ -36,16 +36,23 @@ S = "${WORKDIR}/git"
36
36
37
37
DEPENDS="go-native go-bindata-native"
38
38
39
+
# Make sure that make runs one job at a time.
40
+
PARALLEL_MAKE=""
41
+
39
42
exportGOOS="${TARGET_GOOS}"
40
43
exportGOARCH="${TARGET_GOARCH}"
41
44
exportGOARM="${TARGET_GOARM}"
42
-
exportGOCACHE="${S}/build/.cache"
43
-
exportGOPATH="${S}/build"
45
+
exportGOCACHE="${WORKDIR}/go/cache"
46
+
exportHOME="${WORKDIR}"
44
47
45
48
do_configure[noexec] ="1"
46
49
47
50
do_compile() {
48
51
oe_runmake
52
+
53
+
# Clear the modcache. go mod sets the permissions such that yocto will
54
+
# raise permission errors when cleaning up the directory.
0 commit comments