How to setup an Yocto recipe to build from a local git source?
Hej I am playing a bit around with Yocto, a Raspberry Pi and some code I wrote. Now I want that Yocto is building an image including the program I wrote. I like to know how to setup the fetcher to fetch from a local git repro. My setup is simple. The code is in the directory: /home/user/git/myTest I linked the directory into my recipe directory of my Yocto meta-layer. /home/user/poky/meta-test/myApp/myTest Because it is a local git repro, there is the ".git" folder. /home/user/git/myTest/.git There are more files: /home/user/git/myTest/CMakeLists.txt /home/user/git/myTest/src/main.cpp /home