**** BEGIN LOGGING AT Tue Dec 18 02:59:56 2007 Dec 18 04:25:20 I have found all sorts of file for download for h39xx but I have found no instructions after searching site and wiki. I have familiar and opie on now. How can I change to Angstrom? Where are installation instructions Dec 18 07:12:20 hi anyone familiar with bitbake ? I found an interesting behavior. Dec 18 07:14:10 If I mess up with INHERIT with something like INHERIT_append_someoverride in local.conf, the INHERIT variable will update correctly but not the actual inheritance because the actual inherit happens before update_data Dec 18 07:55:07 Does bitbake have a general log with timestamps that show each task done? Dec 18 08:34:43 CM: ls tmp/stamps ;-) Dec 18 08:42:08 RP: Yeah, there's a lot there, but I (or rather SpeedEvil in #openmoko) was looking for a single logfile or so just shoing the tasks. Guess redirecting stdout to a file through grep or something might work good enough Dec 18 08:42:24 s/shoing/showing/ Dec 18 08:46:18 morning Dec 18 08:56:34 hello, I'd like to know if there's any advance in solving bug #3425 ?? Dec 18 08:56:49 morning Dec 18 09:00:26 !oebug 3425 Dec 18 09:00:28 * * Bug 3425, Status: NEW, Created: 2007-12-04 05:08 Dec 18 09:00:29 * * : mipv6-2.0.2-r0-do_configure Dec 18 09:00:30 * * http://bugs.openembedded.org/show_bug.cgi?id=3425 Dec 18 09:49:57 bonjour Dec 18 10:17:13 good morning Dec 18 10:17:53 hey Dec 18 10:17:54 yo florian Dec 18 10:20:59 Jin^eLD: did yiu see my message yesterday? Dec 18 10:21:07 florian: oops, probably not? Dec 18 10:21:31 ok Dec 18 10:21:36 was still in backlog Dec 18 10:21:59 at least the behaviour is consistent :) Dec 18 10:25:26 Jin^eLD: yep... but definitely not the desired behaviour. Dec 18 10:25:52 yes, unfortunately :P Dec 18 10:26:05 The directory is one that should have been created by ipkg Dec 18 10:27:22 florian: I had a home in the root of the tar and than another home deeper in the structure Dec 18 10:30:05 Jin^eLD: oh, here it was only one... it was the whole path to the "lists" directory of ipkg used during build. Dec 18 10:30:17 florian: yes, exactly, but I had this twice Dec 18 10:33:42 Jin^eLD: one for each cpu on the build host? ;) Dec 18 10:33:52 lol =) Dec 18 10:33:56 no, then I'd have 4 ;) Dec 18 10:35:04 I also had a weird problem with curl, for some reason, when generating the toolchain it was looking for the curl stuff in all- directory instead of arm- Dec 18 11:01:32 hmmm, contrib/ciabot_monotone_hookversion.lua so we could get quicker ciabot notifications :-) Dec 18 11:32:04 * * OE Bug 3486 has been created by diegor(AT)tiscali.it Dec 18 11:32:06 * * audiofile build failed Dec 18 11:32:08 * * http://bugs.openembedded.org/show_bug.cgi?id=3486 Dec 18 12:35:06 STOP LINKING TO DIET-X11 DAMMIT Dec 18 12:35:34 why? Dec 18 12:36:10 My userlands have libx11, but everything in the feed is somehow linked to diet-x11 Dec 18 12:36:47 diet-x11 but depend on libx11-6 - right? Dec 18 12:36:52 Well, then don't use the feeds but compile your own, I'd guess? Dec 18 12:36:53 Apart from the packages that are part of the userlands Dec 18 12:37:01 Um that's what I do Dec 18 12:37:08 I maintain the userlands and feeds Dec 18 12:37:12 Oh Dec 18 12:37:14 Alright Dec 18 12:37:17 :) Dec 18 12:37:31 then set pref_prov in your distro config? Dec 18 12:37:43 distro config has PREFFERED_PROVIDER_virtual/x11 = "libx11" or whatever it is Dec 18 12:37:48 That won't stop OE! Dec 18 12:37:50 :) Dec 18 12:37:59 virtual/x11 or virtual/libx11? Dec 18 12:38:04 libx11 Dec 18 12:38:27 B_Lizzard: bitbake something-which-depend-on-diet-x11 -g Dec 18 12:39:06 Hmmm Dec 18 12:39:08 lemme see Dec 18 12:40:03 It says virtual/x11 Dec 18 12:40:19 Um, virtual/libx11 Dec 18 12:41:38 The line in jlime-donkey.conf: Dec 18 12:41:39 PREFERRED_PROVIDER_virtual/libx11 = "libx11" Dec 18 12:41:45 That looks correct. Dec 18 12:42:40 Problem is, bitbake rxvt -g says libx11 1.1.2 should be the dep Dec 18 12:42:56 But the "control" file in the ipk thinks otherwise. Dec 18 12:43:48 * mwester-road seems to recall tha PREFERRED_PROVIDER matters not a whit if something else depends on diet-x11, or if diet-x11 is already built and available in the build directory... Dec 18 12:44:03 It probably wasn't Dec 18 12:45:29 I build things in alphabetical order (with "for i in `find ../org.openembedded.dev/packages/ | cut -d/ -f5 | grep bb | cut -d_ -f1 | cut -d. -f1 | sort | uniq`; do bitbake -k $i; done") and packages before diet-x11 still depend on it. Dec 18 12:46:32 And anyways, why does building my userlands make things depend on libx11 and building world or that thing above depend on diet-x11? Dec 18 12:47:48 Any reason not to drop ancient versions of atk? I suggest to drop anything but the last two (1.19 and 1.20), most recent to delete would be 1.10 Dec 18 12:47:50 Clear to go? Dec 18 12:49:33 I'm thinking that some package sets diet-x11, and then everything else depends on it instead. Dec 18 12:49:54 The only things that seem to depend on diet-x11 are task-gpe and task-maemo Dec 18 12:50:50 Or maybe the diet-x11 shlib file overwrites the libx11 file Dec 18 12:50:56 Or inherits it's name Dec 18 12:51:09 Thus making the dependancy only true in the control file Dec 18 13:01:03 It could be possible that diet-x11 overwrites files belonging to libx11 Dec 18 13:01:43 The fact that the two packages do not CONFLICT(S?) is bad enough Dec 18 13:05:05 * * OE Bug 3486 has been RESOLVED (INVALID) by Dec 18 13:05:07 * *  audiofile build failed Dec 18 13:05:09 * * http://bugs.openembedded.org/show_bug.cgi?id=3486 Dec 18 13:11:17 Laibsch: atk? ok from me Dec 18 13:11:22 diet-x11 should be made to conflict with libx11 Dec 18 13:11:40 hrw: Thanks for the reply. Committed. Dec 18 13:18:35 quad core machines are nice build monsters Dec 18 13:18:57 Cpu(s): 28.3%us, 1.4%sy, 0.0%ni, 70.0%id, 0.2%wa, 0.0%hi, 0.0%si, 0.0%st Dec 18 13:20:33 too much fetching on beginning... Dec 18 13:23:16 It comes out that diet-x11 installs libraries and shlibs that conflict with those of libx11, no matter the case or configuration Dec 18 13:23:55 If diet-x11 is built after libx11 (which is the case in most "world" builds), it'll take over for libx11 Dec 18 13:24:12 Thus creating discrepancies within the toolchain Dec 18 13:24:50 B_Lizzard: world build? Dec 18 13:24:59 bitbake world Dec 18 13:25:06 B_Lizzard: do not do world builds if you want to have working feeds Dec 18 13:25:09 Or any equivalent, anyways Dec 18 13:25:13 Oh come on! Dec 18 13:25:20 How am I to build everything then? Dec 18 13:25:52 Then remove reference to world from the online docs Dec 18 13:25:56 we usually do list of stuff to build rather then world Dec 18 13:26:13 I don't do world anymore, I do "for i in `find ../org.openembedded.dev/packages/ | cut -d/ -f5 | grep bb | cut -d_ -f1 | cut -d. -f1 | sort | uniq`; do bitbake -k $i; done" Dec 18 13:26:20 world builds are good to test does anything works Dec 18 13:26:20 But that does the same thing Dec 18 13:26:39 Yeah, but how to build feeds? Dec 18 13:26:45 for example in Poky we do world builds of meta/ as all of it has to build for us Dec 18 13:27:04 I mean, once diet-x11 is built everything after that is built for that Dec 18 13:27:11 No matter the case Dec 18 13:27:14 look at slugos-packages metapackages etc? Dec 18 13:28:00 That could be a better alternative than world, yeah Dec 18 13:29:44 Anyways, diet-x11 should conflict with libx11 Dec 18 13:30:13 Cause I now have to rebuild everything that depends on diet-x11 to use libx11 instead out of 13000 packages in my deploy dir Dec 18 13:30:27 hehe :) Dec 18 13:31:56 B_Lizzard: prepare patch? Dec 18 13:32:06 Sure thing Dec 18 13:32:22 I'll file a report in a bit Dec 18 13:32:52 Would just adding CONFICTS = "diet-x11" to libx11 and vice versa work? Dec 18 13:34:31 test Dec 18 13:35:12 ok... Dec 18 13:46:58 hrw: Any objections to dropping versions 2.2 and 2.4 from gtk+? They are not set as preferred anywhere. Dec 18 13:47:36 2.6 still seems to be used, albeit by apparently poorly maintained files: http://rafb.net/p/2DXN1Y92.html Dec 18 13:48:38 What about 1.2.10? Dec 18 13:49:19 DESCRIPTION = "GTK+1.2 is a deprecated library provided for running programs not yet converted to GTK+2.0" Dec 18 13:49:30 Maybe that single file should stay in, I guess Dec 18 13:49:39 1.2 should stay Dec 18 13:49:53 2.6 2.10 2.12 also should stay Dec 18 13:50:42 OK Dec 18 13:50:57 I will drop 2.2 and 2.4 as initially suggested Dec 18 13:51:02 Thanks for the reply Dec 18 13:52:30 1.2 should certainly stay Dec 18 13:52:42 :) Dec 18 13:53:10 gtk1 is deprecated, ugly and bitrotted Dec 18 13:53:15 but should stay anyway Dec 18 13:53:20 And also much faster than GTK2 Dec 18 13:53:28 we will use it to scary our children Dec 18 13:53:37 B_Lizzard: and looks like crap Dec 18 13:53:37 :) Dec 18 13:53:46 Ah, it has themes Dec 18 13:53:48 do encodings in old way Dec 18 13:53:51 Make it look better Dec 18 13:53:55 Or not at all Dec 18 13:54:00 do not support AA fonts Dec 18 13:54:04 I don't think it has i18n Dec 18 13:54:15 It was fairly widespread, though. Dec 18 13:54:17 require user to know XFLD when you want to change fonts Dec 18 13:54:22 was is good word Dec 18 13:54:24 Nooo Dec 18 13:54:32 you just change the gtkrc Dec 18 13:54:38 with XFLD Dec 18 13:54:50 Well, type xlsfonts and voila! Dec 18 13:54:58 -misc-fixed-*-*-100-*-*-*-iso8859-2 Dec 18 13:55:09 Yeap Dec 18 13:55:14 and forget that application will handle iso8859-15 Dec 18 13:55:30 Yeah, but it's *fast* Dec 18 13:55:51 The only things that are fast enough to be good replacements are...um, fltk. Dec 18 13:56:11 Motif and libXaw are equally crappy. Dec 18 13:56:17 you still use pentium1 with s3 trio? Dec 18 13:56:40 I use an HP Jornada, 133MHz CPU, 16-32MB of RAM Dec 18 13:56:45 And build for it/ Dec 18 13:57:07 Hmmm, CONFLICTS doesn't seem to work Dec 18 13:57:47 03koen 07org.oe.dev * ra8123f9b... 10/ (1 packages/gtk-webcore/midori_0.0.15.bb): midori: add 0.0.15 Dec 18 13:58:22 bye for now Dec 18 13:58:28 bye :) Dec 18 14:04:04 * * OE Bug 3488 has been created by  Dec 18 14:04:05 * * rom 2007: Machine-specific issues Dec 18 14:04:07 * * http://bugs.openembedded.org/show_bug.cgi?id=3488 Dec 18 14:36:04 * * OE Bug 1259 has been RESOLVED (INVALID) by Dec 18 14:36:06 * *  Poodle test image won't boot. Dec 18 14:36:08 * * http://bugs.openembedded.org/show_bug.cgi?id=1259 Dec 18 14:36:16 * * OE Bug 1822 has been RESOLVED (WONTFIX) by Dec 18 14:36:18 * *  Lack of joystick support for 3.5.4 releases on SL6000/tosa Dec 18 14:36:20 * * http://bugs.openembedded.org/show_bug.cgi?id=1822 Dec 18 14:36:28 * * OE Bug 1445 has been RESOLVED (WONTFIX) by Dec 18 14:36:30 * *  Poodle screen turns off when starting OPIE in oz 3.5.4.2 rc2 Dec 18 14:36:32 * * http://bugs.openembedded.org/show_bug.cgi?id=1445 Dec 18 15:13:49 morning Dec 18 15:16:22 gm Dec 18 15:16:30 re Dec 18 15:16:54 hrw: wb Dec 18 15:17:24 someone built glibc system for arm/thumb? Dec 18 15:19:28 hrw: koen and I tried and I think the results were it fails Dec 18 15:19:55 ok Dec 18 15:20:39 we built a whole arm distro, and found the only size saving woth having was in samba Dec 18 15:23:00 thx Dec 18 15:23:16 koen probably still has the figures somewhere Dec 18 15:27:04 * * OE Bug 450 has been RESOLVED (WONTFIX) by Dec 18 15:27:07 * *  collie: very low speed of writing to jffs2 Dec 18 15:27:09 * * http://bugs.openembedded.org/show_bug.cgi?id=450 Dec 18 15:27:17 * * OE Bug 482 has been RESOLVED (WONTFIX) by Dec 18 15:27:18 * *  pretec bluetooth card not recognized Dec 18 15:27:21 * * http://bugs.openembedded.org/show_bug.cgi?id=482 Dec 18 15:28:05 * * OE Bug 553 has been RESOLVED (WONTFIX) by Dec 18 15:28:07 * *  pppd updates wrong (?) resolv.conf Dec 18 15:28:09 * * http://bugs.openembedded.org/show_bug.cgi?id=553 Dec 18 15:28:17 * * OE Bug 558 has been RESOLVED (WONTFIX) by Dec 18 15:28:19 * *  opie-mediaplayer2 glitches when playing mp3 from an sd card Dec 18 15:28:21 * * http://bugs.openembedded.org/show_bug.cgi?id=558 Dec 18 15:28:29 * * OE Bug 626 has been RESOLVED (WONTFIX) by Dec 18 15:28:31 * *  opieplayer volume cannot be changed without restart of the program Dec 18 15:28:33 * * http://bugs.openembedded.org/show_bug.cgi?id=626 Dec 18 15:31:51 anyone built sysklogd? Dec 18 15:39:05 * * OE Bug 809 has been RESOLVED (WONTFIX) by Dec 18 15:39:07 * *  Frodo 4.2-r1 package broken under OZ 3.5.4 and collie... Dec 18 15:39:08 * * http://bugs.openembedded.org/show_bug.cgi?id=809 Dec 18 15:39:17 * * OE Bug 821 has been RESOLVED (WONTFIX) by Dec 18 15:39:18 * *  kaffe-gtk won't run any programs Dec 18 15:39:20 * * http://bugs.openembedded.org/show_bug.cgi?id=821 Dec 18 15:39:28 * * OE Bug 877 has been RESOLVED (WONTFIX) by Dec 18 15:39:30 * *  qplot segfaulting on OZ-alpha2 Dec 18 15:39:32 * * http://bugs.openembedded.org/show_bug.cgi?id=877 Dec 18 15:39:40 * * OE Bug 879 has been RESOLVED (WONTFIX) by Dec 18 15:39:43 * *  /usr/bin contains boot-critical binaries Dec 18 15:39:45 * * http://bugs.openembedded.org/show_bug.cgi?id=879 Dec 18 15:39:53 * * OE Bug 888 has been RESOLVED (WONTFIX) by Dec 18 15:39:55 * *  gpe-calendar & gpe-announce alarms will repeat / duplicate until acknowledged Dec 18 15:39:56 * * http://bugs.openembedded.org/show_bug.cgi?id=888 Dec 18 15:40:01 * * Flood control triggered, clearing queue... Dec 18 15:40:05 * * [11] pending lines removed. Dec 18 15:44:05 Flood control? Ist ja lieb ;-) Dec 18 15:45:31 I guess CoreDump they got fedup of cdbot falling off channels Dec 18 16:01:05 | /tmp/ccZZAOj6.s:11: Error: selected processor does not support `stmfd sp!,{r4,r5,r6,lr}' Dec 18 16:01:09 ;( Dec 18 16:05:05 * * OE Bug 1008 has been RESOLVED (WONTFIX) by Dec 18 16:05:07 * *  TERM /etc/profile Dec 18 16:05:09 * * http://bugs.openembedded.org/show_bug.cgi?id=1008 Dec 18 16:20:05 * * OE Bug 1064 has been RESOLVED (WONTFIX) by Dec 18 16:20:07 * *  mplayer video output under opie abnormal on spitz/cl-3000 Dec 18 16:20:09 * * http://bugs.openembedded.org/show_bug.cgi?id=1064 Dec 18 16:20:17 * * OE Bug 1149 has been RESOLVED (WONTFIX) by Dec 18 16:20:19 * *  spitz locks on shutdown of rtl8150 usb ethernet Dec 18 16:20:21 * * http://bugs.openembedded.org/show_bug.cgi?id=1149 Dec 18 16:20:29 * * OE Bug 1186 has been RESOLVED (WONTFIX) by Dec 18 16:20:31 * *  gpe-login quits if screen rotated lanscape -> portrait Dec 18 16:20:33 * * http://bugs.openembedded.org/show_bug.cgi?id=1186 Dec 18 16:21:05 * * OE Bug 1306 has been RESOLVED (WONTFIX) by Dec 18 16:21:06 * *  vlc-gpe crashes when trying to play a file Dec 18 16:21:08 * * http://bugs.openembedded.org/show_bug.cgi?id=1306 Dec 18 16:21:17 * * OE Bug 1198 has been RESOLVED (WONTFIX) by Dec 18 16:21:19 * *  opie-reader segfaults with when opening chm file Dec 18 16:21:21 * * http://bugs.openembedded.org/show_bug.cgi?id=1198 Dec 18 16:21:29 * * OE Bug 1305 has been RESOLVED (WONTFIX) by Dec 18 16:21:30 * *  gxine ogg vorbis playback broke Dec 18 16:21:32 * * http://bugs.openembedded.org/show_bug.cgi?id=1305 Dec 18 16:21:41 * * OE Bug 1307 has been RESOLVED (WONTFIX) by Dec 18 16:21:43 * *  gnumeric won't start when ran as a normal user Dec 18 16:21:45 * * http://bugs.openembedded.org/show_bug.cgi?id=1307 Dec 18 16:28:57 http://thedailywtf.com/Articles/ITAPPMONROBOT.aspx Dec 18 16:42:07 I'm trying to build sysklogd, there's already a bug in for this from someone else, but I'm hoping to find a fix, I need to get the build to look in tmp/staging/compulab-pxa270-angstrom-linux-gnueabi/kernel/include/ Dec 18 16:43:10 I though adding -I${STAGING_KERNEL_DIR}/include to CFLAGS_append would take care of it, but ${STAGING_KERNEL_DIR} resolves to tmp/staging/armv5te-angstrom-linux-gnueabi/kernel, not tmp/staging/compulab-pxa270-angstrom-linux-gnueabi/kernel/include/ Dec 18 16:43:38 why would STAGING_KERNEL_DIR look under my architecture and not machine type? Dec 18 16:50:04 * * OE Bug 1308 has been RESOLVED (WONTFIX) by Dec 18 16:50:06 * *  matchbox mb-applet-cards freezes system, lacks features Dec 18 16:50:08 * * http://bugs.openembedded.org/show_bug.cgi?id=1308 Dec 18 16:51:05 * * OE Bug 1358 has been RESOLVED (WONTFIX) by Dec 18 16:51:06 * *  gkdial packages doesn't create required /etc/ chatscripts directory Dec 18 16:51:08 * * http://bugs.openembedded.org/show_bug.cgi?id=1358 Dec 18 16:51:16 * * OE Bug 1309 has been RESOLVED (WONTFIX) by Dec 18 16:51:18 * *  gpdf quits when opening a file Dec 18 16:51:20 * * http://bugs.openembedded.org/show_bug.cgi?id=1309 Dec 18 16:51:28 * * OE Bug 1388 has been RESOLVED (WONTFIX) by Dec 18 16:51:30 * *  sound problem with the rc2 release on SL-5600 Dec 18 16:51:32 * * http://bugs.openembedded.org/show_bug.cgi?id=1388 Dec 18 16:51:47 monotone.openembedded.org died ? Dec 18 16:54:52 yes, it is down Dec 18 16:55:10 You can pulll from monotone.nslu2-linux.org instead Dec 18 17:04:05 * * OE Bug 1395 has been RESOLVED (WONTFIX) by Dec 18 17:04:07 * *  GPE crashes/shuts down at Zaurus suspend Dec 18 17:04:09 * * http://bugs.openembedded.org/show_bug.cgi?id=1395 Dec 18 17:06:05 * * OE Bug 1494 has been RESOLVED (WONTFIX) by Dec 18 17:06:07 * *  gaim crash when login to msn... Dec 18 17:06:09 * * http://bugs.openembedded.org/show_bug.cgi?id=1494 Dec 18 17:06:16 * * OE Bug 1509 has been RESOLVED (WONTFIX) by Dec 18 17:06:18 * *  Light&Power settings not working correctly on collie Dec 18 17:06:20 * * http://bugs.openembedded.org/show_bug.cgi?id=1509 Dec 18 17:06:29 * * OE Bug 1550 has been RESOLVED (WONTFIX) by Dec 18 17:06:31 * *  setting time in gpe-conf produces hwclock/RTC error on akita Dec 18 17:06:33 * * http://bugs.openembedded.org/show_bug.cgi?id=1550 Dec 18 17:12:59 bye Dec 18 17:18:23 !seen pgf Dec 18 17:18:25 Laibsch, I don't remember seeing pgf. Dec 18 17:34:04 * * OE Bug 1617 has been RESOLVED (WONTFIX) by Dec 18 17:34:06 * *  Enable VNC-Server support in QT/E Dec 18 17:34:08 * * http://bugs.openembedded.org/show_bug.cgi?id=1617 Dec 18 17:34:16 * * OE Bug 1621 has been RESOLVED (WONTFIX) by Dec 18 17:34:18 * *  Akita won't use TCP/IP-over-USB with WinXP Dec 18 17:34:20 * * http://bugs.openembedded.org/show_bug.cgi?id=1621 Dec 18 17:35:05 * * OE Bug 1723 has been RESOLVED (WONTFIX) by Dec 18 17:35:07 * *  Dropbear keeps regenerating machine rsa key Dec 18 17:35:09 * * http://bugs.openembedded.org/show_bug.cgi?id=1723 Dec 18 17:35:17 * * OE Bug 1801 has been RESOLVED (WONTFIX) by Dec 18 17:35:19 * *  contrast problem on SL-C700 Dec 18 17:35:21 * * http://bugs.openembedded.org/show_bug.cgi?id=1801 Dec 18 17:35:29 * * OE Bug 1810 has been RESOLVED (WONTFIX) by Dec 18 17:35:31 * *  Network application bug and enhancement request Dec 18 17:35:32 * * http://bugs.openembedded.org/show_bug.cgi?id=1810 Dec 18 17:35:41 * * OE Bug 1969 has been RESOLVED (WONTFIX) by Dec 18 17:35:42 * *  busybox ifup does not pass parameters properly? Dec 18 17:35:44 * * http://bugs.openembedded.org/show_bug.cgi?id=1969 Dec 18 17:43:50 reboot Dec 18 18:22:26 bmidgley: were you ever able to get your connex build to complete? The autbuild last night for connex completed successfully Dec 18 19:02:54 CIA-34: constipated? Dec 18 20:08:51 re Dec 18 20:08:57 re Dec 18 20:21:22 zecke: In your opinion should INHERIT_somemachineoverride work? Dec 18 20:22:05 hehe Dec 18 20:22:06 * RP suspects it could be a bad idea... Dec 18 20:22:22 we do a bb.update_data before parsing the individual .bb files Dec 18 20:22:28 so it _should_ work now Dec 18 20:23:32 We run inherits as we find them when parsing though? Dec 18 20:23:57 yeah but INHERIT is a bit special Dec 18 20:24:05 * RP hasn't looked at the code, just someone was reporting problems with it... Dec 18 20:24:08 we look at INHERIT when parsing .bb and .inc files Dec 18 20:24:39 zecke: Right, so overrides don't get taken into account Dec 18 20:25:29 RP: it is ugly but should work, do we have a test case where it is not working? Dec 18 20:26:06 we do update_data before starting to parse the .bb files so should get INHERIT_somemachineoverride right Dec 18 20:26:37 zecke: It sets INHERIT correctly, it just doesn't actually inherit the file Dec 18 20:27:08 RP: when does he expect to inherit the file? Dec 18 20:27:35 I just changed my nick to be able to talk to some one :} Dec 18 20:27:41 so I'm still |math :) Dec 18 20:27:41 zecke: When the INHERIT line is parsed would be the correct place Dec 18 20:28:02 RP: no, we don't do that this way for normal INHERIT Dec 18 20:28:10 imagine a INHERIT -= coming next Dec 18 20:28:18 how would you unload it? Dec 18 20:28:25 zecke: Don't let me interrupt, I was just wondering what someone else thought that syntax should do, Don't worry about it ;-) Dec 18 20:28:50 so much math... and a small test tomorrow Dec 18 20:29:11 INHERIT += "" will never immediately inherit these things Dec 18 20:29:26 it will be applied to the next .bb, .bbclass and .inc file Dec 18 20:29:33 zecke: INHERIT -= would be painful but that is more a problem of -= ;-) Dec 18 20:30:05 zecke: Right, I'm looking at the code and it is applied at the next file Dec 18 20:30:29 zecke: It doesn't get applied at all though... Dec 18 20:30:55 no expand_data calls in inherit() in BBHandler Dec 18 21:17:33 For some reason the RS232 port of the Mainstone seems to be incompatible with my laptop... Dec 18 21:26:41 nnn8 Dec 18 22:05:57 What does "KeyError: 'avr32'" tell me? Dec 18 23:23:34 03hrw 07org.oe.dev * rcd255677... 10/ (1 packages/libxml/files/no-testapi.patch): libxml: dropped not used file Dec 18 23:23:40 03pH5 07org.oe.dev * r2c6d0b83... 10/ (1 conf/distro/angstrom-2008.1.conf): Dec 18 23:23:40 angstrom-2008.1.conf: sync with 2007.1 changes Dec 18 23:23:40 * update to packaged feed configuration Dec 18 23:23:40 * handhelds.org kernel update to hh19 Dec 18 23:23:46 03pH5 07org.oe.dev * rc1fd09a0... 10/ (1 packages/avahi/avahi_0.6.22.bb packages/avahi/avahi.inc): avahi: add 0.6.22, adds libavahi-gobject Dec 18 23:23:51 03pfalcon 07org.oe.dev * rb98706e6... 10/ (1 conf/bitbake.conf): Dec 18 23:23:51 bitbake.conf: Allow TARGET_ARCH to be passed via environment. Dec 18 23:23:51 * This is to allow easy building of packages using generic distros, e.g.: Dec 18 23:23:51 DISTRO=generic-uclibc TARGET_ARCH=mipsel bitbake nano Dec 18 23:23:56 03koen 07org.oe.dev * r1eda447b... 10/ (13 files in 8 dirs): Dec 18 23:23:56 poky-base-image: add an image that offers a basic "poky" gui, and its dependencies Dec 18 23:23:58 * untested, needs work Dec 18 23:24:00 * has a workaround to not require formfactor for touchscreen detection Dec 18 23:24:03 03koen 07org.oe.dev * r6834c885... 10/ (1 contrib/angstrom/build-release.sh): Dec 18 23:24:04 angstrom build release: base-files contains DISTRO_VERSION, so clean it to get the correct version into images Dec 18 23:24:06 * needs some more thought on how to get this correctly into the feeds Dec 18 23:46:33 * NineX is gone: Non semper differencia, non ignorare, set etiam viam contendere, est! Dec 19 00:52:43 Hi, I am new to OE and want some help with my compile errors when trying to build an angstrom-2007.1 Distro based gpe-image for an SL-C750. Is this the right channel to ask for help? Dec 19 01:55:37 03pfalcon 07org.oe.dev * ra7d1cc5d... 10/ (1 packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb): (log message trimmed) Dec 19 01:55:37 linux-handhelds-2.6: Add 2.6.21-hh20. Dec 19 01:55:37 * Changes since -hh19 are: Dec 19 01:55:37 1. hx4700: Fixed regression with PCMCIA power management leading to PCMCIA Dec 19 01:55:37 not working. Dec 19 01:55:39 2. pxa2xx-i2sound: Fix logic error in power management, of unknown impact. Dec 19 01:55:41 Warning: due to subtlety of code, this fix may actually cause regressions. Dec 19 02:07:48 03pfalcon 07org.oe.dev * r2dba3873... 10/ (1 conf/distro/angstrom-2007.1.conf): Dec 19 02:07:48 angstrom-2007.1.conf: Upgrade linux-handhelds-2.6 to 2.6.21-hh20 Dec 19 02:07:48 * Fixes critical regression for hx4700. Worth a new minor RC. **** ENDING LOGGING AT Wed Dec 19 02:59:57 2007