Re: [yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
16 10:58 AM >To: yocto@yoctoproject.org >Subject: [yocto] recipe with prefix to sourcecode path > >Hi, > >I am using CMAKE and wonder how to add a prefix to my recipe so that >bitbake searches in the right directory for CMakeLists.txt. >I use the SRC_URI variable to pull from my repos

[yocto] recipe with prefix to sourcecode path

2016-05-11 Thread Baumann, Michael
Hi, I am using CMAKE and wonder how to add a prefix to my recipe so that bitbake searches in the right directory for CMakeLists.txt. I use the SRC_URI variable to pull from my repository. I think the problem is that in the top level directory no CMakeLists.txt file exists and I don't want to