**** BEGIN LOGGING AT Thu Jul 14 02:59:57 2011 Jul 14 03:00:20 same setup using 73fec08e31254730c79e114e1f2eb88396736e06 (old, i know) is fine Jul 14 03:57:20 hii i am using OE and i want to compile all oe packages with some extra options provided to make like CFLAGS="-march=amdfam10" Jul 14 03:57:27 i want this to be done at some higher level than edit all the recipes Jul 14 03:57:35 i find the base.bb class and there i edit oe_runmake Jul 14 03:57:39 make CFLAGS+="-march=amdfam10" ${EXTRA_OEMAKE} Jul 14 03:57:47 but some issues in compiling Jul 14 07:05:24 good morning Jul 14 08:31:32 hi mickeyl Jul 14 09:46:13 hi stefan Jul 14 09:46:58 hi woglinde Jul 14 10:57:42 PARALLEL_MAKE is there a way to override this PER recipe? I've created a recipe for own software which fails with more than one job Jul 14 11:04:39 if i change PARALLEL_MAKE in recipe is this ok? or will this change global after recipe is done Jul 14 11:04:40 ? Jul 14 11:09:38 in recipe es Jul 14 11:09:50 we often use it to disable paralle_make Jul 14 11:13:07 hi woglinde, mickey|office, all Jul 14 11:14:23 gm pb Jul 14 11:17:53 hi pb_ Jul 14 11:17:56 yo woglinde Jul 14 11:18:23 mickeyl all okay with your daughter? Jul 14 11:36:41 woglinde thx Jul 14 13:06:26 I have a bb package that I want to disable all optimizations. What is the correct way to do this? I tried adding BUILD_OPTIMIZATION = " " to the bb file but that did not seem to remove the optimization. Jul 14 13:44:15 looks like maybe SELECTED_OPTIMIZATION_pn-{$PN} could be the correct way? Jul 14 14:17:47 03Joshua Lock  07master * r5c8eeefc79 10bitbake.git/lib/bb/cooker.py: (log message trimmed) Jul 14 14:17:47 cooker: only return *Found events if something was actually found Jul 14 14:17:47 The cooker methods which fire FooBarFound style events should only fire the Jul 14 14:17:47 event when an item was actually found, rather than each time the method Jul 14 14:17:47 is called. Jul 14 14:17:47 Fixes [YOCTO #1219] Jul 14 14:17:47 Signed-off-by: Joshua Lock Jul 14 14:31:42 did anyone build meta-toolchain recently with oe dev? Jul 14 14:46:17 khem: btw, x86_64 uclibc doesn't work, gettext blows up Jul 14 14:46:37 target gettext Jul 14 14:50:48 khem: kicking it more myself, it's a useful failure at least, heh Jul 14 14:50:59 morning kergoth Jul 14 17:17:37 Is there a good guide to creating an sdk, then using that sdk as the external toolchain? Jul 14 18:16:07 So, uh, world + uclibc isn't getting too far, distroless :) Jul 14 18:17:02 tom? Jul 14 18:17:08 hm ah Jul 14 18:18:22 Tartarus: how are the world builds in oe-core anyway? Something thats doable to keep working? Jul 14 18:18:49 qemux86, sans distro, just oe-core (so no meta-oe) builds Jul 14 18:19:00 Ran into a problem w/ the testsuite and implicit requirements, perhaps Jul 14 18:20:09 Tartarus: would be a nice thing if it could kept buildable for some defined targets. Jul 14 18:20:19 Agreed Jul 14 18:20:26 I think the problem w/ uclibc is that khem hasn't tried it yet :) Jul 14 18:20:32 Tartarus: I tried that a bit in oe.dev but it was a real pain. Even with khem and others working on it Jul 14 18:20:37 Tartarus: heh Jul 14 18:20:57 yeah, oe-core with its much smaller base is intended to have/keep world working Jul 14 18:21:04 But uclibc support is still a bit green Jul 14 18:21:15 Or it's a bad interaction with no distro set Jul 14 18:21:30 ie I had to fixup glib-2.0 to build its own printf since it didn't like how uclibc's was Jul 14 18:21:41 and I had to make largefile be a DISTRO_FEATURE for qemux86-64 Jul 14 18:21:51 Tartarus: (smaller subset) Sure, thats why I hope it can be done for oe-core Jul 14 18:21:54 which has some crazy site info stuff which I'm trying to dig at, but since it wasn't buildable, blah Jul 14 18:22:12 Tartarus: once other layers are into the game that will get more difficult again Jul 14 18:22:29 yeah, but it'll be world breakage the other layer introduced Jul 14 18:23:27 yup Jul 14 18:23:35 tartarus proabaly the config isnt merged Jul 14 18:23:47 without distro set Jul 14 18:23:53 I think khem will fix it Jul 14 18:23:53 woglinde: no, i think that got fixed Jul 14 18:24:05 hm strange than Jul 14 18:24:07 ie adding largefile did fix th e problem I had Jul 14 18:24:13 I think the config is just too bare perhaps Jul 14 18:24:16 esp for 64bit Jul 14 18:24:47 hm I wonder about glib Jul 14 18:24:58 that build for longtime with uclibc Jul 14 18:25:30 yeah Jul 14 18:25:35 It's either a too bare a config problem Jul 14 18:25:43 Or a missing update from oe.dev problem Jul 14 18:26:03 I just wanna try and run the test suite so I can see if the siteinfo stuff for x86_64-linux-uclibc for db is really as wrong as it looks Jul 14 18:27:15 what different ui's are there for bitbake? I just learned about "-u depexp" yesterday. are there other gems I am missing? Jul 14 18:28:21 uhm what Jul 14 18:28:25 is that new? Jul 14 18:28:30 never heard of it Jul 14 18:29:25 "bitbake -g -u depexp package " gives you a little graphical interface showing dependencies Jul 14 18:30:50 okay Jul 14 18:30:51 yes Jul 14 18:31:42 but I learned how to read the graphviz files Jul 14 18:33:24 i was thinking of learning to read the graphviz files, but wasn't sure i could easily wrap my head around them Jul 14 18:36:23 i just figured it would be nice to know if there were other things like that Jul 14 18:39:06 gchiii uhm the problem is the graphs are to big to display in sane way Jul 14 18:41:31 yeah, i was hoping to be able to view them with some sort of live regex interactive filter magic, but I don't think I quite have the chops to implement something like that, especially when I still feel like I barely am staying above water following this stuff Jul 14 18:59:11 hey Tartarus Jul 14 18:59:21 he khem Jul 14 18:59:28 of late I have not tried uclibc with oe-core independent Jul 14 18:59:30 hi khem Jul 14 18:59:35 k, there's problems Jul 14 18:59:41 Tartarus: I have used it with meta-oe/angstrom Jul 14 18:59:45 I'll cc you on some of these Jul 14 18:59:47 and angstrom does not use gettext Jul 14 19:00:07 with angstrom uclibc can build console-image systemd-image Jul 14 19:00:12 for all supported arches Jul 14 19:05:01 khem: Have you run qemux86-64 ? Jul 14 19:05:03 +uclibc Jul 14 19:06:53 I get what looks like a pretty quick crash Jul 14 19:11:39 Tartarus: hmm yes I have Jul 14 19:12:30 Tartarus: probably its that I have mostly used angstrom Jul 14 19:13:18 i'll fire up qemux86 first now as part of my cursing / testing the db stuff being very crufty and wrong Jul 14 19:13:28 Then I'll switch to angstrom and stash a bunch of this stuff Jul 14 19:17:13 Tartarus: u using 0.9.32 release right ? Jul 14 19:17:23 Using whatever is in oe-core as of a few days ago Jul 14 19:17:40 yes default it should pick the 0.9.32 release Jul 14 19:17:53 Let me try to build standalone Jul 14 19:17:57 oe-core for once Jul 14 19:18:15 k Jul 14 19:18:19 thanks Jul 14 19:18:36 Tartarus: and which image core-image-minimal ? Jul 14 19:18:52 http://pastebin.com/3wY2jUBN and yeah, core-image-minimal Jul 14 19:19:00 those bits are so the tests fire up and try and run Jul 14 19:19:41 ok Jul 14 19:19:46 does it work on others ? Jul 14 19:19:56 or same problem everywhere Jul 14 19:20:04 arches I mean Jul 14 19:20:32 x64 Jul 14 19:20:34 uclibc? x8664 was what I tried first Jul 14 19:20:43 since I wanted to confirm some stupidity in the site files wrt db Jul 14 19:20:48 Trying plain old x86 now Jul 14 19:21:02 eglibc+qemux86 was running previously Jul 14 19:21:07 (yes, diff build dir, etc) Jul 14 19:22:50 ok Jul 14 19:42:23 khem: 53f421bd doesn't work with USE_NLS="no" Jul 14 20:02:04 Tartarus: noted Jul 14 20:02:11 bitbake attr will reproduce it ? Jul 14 20:02:20 * khem leaves Jul 14 20:03:17 oe-core solo + uclibc has various gettext incorrectness Jul 14 20:03:27 I've punted for the moment and moving back to all of the other busted site stuff :( Jul 14 20:03:55 hehe Jul 14 20:03:58 gogo Jul 14 20:08:24 someone left a debug message in bitbake in the bbappend recipe availability bits Jul 14 22:41:50 hell, why is there a kernel.bbclass in meta-oe ? Jul 14 23:56:00 can anyone point me in the direction on how to add ubi/ubifs in oe? Jul 15 00:17:41 tlab: Look at beagleboard.conf forwhat params you need to set Jul 15 01:55:01 arg Jul 15 01:55:09 stupid not building hg and wanting it installed **** ENDING LOGGING AT Fri Jul 15 02:59:57 2011