**** BEGIN LOGGING AT Sat Apr 16 02:59:58 2016 Apr 16 05:45:15 <[R]> how can i build multiple images from one yocto directory... do i need separate build directories? Apr 16 14:54:50 No Apr 16 14:55:03 you can just do bitbake img1 img2 Apr 16 14:55:14 as long as they are targetted at same machine Apr 16 14:59:52 And if they don't pull in recipes that conflict on files in the sysroot, if I understand things correctly. Apr 16 15:13:18 well that wont happen if its same machine+distro Apr 16 15:14:33 if it happens thats a problem to fix in recipe Apr 16 16:05:40 khem: You could have two recipes that build the same binary with different flags, no? Then it would happen -- or should that be done in a separate distro? Apr 16 18:07:26 neverpanic: yes, but that is global config metadata change Apr 16 18:07:46 you do that either at machine config or distro config level Apr 16 18:07:51 and I excluded both Apr 16 18:22:00 khem: no, I'm saying you could write two recipes building the same software, but with different flags, and the results of those two recipes could go into different images Apr 16 18:22:18 that's not a global config metadata change, and it would conflict in the sysroot Apr 16 18:56:31 Hello, im trying to create a custom yocto distribution using GIT as versioning system. Is it recommended to use git-submodules for my own layers or to use the combo-layer tool? **** ENDING LOGGING AT Sun Apr 17 02:59:58 2016