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.

Linux/PROCESSOR-SDK-AM57X: Bitbake build errors

Part Number: PROCESSOR-SDK-AM57X

Tool/software: Linux

Hi,

I'm building the processor sdk 05.00.00.15 in ubuntu 16.04. Due to the lack of sufficient HDD space, I have enabled INHERIT += "rm_work" in my conf/local.conf file. After running bitbake arago-core-tisdk-image I see some errors in do_configure state in some recipes (image-rotate, cv-camera, ar-track-alvar, image-proc, depth-image-proc). After reading the error log file, for example for the depth-image-proc case, I found this error:

...

CMake Error in CMakeLists.txt:
  Imported target "opencv_xphoto" includes non-existent path

    "/home/smart/Projects/arago-project/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/cv-bridge/1.11.16-r0/recipe-sysroot/usr/include/opencv"
...

It seems that there is an issue regarding  cv-bridge package. I rebuilt this recipe, this time without INHERIT += "rm_work". After that I could easily bake all those failing recipes.

Why do I have to do this? Is this a bug in the new processor sdk or I've missed something? If this is a known bug, is there any patch to resolve it?

 

Thank you.