**** BEGIN LOGGING AT Fri Feb 13 02:59:58 2015 Feb 13 03:03:38 nrossi: thanks..I just added DCMAKE_LLVM_DEFAULT_TARGET_TRIPLE variable Feb 13 03:03:45 let's see what develops from there Feb 13 07:12:45 Hi Feb 13 07:37:46 Hello. What is the best way to add staging to the localstatedir (/var) in a recipe? I would like to hava a package that stages additional .js files to /var/www so that application can use them at build time from a tool like grunt. Any hints how to best accomplish this? Feb 13 08:24:53 good morning Feb 13 09:10:23 morning all Feb 13 10:01:01 where should i add changes to makefile for a downloaded source Feb 13 10:17:12 My yocto build has a libpng16-config that just does "exit 1" Feb 13 10:17:16 is this expected? Feb 13 10:51:26 alexlarsson: yes: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#migration-1.7-binary-configuration-scripts-disabled Feb 13 11:00:23 bluelightning: couldn't it be replaced with a script that calls pkg-config instead? Feb 13 11:01:43 alexlarsson: you'd have to ask RP why we didn't do it that way, I'm assuming it wasn't practical Feb 13 11:02:14 Anyone played much with readonly rootfs? Having an odd problem with net-snmp that makes no sense... Feb 13 11:02:49 alexlarsson: the idea was to try and kill these things off, there is only a tiny fraction of the system using them now Feb 13 11:03:03 alexlarsson: if you put layers of compatibility in, people will just keep using them :( Feb 13 11:05:24 RP: better to not have them then? rather than some makefile getting empty cflags somewhere Feb 13 11:05:57 i guess if exit 1 doesn't break the build then a not-exists won't either Feb 13 11:13:21 alexlarsson: if used to not exist, people complained so we exit 1 now Feb 13 11:13:30 alexlarsson: I suspect we can't win Feb 13 11:13:51 yeah... Feb 13 12:25:32 I need a favor..... can someone other than me try to build the meta-virtualization's xen-image-minimal? I am stuck with an error and want to make sure that it is my problem and not an issue with the layer. Feb 13 12:39:10 j105rob: if you have a cut/paste example and tell me what codebase you're using Feb 13 12:39:44 pev I can pastebin my bblayers and local confs. I'm using poky dizzy Feb 13 12:40:41 bblayers http://pastebin.com/F1JW7PWE Feb 13 12:41:36 only change to local is the machine is set to MACHINE ??= "genericx86-64" Feb 13 12:43:09 the error I am getting is http://pastebin.com/V137AiQ2 Feb 13 13:32:06 j105rob: Will set off now Feb 13 13:44:24 j105rob: Do I need the other non poky layers and what image are you building to test? Feb 13 13:45:45 j105rob: If I set up bblayers as http://pastebin.com/5jFrx8Vy is that OK for you? Feb 13 14:29:43 (from j105rob's earlier request; I need it also)--if you have a cut/paste example and tell me what codebase you're using Feb 13 14:29:44 pev I can pastebin my bblayers and local confs. I'm using poky dizzy Feb 13 14:29:44 bblayers http://pastebin.com/F1JW7PWE Feb 13 14:29:44 only change to local is the machine is set to MACHINE ??= "genericx86-64" Feb 13 14:29:44 the error I am getting is http://pastebin.com/V137AiQ2 Feb 13 14:30:37 I need a favor..... can someone other than me try to build the meta-virtualization's xen-image-minimal? I am stuck with an error and want to make sure that it is my problem and not an issue with the layer. Feb 13 15:12:46 Hi. I want to build an image based on Meta-TI for beaglebone black. I want/need sitara-ti-linux.3.14 kernel (recipe already is on meta-ti) However I get an error saying that the wanted revision was not found even from upstream. How can that be? Feb 13 15:37:03 RP: your last patches went to wrong ML Feb 13 15:40:50 I am using lttng userspace library but I am trying to auto generate the code from a .tp file. Is lttng-gen-tp deployed natively in Yocto Feb 13 16:12:15 anyone know how i can force libstdc++ into my image? its in the SDK but not populating into the image.. DEPENDS/RDEPENDS with "libstdc++" doesnt seem to help.. Feb 13 16:17:47 JaMa: so I see, sorry about that. Not sure what happened there! :/ Feb 13 16:22:44 no problem Feb 13 16:50:38 khem :) Feb 13 16:51:55 Hi sgw_ Feb 13 16:52:55 ulf`: good morning Feb 13 17:28:46 Can anyone tell me how to fix this error???? From log: "DEBUG Executing shell function do_compile ; NOTE: make -j 24 ; make: ***No targets specified and no makefile found. Stop. ; ERROR: oe_runmake failed " Feb 13 17:48:36 otavio: http://errors.yoctoproject.org/Errors/Details/8625/ Feb 13 17:48:50 otavio: you're missing the magic depends to get the kernel sources Feb 13 17:49:17 rburton: ack; I fix it today Feb 13 17:49:28 otavio: thanks! Feb 13 17:49:35 \o/ Feb 13 18:09:58 Hi rburton :) Feb 13 20:20:04 Hi all, I'm interested in running a QEMU .ext3 image in VirtualBox so that I can emulate some peripherals. Can anyone advise on how to convert the .ext3 file to something that I can mount or image onto a virtual hard disk? Feb 13 20:22:31 possibly qemu-img may be of use, but its unlikely the emulated ahrdware is the same between virtualbox and qemu Feb 13 21:42:17 kergoth, looks like you were right. I built a vmdk image but it crashes during boot. Instead I'm going to just use qemu to do some basic tests with virtualized peripherals, since it can take up to 4 IDE devices. Feb 13 21:44:23 Which brings me to my next question. I'm trying to set up RAID5 across 3 drives using mdadm, but there is no 'personality' for supporting it. The only options are linear, raid[0/1/10], multipath, and faulty. Has anyone encountered this, and how can I rebuild to add raid5 support? Feb 13 21:58:24 r23s: did you try using a SATA disk controller in the Virtualbox configuration Feb 13 21:58:26 ? Feb 13 21:58:48 apparently, using IDE does result in a crash, that issue is known: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1971 Feb 13 21:58:50 Bug 1971: enhancement, Low, 1.8 M3, juro.bystricky, IN PROGRESS DESIGN , Enhance BA to run in VirtualBox Feb 13 22:00:14 Let me give it a try. Feb 13 22:00:36 It works! That was easy. Thanks bluelightning! Feb 13 22:03:15 I'm still seeing the same condition for mdadm where raid5 isn't available. I'm scouring the web but not finding anything. I'm on version 3.3.1 for what it's worth. Feb 13 22:04:59 I wonder if that's controlled by a kernel config option Feb 13 22:12:13 hey all, I am trying to build a kernel and I am getting the following error: | make[1]: *** No rule to make target '/home/chief/yocto/poky/logicpd_build/tmp/work/omap3logic-poky-linux-gnueabi/linux-logicpd/3.0-r0/image/lib/firmware/./', needed by '/home/chief/yocto/poky/logicpd_build/tmp/work/omap3logic-poky-linux-gnueabi/linux-logicpd/3.0-r0/image/lib/firmware/Logic_TIInit_10.6.15.bts'. Stop. Feb 13 22:14:26 any ideas? not sure where to start, the do_install log doesnt seem very helpful Feb 13 22:16:41 bluelightning, I think you're right. Let me see if I can find where that option lives. Do you know if those configs are mapped into Yocto or any distro versions? Feb 13 23:20:19 can anyone help me out with bitbake a kernel and the modules not loading? Feb 13 23:28:48 How do I point gcc to include header files in a bitbake recipe if the path for the header file I need to include is /data/yocto/poky/build/tmp/work/corei7-64-poky-linux/libxml2/2.9.1-r0/sysroot-destdir/usr/include/libxml2/libxml/parser.h Feb 13 23:29:06 I tried EXTRA_OECONF += "CFLAGS="$CFLAGS -Iinclude/libxml2/libxml"" Feb 13 23:29:08 Which doesn't work Feb 13 23:29:16 What's the variable for sysroot-destdir? Feb 14 00:08:09 ulf`, I rather suspect you're doing something wrong if you have to ask that question. Hrm. Suggest an email to the list describing what you're trying to do, you'll get the best response that way. If you can't discuss it in a generic way, you can use the internal yocto list. Feb 14 00:09:06 ulf`, heh, this is the public channel - oops Feb 14 00:09:21 so, have you made sure you have all the necessary DEPENDS in your recipe? Feb 14 02:46:52 RP, can I pick your brain regarding https://bugzilla.yoctoproject.org/show_bug.cgi?id=7115 ? Feb 14 02:46:53 Bug 7115: normal, Medium, 1.8, liezhi.yang, NEW , SDK libtool wrapper when compiling for native host is broken **** ENDING LOGGING AT Sat Feb 14 02:59:58 2015