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 11# We have a conf and classes directory, append to BBPATH
2- BBPATH .= ": ${LAYERDIR}"
2+ BBPATH =. " ${LAYERDIR}: "
33
44# We have a recipes directory, add to BBFILES
55BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
66
77BBFILE_COLLECTIONS += "rust-bin-layer"
8- BBFILE_PATTERN_rust-bin-layer : = "^${LAYERDIR}/"
8+ BBFILE_PATTERN_rust-bin-layer = "^${LAYERDIR}/"
99BBFILE_PRIORITY_rust-bin-layer = "7"
1010
1111LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
@@ -15,4 +15,5 @@ LAYERSERIES_COMPAT_rust-bin-layer = " \
1515 gatesgarth \
1616 hardknott \
1717 honister \
18+ kirkstone \
1819"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PN = "cargo-bin-cross-${TARGET_ARCH}"
1111CARGO_HOST_TARGET = "${@ rust_target (d , 'HOST' )}"
1212
1313SYSROOT_DIRS_NATIVE += "${prefix} "
14- SYSROOT_DIRS_BLACKLIST += "\
14+ SYSROOT_DIRS_IGNORE += "\
1515 ${prefix} /share \
1616 ${prefix} /etc \
1717"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ S = "${WORKDIR}/rustc-${PV}-${RUST_BUILD_TARGET}"
2626S [vardepsexclude ] += "WORKDIR"
2727
2828SYSROOT_DIRS_NATIVE += "${prefix} "
29- SYSROOT_DIRS_BLACKLIST += "\
29+ SYSROOT_DIRS_IGNORE += "\
3030 ${prefix} /share \
3131 ${prefix} /etc \
3232"
You can’t perform that action at this time.
0 commit comments