Hi Romain, I too had this issue, and have built docker-worker-generator myself from master branch. I found however that it is not an issue with docker-worker-generator, but rather with the app's cmake configuration. Simply add: set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} /usr/share/cmake-3.7/Modules) to your config.cmake file before include(CMakeAfbTemplates) and it should find the module fine. The long term solution for this might be to have the docker-worker-generator automatically include this path. That being said, I was under the impression that CMake automatically included this path (globally) to begin with, so something strange is definitely happening here. Cheers, Mark On Sat, Nov 17, 2018 at 12:55 AM Aniello Carotenuto <a.carotenuto16@xxxxxxxxxxxxxxxxx> wrote: > > Hey Romain! > > Both the target and the SDK I'm working with are on the latest 6.0.2 version. The container is the latest I've found, from last week I think (the download site is offline at the moment, I can't > check the exact date). > > Anyway thanks for pointing that out, I'll switch to 6.0 version for both target and SDK and hopefully it should be fine! > > Thanks again > Nello > > Il giorno ven 16 nov 2018 alle ore 14:46 Romain Forlot [IoT.bzh] <romain.forlot@xxxxxxx> ha scritto: >> >> Hi Aniello, >> >> How old are your container and especially your SDK. CMake module is fairly new in the SDK and only present in the master version one. >> >> Best regards. >> >> On 11/16/18 1:05 PM, Aniello Carotenuto wrote: >> >> Hello everyone, >> >> I'm trying to build some examples using the agl-worker docker container on docker. I managed to install the SDK for the Raspberry Pi 3 but I really don't understand the problem now. >> >> Whenever i launch the cmake command i do get this error: CMake Error at conf.d/cmake/config.cmake:184 (include): >> include could not find load file: >> CMakeAfbTemplates >> >> Shouldn't the container be ready to use? How can I add the missing module myself? >> >> Thanks in advance for the help! >> Nello >> >> >> >> _______________________________________________ >> automotive-discussions mailing list >> automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx >> https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions >> >> -- >> Romain Forlot - Embedded Engineer - IoT.bzh >> romain.forlot@xxxxxxx - www.iot.bzh - +33675142438 >> >> _______________________________________________ >> automotive-discussions mailing list >> automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx >> https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions > > _______________________________________________ > automotive-discussions mailing list > automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx > https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions _______________________________________________ automotive-discussions mailing list automotive-discussions@xxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linuxfoundation.org/mailman/listinfo/automotive-discussions