Hello
we use colcon to build our middleware code,now we create a new layer for our code ,and want to build it by colcon in yocto
I add
do_compile () {
export colcon = "usr/local/bin/colcon"
${colcon} build
}
in bb file,but build failed ,"could not find camke executable"
when I add inherit cmake,will show does not appear to contain CMakeList.txt
Can anyone give some hints,thanks