**** BEGIN LOGGING AT Sat Feb 27 02:59:58 2016 Feb 27 07:30:16 argh sea of red on the AB Feb 27 07:31:23 grrr Feb 27 08:01:03 rburton: ? Feb 27 08:01:42 ah, hmm Feb 27 13:09:33 halstead: looks like fedora22/fedora23 might have network issues stopping runqemu working right? Feb 27 15:05:43 RP: the setup scripts didn't disable networkmanager which is know to cause trouble. I'll get that changed. Thank you! Feb 27 20:56:16 halstead: around? **** BEGIN LOGGING AT Sat Feb 27 21:36:26 2016 Feb 27 22:01:45 Hi everyone Feb 27 22:02:03 I writing a recipe based on cmake buildsystem Feb 27 22:02:24 and this cmake uses inside patch, unzip and tar, that should run natively Feb 27 22:02:38 How can I add them into sysroot? Feb 27 22:03:10 DEPENDS += "unzip-native". tar and patch are required already on the host afaik Feb 27 22:04:01 @kergoth, it will add unzip to target, not to sysroot, am I right? Feb 27 22:04:07 no Feb 27 22:04:14 unzip is target, unzip-native runs on the host Feb 27 22:05:39 I have this: "DEPENDS += " mercurial-native patch-native tar-native"" Feb 27 22:05:55 At least your recommendation for unzip-native is works Feb 27 22:06:09 but still cmake do not see tar and patch Feb 27 22:06:52 should I write my own recipes for patch and tar based on unzip-native? Feb 27 22:07:02 no Feb 27 22:07:19 you need to fix whatever check it's doing for those things, because they will be in PATH Feb 27 22:07:34 to verify you can run bitbake -c devshell Feb 27 22:07:55 that will give you a shell with an environment close to the one the task is running in Feb 27 22:10:23 @bluelightning, Yes, I have checked which patch and which tar in devshell, seems they are on the place. But there is no such files in tmp/sysroots/x86_64-linux/usr/bin/ Feb 27 22:10:31 except unzip Feb 27 22:10:37 mrtuborg: there shouldn't be Feb 27 22:10:59 mrtuborg: tar and patch are expected to be installed in the host distro Feb 27 22:12:09 bluelightning: yes they are exist in host distro, and tasks do_patch works, but not from inside cmake :( Feb 27 22:12:31 the check that your cmake setup is using needs to be fixed Feb 27 22:13:26 bluelightning: thanks for clarification. At least I know where to look Feb 27 22:52:19 bluelighting: I found problem. Yocto makes CMAKE_FIND_ROOT_PATH_MODE_PROGRAM = ONLY, that forbids to look on host directories. Could you please take alook on this: http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/classes/cmake.bbclass Feb 27 22:52:40 How can I invoke this: OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM_class-native = "BOTH" Feb 27 22:52:43 ? Feb 27 23:20:02 success! Feb 27 23:20:07 * rburton does his happy dance **** ENDING LOGGING AT Sun Feb 28 02:59:59 2016