Skip to content

Cannot build eSDK due to conflicting cargo bins #213

Open
@kevswims

Description

@kevswims

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions