File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# We have a conf and classes directory, append to BBPATH
2
- BBPATH .= ": ${LAYERDIR}"
2
+ BBPATH =. " ${LAYERDIR}: "
3
3
4
4
# We have a recipes directory, add to BBFILES
5
5
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
6
7
7
BBFILE_COLLECTIONS += "rust-bin-layer"
8
- BBFILE_PATTERN_rust-bin-layer : = "^${LAYERDIR}/"
8
+ BBFILE_PATTERN_rust-bin-layer = "^${LAYERDIR}/"
9
9
BBFILE_PRIORITY_rust-bin-layer = "7"
10
10
11
11
LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
@@ -15,4 +15,5 @@ LAYERSERIES_COMPAT_rust-bin-layer = " \
15
15
gatesgarth \
16
16
hardknott \
17
17
honister \
18
+ kirkstone \
18
19
"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PN = "cargo-bin-cross-${TARGET_ARCH}"
11
11
CARGO_HOST_TARGET = "${@ rust_target (d , 'HOST' )}"
12
12
13
13
SYSROOT_DIRS_NATIVE += "${prefix} "
14
- SYSROOT_DIRS_BLACKLIST += "\
14
+ SYSROOT_DIRS_IGNORE += "\
15
15
${prefix} /share \
16
16
${prefix} /etc \
17
17
"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ S = "${WORKDIR}/rustc-${PV}-${RUST_BUILD_TARGET}"
26
26
S [vardepsexclude ] += "WORKDIR"
27
27
28
28
SYSROOT_DIRS_NATIVE += "${prefix} "
29
- SYSROOT_DIRS_BLACKLIST += "\
29
+ SYSROOT_DIRS_IGNORE += "\
30
30
${prefix} /share \
31
31
${prefix} /etc \
32
32
"
You can’t perform that action at this time.
0 commit comments