Home
last modified time | relevance | path

Searched refs:CARGO (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo.bbclass16 CARGO = "cargo"
49 bbnote "cargo = $(which ${CARGO})"
50 bbnote "${CARGO} build ${CARGO_BUILD_FLAGS} $@"
51 "${CARGO}" build ${CARGO_BUILD_FLAGS} "$@"
H A Dptest-cargo.bbclass15 cargo = bb.utils.which(d.getVar("PATH"), d.getVar("CARGO"))
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Dcargo_1.81.0.bb80 CARGO:class-native = "${WORKDIR}/${CARGO_SNAPSHOT}/bin/cargo"
/openbmc/linux/rust/
H A DMakefile244 $(CARGO) -q new $(objtree)/$(obj)/test/dummy; \
245 RUSTC=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \
/openbmc/linux/
H A DMakefile506 CARGO = cargo macro
603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO