Merge pull request #3 from starlab-io/misc-updates
Move license files and update debug message
This commit is contained in:
@@ -74,8 +74,8 @@ export CARGO_BUILD_FLAGS = "-v --target ${HOST_SYS} --release"
|
||||
# change if CARGO_BUILD_FLAGS changes.
|
||||
export CARGO_TARGET_SUBDIR="${HOST_SYS}/release"
|
||||
oe_cargo_build () {
|
||||
which cargo
|
||||
which rustc
|
||||
echo "cargo: $(which cargo)"
|
||||
echo "rustc: $(which rustc)"
|
||||
bbnote ${CARGO} build ${CARGO_BUILD_FLAGS} "$@"
|
||||
"${CARGO}" build ${CARGO_BUILD_FLAGS} "$@"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "rust-layer"
|
||||
BBFILE_PATTERN_rust-layer := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_rust-layer = "7"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
|
||||
LICENSE_PATH += "${LAYERDIR}/licenses"
|
||||
|
||||
# Override security flags
|
||||
require conf/distro/include/rust_security_flags.inc
|
||||
|
||||
Reference in New Issue
Block a user