- rust-cross builds - cargo-native still broken - untested wrappers for rust and cargo provided in rust.bbclass
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "rust-layer"
|
|
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_rust-layer = "7"
|