**** BEGIN LOGGING AT Sat Jan 16 02:59:58 2016 Jan 16 07:18:45 | make[2]: Leaving directory '/opt/poky/build/tmp/work/core2-64-poky-linux/glibc/2.22-r0/git/elf' Jan 16 07:18:45 | Makefile:234: recipe for target 'elf/subdir_lib' failed Jan 16 07:19:30 any help?when i commanded "bitbake core-image-minimal-dev" for target generic x86_64 Jan 16 07:19:48 but glibc 2.22 failed Jan 16 17:43:51 hrmph. I follow Intel's explanation of how you add meta-openembedded into their Yocto build, and I try to add wvdial, and now I'm looking at " make: *** No rule to make target 'install'. Stop." with wvstream Jan 16 17:43:53 bluuuugh Jan 16 17:51:04 I don't even know how to begin to diagnose why a recipe is more or less failing out of the box. Jan 16 18:06:53 okay, making this change - http://patches.openembedded.org/patch/81231/ - seems to have fixed it, but I have absolutely no idea why Jan 16 18:07:22 was something just b0rked in the daisy branch (the one Intel says to use) of https://github.com/openembedded/meta-openembedded.git ...? Jan 16 18:08:29 daisy us a bit dated now Jan 16 18:10:29 ah, Intel's guide says, We use the “daisy” branch matching the Jan 16 18:10:32 version of Yocto that is used by the Intel® Edison software." Jan 16 18:10:56 I haven't looked deep enough to see if that's still close to the version of Yocto they use, or if the BSP doc is just out of date Jan 16 18:11:09 yeah, that will have issues on build machines with gcc5 Jan 16 18:11:25 yo uwould thijnk they would update their instructions :) Jan 16 18:12:44 it definitely had GCC5 issues that I spent hours tracking down Jan 16 18:12:55 but the issues that I had here with meta-openemedded don't appear to relate at all to GCC5 Jan 16 20:07:22 * nerdboy curious if anyone actually uses guile on embedded Jan 16 20:13:53 as in embedded Linux, and not as in an embedded scripting language? Jan 16 20:14:03 yup Jan 16 20:14:20 as in deploys it on embedded target Jan 16 20:15:04 besides things that require guile anyway, I dunno Jan 16 20:15:58 well, that would be one example... Jan 16 20:20:07 you can in theory use it on lot of GNU apps Jan 16 20:20:27 GNUTLs offers support Jan 16 20:28:29 what is the syslog equivalent on Yocto for, say, pppd? Jan 16 20:34:08 nevermind, I guess I can use 'logfile' or something Jan 16 20:35:55 not sure what you mean by equivalent, considering we have syslog Jan 16 20:36:02 busybox provides syslogd, and we have sysklogd if that's not enough Jan 16 20:36:30 iirc systemd provides that capability too for those systems Jan 16 20:36:40 I'm not sure I mean either, I'm just trying to figure out where the hell pppd is putting its logs Jan 16 20:36:55 as the Yocto version on Edison has no /var/log/syslog Jan 16 20:37:42 iirc, by default busybox syslogd doesn't write to a file, it writes to an in memory circular buffer which can be accessed with the 'logread' command Jan 16 20:37:46 unless that's changed, which is possible Jan 16 20:38:04 hm, I don't seem to have any such command Jan 16 20:38:43 did you actually run ps to see if a syslog daemon is actually running? Jan 16 20:38:57 also, see how pppd was run/configured, it might not be writing to syslog at all anyway Jan 16 20:40:07 it's mostly default configuration, as far as I can tell, and I didn't expect syslog to be running... I'm just trying to get at pppd's debug messages Jan 16 20:40:12 'logfile' gets me part of the way there, it looks like Jan 16 21:04:07 hodapp: check /var/log/messages Jan 16 21:05:01 kergoth: Trying to reuse SSTATE_MIRROR using local mount from different build its not seraching for it Jan 16 21:05:23 khem`: nothing's there. I'm just using 'logfile' option for pppd now Jan 16 21:05:33 SSTATE_MIRRORS = "\ Jan 16 21:05:33 file://.* file:///home/ubuntu/work/oe/openembedded-core/build/sstate-cache/PATH" Jan 16 21:06:07 hodapp: if its writing to syslog and there is no syslog daemon then it wont do anything Jan 16 21:06:24 so bundle one impl like busybox one or syslog or syslog-ng Jan 16 21:06:38 systemd-journald is there if you use systemd Jan 16 21:19:04 khem`: I'm just using 'logfile' option for pppd and that's giving what I need... Jan 16 21:19:15 at least, it's telling me that this modem is giving me "NO CARRIER" when I try to do anything. Jan 16 21:20:50 k Jan 16 21:44:25 bitbake sync to master latest helped with my sstate issue Jan 17 00:16:10 i downloaded Jan 17 00:16:11 core-image-minimal-dev-genericx86-64 Jan 17 00:16:15 .hddimg Jan 17 00:16:28 but it doesnt contain gcc tool Jan 17 00:16:55 is there any image that includes compiler tools in it? Jan 17 00:25:25 mahmutov1: there is something you can add to IMAGE_FEATURES which adds in the tools iirc Jan 17 00:27:27 where ? Jan 17 00:27:33 in the site? Jan 17 00:31:08 mahmutov1: if you just want to download one rather than build you want core-image-sato-sdk or core-image-lsb-sdk Jan 17 00:35:00 core-image-lsb-sdk not exist Jan 17 00:36:16 i am looking .hhdimg **** ENDING LOGGING AT Sun Jan 17 02:59:58 2016