Open
Description
I am trying to build and extensible sdk for other devs to use based on a custom image we have. While building I am getting the following error:
ERROR: luci-sdk-image-1.0-r0 do_sdk_depends: The file /usr/bin/cargo is installed by both cargo-native and cargo-bin-cross-aarch64, aborting
ERROR: Logfile of failure stored in: /home/kevin/source/yocto-kirkstone/build/tmp/work/luci_som_imx8-fsl-linux/luci-sdk-image/1.0-r0/temp/log.do_sdk_depends.54708
ERROR: Task (/home/kevin/source/yocto-kirkstone/sources/meta-luci/recipes-core/images/luci-sdk-image.bb:do_sdk_depends) failed with exit code '1'
It looks like since some packages rely on cargo-native
while our packages rely on cargo-bin-cross-aarch64
. Is there a way to tell the eSDK builder which of these files to include?
Metadata
Metadata
Assignees
Labels
No labels