**** BEGIN LOGGING AT Fri Sep 26 03:00:00 2014 Sep 26 08:27:06 has anybody really tried the icecc class ? :) Sep 26 08:41:54 morning all Sep 26 08:43:02 bluelightning, all, morning Sep 26 08:56:50 hi kroon Sep 26 09:28:09 Hi ...i'm trying to load the ldb driver in yocto 1.6.1 .....in ldb i've put 2 printk functions in init and in the probe function(ldb.c)...by this i've seen that the init func is called but the probe function i uncalled ...can anyone provide the clue Sep 26 14:51:33 So, the documentation isn't really clear to me about how one goes about successfully creating their own distro. Sep 26 14:52:18 More specifically, I'm trying to do it with just a distro.conf, but it seems like I need more infrastructure. Sep 26 14:52:41 For example, I probably need to copy all the stuff poky requires/includes, it seems. Sep 26 14:53:03 nope Sep 26 14:53:21 relative includes search BBPATH. so you can include files in other layers just fine Sep 26 14:55:22 Can you tell me what exactly mydistro.conf will "inherit?" Sep 26 14:55:34 (So I can go look around the files...) Sep 26 14:56:07 I know there's something going on because when I DO copy the requires/includes, I get warnings about double-includation. :) Sep 26 14:56:32 copy which requires/includes? Sep 26 14:57:35 if your layer is poky based, you can just have it include poky.conf and move on with your day, rather than duplicating it all. depends on your goals Sep 26 15:03:06 Honestly, I just want Poky w/ systemd. :) Sep 26 15:03:15 That's truly it. Sep 26 15:03:27 WELL, Poky with systemd and NO X. Sep 26 15:03:35 (since I'll be using the raspberrypi videocore API directly) Sep 26 15:04:19 right, so create a distro .conf that does a require conf/distro/poky.conf and then adjust from there Sep 26 15:04:41 I'll give it a shot. :) Sep 26 15:04:49 My first attempt was a wreck. Sep 26 15:05:03 It ended up creating a new tmp-glibc directory, rebuilding EVERYTHING, etc. Sep 26 15:05:18 rebulding everything isn't at all surprising Sep 26 15:05:25 changing distro is invasive Sep 26 15:31:44 Hi everyone, I was just wondering if anyone had successfully built a recipe for ATLAS or the BLAS/LAPACK libraries it optimizes? Sep 26 16:07:01 BTW: I don't know if you guys who develop a lot on the Yocto core get enough thanks, but... THANKS! Sep 26 16:07:20 You have made my job ridiculously easier, and were I not so in debt, I'd find some way to pay you back. Sep 26 16:17:09 kergoth: inheriting from Poky and adding systemd seems to have done the trick so far... Sep 26 16:38:16 cubicool: it is nice to get thanks occasionally, thanks! :) Glad its being useful Sep 26 16:59:58 Meta‑yocto: All defects related to the meta-yocto layer's metadata. Sep 26 17:00:23 this line from bugzilla should probably explain meta-yocto should be meta-poky :) Sep 26 17:58:44 Are there any special flags I need to set when building a 2.6 kernel vs. a 3 series one? Sep 26 18:05:33 I'm getting: mv $kerneldir/$d $kerneldir/.$d Sep 26 18:05:48 Errors with that line when trying to build 2.6.21... doesn't happen with 3.* Sep 26 18:06:09 Specifically, the "tools" dir. Sep 26 18:10:05 I think tools/ did not exist as far back as 2.6.21 Sep 26 18:22:31 I'll try to just make a manual do_install then. Sep 26 18:33:34 Hmm, if you have an early task marked noexec, and remove the noexec, it doesn't seem to re-run the newly non-noexec tasks. e.g. if do_unpack is noexec and you're running do_populate_sysroot, and you remove the noexec, you have to then clean to get it to re-run do_unpack Sep 26 18:33:42 * kergoth adds todo to open a bug Sep 26 18:52:15 noooo, inexplicable rebuild from scratch, with -S printdiff showing nothing useful Sep 26 18:52:19 * kergoth glares Sep 26 19:43:59 Can anyone link me a Yocto distro demonstrating usage of Systemd? Sep 26 19:44:55 angstrom has a systemd-image Sep 26 19:45:03 er... image-systemd? Sep 26 19:45:04 one of those Sep 26 19:51:40 switching to systemd is trivial, you can do it from local.conf, it doens't need to be a distro. it's documented in the dev manual under common tasks Sep 26 19:52:12 just don't do it in an existing tmp dir that didn't use systemd Sep 26 19:52:17 oh the pain that can ensue Sep 26 19:52:27 * dvhart still has scars Sep 26 19:54:40 yeah don't do that Sep 26 19:54:44 touching distro -> wipe tmp Sep 26 19:55:16 or just sysroot, this is what i wrote wipe-sysroot for Sep 26 20:08:00 khem: did you not see my bash shellshock patch, or is your submission better in some way? Sep 26 20:08:03 Could that explain why my getty/serial systemd login does'nt work? Sep 26 20:08:17 [** ] A start job is running for dev-ttyAMA0.device (1min 6s / 1min 30s) Sep 26 20:08:56 Further, it doesn't seem to accept my init=/bin/bash request, so I can get in and investigate... Sep 26 20:11:35 I don't understand why systemd serial long is failing though. Sep 26 20:12:03 I have: console=ttyAMA0,115200 on the cmdline, so I see the kernel dmesg output (clearly). Sep 26 20:13:22 Or maybe it's a qemu issue, but I doubt it. **** ENDING LOGGING AT Sat Sep 27 02:59:59 2014