This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/PROCESSOR-SDK-DRA8X-TDA4X: opkg_prepare_url_for_install: Couldn't find anything to satisfy 'opencv-dev'

Part Number: PROCESSOR-SDK-DRA8X-TDA4X

Tool/software: TI C/C++ Compiler

Hi,

I'm build our sdk for opencv development as in populate_sdk in yocto. So I add 

TOOLCHAIN_TARGET_TASK_append = " opencv-dev opencv-staticdev"

to local.conf, and then bitbake meta-toolchain-arago-tisdk, it works and I can use generated sdk to build our OpenCV applications to run in target TDA4VM board.

But after adding TOOLCHAIN_HOST_TASK_append = " opencv-dev opencv-staticdev", and then bitbake again, I got an error as in this thread's title.

The log is attached:

log.do_populate_sdk.3304.log

  • Hi Keelung,

    Just to clarify, are you saying that the first time build is successful and the second build shows this error?

    Did you make any additional changes between the first build and subsequent build?

    Regards

    Karthik

  • Hi Karthik,

    No, there are different things between the first building is:

    TOOLCHAIN_TARGET_TASK_append = " opencv-dev opencv-staticdev"
    # new line to avoid _ not showing in E2E forum

    and the second:

    TOOLCHAIN_TARGET_TASK_append = " opencv-dev opencv-staticdev"
    TOOLCHAIN_HOST_TASK_append = " opencv-dev opencv-staticdev"
    # new line to avoid _ not showing in E2E forum