**** BEGIN LOGGING AT Mon Jan 17 02:59:57 2011 Jan 17 03:29:47 Jay7, khem, what we're seeing now is a much more frequent occurrance of perl-native messing things up for us by being installed as some other task is going on, using 'perl'. It can be libperl.so missing, or crazy sounding "can't find Foo.pm" type things Jan 17 07:21:51 03Khem Raj  07master * re940cf0f59 10openembedded.git/recipes/linux/ (7 files in 7 dirs): Jan 17 07:21:51 linux-2.6.37: Make QEMU machines all use 2.6.37 as default kernel Jan 17 07:21:51 Signed-off-by: Khem Raj Jan 17 08:07:41 gm Jan 17 08:17:29 good morning Jan 17 08:18:16 'morning Jan 17 08:38:03 03Koen Kooi  07org.openembedded.dev * rc4d237d621 10openembedded.git/recipes/pidgin/ (pidgin.inc pidgin_2.7.3.bb): Jan 17 08:38:03 pidgin: update to 2.7.9 Jan 17 08:38:03 Signed-off-by: Koen Kooi Jan 17 08:38:15 03Koen Kooi  07org.openembedded.dev * r4c35cc5cc9 10openembedded.git/recipes/hal/hal_0.5.14+git.bb: Jan 17 08:38:15 hal 0.5.15+git: bump SRCREV to fix a segfault Jan 17 08:38:15 Signed-off-by: Koen Kooi Jan 17 09:04:20 morning Jan 17 09:04:31 hello hrw Jan 17 10:05:42 had anyone worked on friendlyarm mini6410 development board Jan 17 10:20:36 my build stands a "preparing run queue" cpu is 100% but nothing is happing ? Jan 17 10:21:24 rob_w: maybe try disabling tinderbox Jan 17 10:21:55 ? how can i do that ? Jan 17 10:24:39 look into your local.conf Jan 17 10:24:47 or pastebin it Jan 17 10:24:54 ~pastebin Jan 17 10:24:54 [~pastebin] A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few : http://www.pastebin.com , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://bin.cakephp.org/ , http://asterisk.pastey.net/ , or install pastebinit with yum or aptitude. Jan 17 10:25:14 ah now i know .. well i dont have it activ ... Jan 17 10:25:29 lets see i let it rebuild the cache now .. Jan 17 10:35:43 03Martin Jansa  07master * ra3d8ebc631 10openembedded.git/recipes/freesmartphone/ (3 files in 3 dirs): Jan 17 10:35:43 frameworkd: drop fso-abyss from om-gta0* RDEPENDS and disable ogsmd in default config - replaced by fsogsmd Jan 17 10:35:43 Signed-off-by: Martin Jansa Jan 17 10:35:55 03Martin Jansa  07master * r591848643c 10openembedded.git/recipes/freesmartphone/cornucopia.inc: Jan 17 10:35:56 freesmartphone: bump cornucopia SRCREV, needed for versions compatible with new vala Jan 17 10:35:56 * fsobasics fails to build now Jan 17 10:35:56 Signed-off-by: Martin Jansa Jan 17 10:35:58 03Martin Jansa  07master * r01e1c4ff1c 10openembedded.git/recipes/shr/frameworkd-config-shr_git.bb: Jan 17 10:35:58 frameworkd-config-shr: bump SRCREV for new om-gta01 frameworkd.conf Jan 17 10:35:58 Signed-off-by: Martin Jansa Jan 17 10:39:47 hej, anyone thought of how to handle the latest kernel renames of ttySx to ttyOx ; SERIAL_CONSOLE is actually pinned by machine configs afaik; we would need to somehow distinguish between kernel version? Jan 17 10:43:31 khem, ping Jan 17 10:43:42 mlip: latest? thats been the case for at least a year now :-D Jan 17 10:43:49 I have a system based on minimal image, the screen switch off after a while, how could I disable this feature? Jan 17 10:43:55 mlip: and it isnt a rename Jan 17 10:44:27 sweet, now I know why my newer kernel wasn't giving any serail output :D Jan 17 10:44:36 XorA: well, Gentoo handled that for me, and i just stumbled upon it because my beagleboard-xm preffered to use 2.6.37 Jan 17 10:44:57 best solution would be to use udev to rename the ports Jan 17 10:45:21 then it can work whether omap serial is enabled or not Jan 17 10:45:32 XorA: it is not a rename? thought I did read this on some ml now ... Jan 17 10:45:46 mlip: no, it means you enabled omap-serial Jan 17 10:46:03 khem, 1) should supported kernel fs be deduced from IMAGE_FSTYPES ? Jan 17 10:46:34 omap ports are partially 8250 compatible so that driver can drive them, or the custom omap-serial to get better performance Jan 17 10:47:43 khem, 2) Re +FULL_OPTIMIZATION_powerpc = "-O2": How can we say that we want that for gcc pv <= 4.5.x ? Jan 17 10:48:07 XorA: I see, thx; I will have a look and try some udev renaming; u-boot still needs to adapted somehow (if we want it to be runable out of the box) Jan 17 11:35:46 how to include our application in openembedded? i.e how make .bb file for our application? can anyone help me... Jan 17 11:40:48 it depend on your application Jan 17 11:40:58 beside in european time, everybody is eating Jan 17 11:41:05 s/beside/also/ Jan 17 11:41:29 I think I remember reading about some info on doing that in the manual Jan 17 11:41:46 sanket: in the manual Jan 17 11:41:48 does your application uses autotools? Jan 17 11:42:00 first identify the build system your application use Jan 17 11:42:05 and then follow the manual Jan 17 11:42:21 and then send a patch to the mailing list Jan 17 11:42:28 there's a howto for that too Jan 17 11:42:39 http://docs.openembedded.org/usermanual/usermanual.html Jan 17 11:42:53 http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded Jan 17 11:43:58 ya I m refering that manual... but not able to create .bb file... Jan 17 11:44:18 do you hv some example... Jan 17 11:44:40 Any of these useful? http://docs.openembedded.org/usermanual/html/recipes_examples.html Jan 17 11:49:07 thanx I will try this basic example and then to my application. Jan 17 12:13:46 * otavio has a doubt about sdks Jan 17 12:13:59 host is the host building, right? Jan 17 12:14:26 what if I need to build the sdk for ix86 host and I am using an amd64 builder? Jan 17 12:15:05 candian-cross Jan 17 12:16:02 I hv follow http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded Jan 17 12:16:12 but I m getting an error Jan 17 12:16:18 can anyone help me Jan 17 12:16:39 ERROR: Task 13 (/media/eeecc9e6-2a1f-42f8-9ecd-f7ef700f894c/sanket/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb, do_compile) failed with 256 Jan 17 12:16:40 ERROR: '/media/eeecc9e6-2a1f-42f8-9ecd-f7ef700f894c/sanket/oe/openembedded/recipes/myhelloworld/myhelloworld_0.1.bb' failed Jan 17 12:17:35 ? Jan 17 12:18:22 hello world is no new package Jan 17 12:18:25 or recipe Jan 17 12:18:51 I hd followed that link Jan 17 12:19:22 I didnt know you want to submit hello-world Jan 17 12:20:03 sanket what is your goal? Jan 17 12:20:29 I want to include my application in oe... Jan 17 12:20:56 but I m getting an error... not able to make a proper .bb file Jan 17 12:21:18 so I had followed a simple example from that link Jan 17 12:21:20 so pastebin the .bb and the error Jan 17 12:21:45 http://docs.openembedded.org/usermanual/html/recipes_examples.html Jan 17 12:22:07 thats your new application? Jan 17 12:24:19 woglinde: any example how I use it? Jan 17 12:25:28 otavio no sorry grep for canadian Jan 17 12:28:45 confusing; it seems that there're many deprecated classes for it Jan 17 12:30:08 it seems that the current class is cross-canadian however I didn't find usage of it Jan 17 12:32:02 hm Jan 17 12:32:08 best ask richard Jan 17 12:32:18 he worked some time on it Jan 17 12:32:52 woglinde: by Richard you mean RP? Jan 17 12:33:41 woglinde: not so OT Jan 17 12:33:47 question: Jan 17 12:33:55 otavio yes Jan 17 12:34:27 woglinde: can it be that adding -isystem does imply we are using sysroot stuff? Jan 17 12:35:37 hm no Jan 17 12:35:46 -isystem was before sysroot there Jan 17 12:35:57 if I am not complety wrong Jan 17 12:36:21 see e.g. http://tinyurl.com/68vpaqm Jan 17 12:36:24 and only tolding the compiler to look for system headers under the dir Jan 17 12:36:35 ah, the headers... Jan 17 12:38:45 you see, I have to convince klcc that it is running on target and not on buildhost... Jan 17 12:38:56 klcc, not klcc-cross Jan 17 12:39:15 I'll have to read the Kbuild better Jan 17 13:16:04 otavio: AFAIK canadian cross doesn't work Jan 17 13:18:23 $ grep -q autotools recipes/util-linux/util-linux.inc && echo huh? || echo ok since util-linux really does not use autotools Jan 17 13:18:24 huh? Jan 17 14:16:43 03Klaus Kurzmann  07master * ra410a3ea8e 10openembedded.git/recipes/tasks/task-shr-feed.bb: Jan 17 14:16:43 task-shr-feed: add ttf-droid Jan 17 14:16:43 Signed-off-by: Klaus Kurzmann Jan 17 14:17:33 03Martin Jansa  07master * r1f4d72bf33 10openembedded.git/ (11 files in 10 dirs): Jan 17 14:17:33 frameworkd: merge frameworkd-config-shr_git.bb to frameworkd_git.bb and cleanup Jan 17 14:17:33 * move init.d file and all config files applied in OE to frameworkd repo Jan 17 14:17:33 * drop PREFERRED_PROVIDER_frameworkd-config as only one provider exists now Jan 17 14:17:33 Signed-off-by: Martin Jansa Jan 17 14:17:45 03Daniele Ricci  07master * rb8eb997da7 10openembedded.git/recipes/mokosuite2/libmokosuite_git.bb: Jan 17 14:17:45 libmokosuite: SRCREV bump Jan 17 14:17:45 A few GUI functions fixes Jan 17 14:17:45 Signed-off-by: Daniele Ricci Jan 17 14:17:45 Signed-off-by: Martin Jansa Jan 17 14:17:47 03Daniele Ricci  07master * ra57a6f4856 10openembedded.git/recipes/mokosuite2/mokomessages_git.bb: Jan 17 14:17:47 mokomessages: SRCREV bump Jan 17 14:17:47 Very buggy message writing :) Jan 17 14:17:48 Signed-off-by: Daniele Ricci Jan 17 14:17:48 Signed-off-by: Martin Jansa Jan 17 14:29:28 So.. what's the uclibc equiv of ? Jan 17 14:32:44 03Eric BENARD  07org.openembedded.dev * r28fa42b1f4 10openembedded.git/recipes/busybox/ (9 files in 3 dirs): Jan 17 14:32:44 busybox: introduce stable version 1.18.2 Jan 17 14:32:44 which is 1.18.1 + all the patches we already had in OpenEmbedded Jan 17 14:32:44 Signed-off-by: Eric Bénard Jan 17 14:32:44 Acked-by: Khem Raj Jan 17 14:34:07 03Eric BENARD  07org.openembedded.dev * r8f6eed1719 10openembedded.git/conf/distro/include/angstrom-2010-preferred-versions.inc: Jan 17 14:34:08 angstrom-2010: prefer busybox 1.18.2 Jan 17 14:34:08 Signed-off-by: Eric Bénard Jan 17 14:34:08 Cc: Koen Kooi Jan 17 14:34:08 Acked-by: Koen Kooi Jan 17 14:34:25 Crofton: wake up Jan 17 14:40:30 Is a holiday in the US for many folks, FYI. Jan 17 14:46:51 mwester: 17 January – Martin Luther King, Jr. Day (3rd Monday of January, traditionally 15 Jan.) Jan 17 14:47:03 mwester: http://en.wikipedia.org/wiki/List_of_holidays_by_country#United_States_of_America Jan 17 14:48:46 That's the one... Different companies/schools/institutions treat it differently -- my employer marks it as a day off, but one of my customers who's struggling with an issue is at work and is rather upset about it... :D Jan 17 15:02:59 heh, bloomin holidays Jan 17 15:06:15 urg Jan 17 15:06:37 XorA, we've been skiing, back home tonight, on the road tomorrow Jan 17 15:10:16 Anyone up that's a uclibc person? Jan 17 15:28:42 03Tom Rini  07org.openembedded.dev * r474d7b392a 10openembedded.git/recipes/linux/ (11 files in 8 dirs): Jan 17 15:28:42 linux: Add CONFIG_MODULES to qemu{ppc,sh4,mips64} Jan 17 15:28:42 Signed-off-by: Tom Rini Jan 17 15:28:44 03Tom Rini  07org.openembedded.dev * r3109a7ee39 10openembedded.git/conf/machine/mpc8315e-rdb.conf: Jan 17 15:28:44 mpc8315e-rdb: Setup for xserver-xorg Jan 17 15:28:44 Signed-off-by: Tom Rini Jan 17 15:28:55 03Tom Rini  07org.openembedded.dev * r114b1f3c7a 10openembedded.git/conf/machine/p2020ds.conf: Jan 17 15:28:55 p2020ds: Setup for xserver-xorg Jan 17 15:28:55 Signed-off-by: Tom Rini Jan 17 15:28:58 03Tom Rini  07org.openembedded.dev * r511c190b1f 10openembedded.git/recipes/iscsi-target/ (3 files in 2 dirs): Jan 17 15:28:58 iscsi-target: Update for newer kernels Jan 17 15:28:58 Bring in some patches from upstream that make this compile when using Jan 17 15:28:58 2.6.37. Jan 17 15:28:58 Signed-off-by: Tom Rini Jan 17 15:35:53 03Tom Rini  07org.openembedded.dev * r03abc32f95 10openembedded.git/recipes/uclibc/ (12 files in 7 dirs): Jan 17 15:35:53 uclibc: Enable UCLIBC_USE_NETLINK and UCLIBC_SUPPORT_AI_ADDRCONFIG Jan 17 15:35:53 This keeps all of the older versions in sync with uclibc-git. Jan 17 15:35:53 Signed-off-by: Tom Rini Jan 17 15:42:03 identify whatitis Jan 17 15:50:26 03Martin Jansa  07master * rb0af751964 10openembedded.git/recipes/freesmartphone/frameworkd_git.bb: Jan 17 15:50:26 frameworkd: fix init.d script permissions and force frameworkd-config-shr removal with RCONFLICTS Jan 17 15:50:26 Signed-off-by: Martin Jansa Jan 17 15:55:30 03Martin Jansa  07master * rd1f2f64225 10openembedded.git/recipes/tasks/task-shr-feed.bb: Jan 17 15:55:31 task-shr-feed: fix ttf-droid target package names for RDEPENDS Jan 17 15:55:31 Signed-off-by: Martin Jansa Jan 17 16:17:22 03Martin Jansa  07master * r18b42a44fc 10openembedded.git/recipes/freesmartphone/frameworkd_git.bb: Jan 17 16:17:23 frameworkd: install ogsmd configs for machines with enabled ogsmd (not using fsogsmd yet) Jan 17 16:17:23 Signed-off-by: Martin Jansa Jan 17 16:22:02 03Tom Rini  07org.openembedded.dev * r6beb9697a6 10openembedded.git/recipes/linux/ (3 files in 3 dirs): Jan 17 16:22:02 linux: Add CONFIG_MODULES to qemush4/mips64 Jan 17 16:22:02 Signed-off-by: Tom Rini Jan 17 16:28:53 03Tom Rini  07org.openembedded.dev * rf6433e75a0 10openembedded.git/classes/ (cml1.bbclass kernel.bbclass): Jan 17 16:28:53 kernel,cml1.bbclass: Move menuconfig to cml1 Jan 17 16:28:53 The menuconfig target exists in places other than the kernel that Jan 17 16:28:53 use kernel style config. Jan 17 16:28:53 Signed-off-by: Tom Rini Jan 17 16:48:07 meh Jan 17 16:56:15 03Tom Rini  07org.openembedded.dev * r4dfef62dfe 10openembedded.git/classes/kernel.bbclass: Jan 17 16:56:15 kernel.bbclass: Drop comment about kernel_do_configure Jan 17 16:56:15 After talking with Chris more, the way this is done now is best. Jan 17 16:56:15 Signed-off-by: Tom Rini Jan 17 17:05:12 khem, ping Jan 17 17:41:54 Tartarus: hi Jan 17 17:42:01 whats up Jan 17 17:46:24 blindvt`: right now we can not deduce package versions Jan 17 17:46:49 blindvt`: it could be a nice thing to have in OE/bb Jan 17 17:47:30 what do you mean by deduce package versions? Jan 17 17:47:49 suppose I want to setup a bitbake var only for gcc 4.5.0 Jan 17 17:47:55 and not for other gcc versions Jan 17 17:48:04 i.e. gcc version in use Jan 17 17:48:34 ideally you'd just be able to add PV to overrides Jan 17 17:48:53 BBVERSIONS adds it, iirc Jan 17 17:49:26 if I want to set CFLAGS of uclibc based on what gcc-cross is being picked Jan 17 17:49:36 how can we do it Jan 17 17:49:57 at build time Jan 17 17:52:27 oh,that's a completely different problem. one recipe can't poke at another's data at all Jan 17 17:52:34 right Jan 17 17:53:00 so something like this could help in covering up versions specific bugs or features Jan 17 17:53:11 atleast for toolchain it can be handy Jan 17 17:53:21 it would be really nice if our data was namespaced and you could look at other namespaces, but you'd really have to do so after processing of preferences, since 90% of the time what you care about is what we're currently going to build Jan 17 17:53:33 and of course what we have already built Jan 17 17:53:34 we can also have a gcc override of some sort Jan 17 17:53:58 * kergoth` nods, there's ways around it, but it would be nice to have a better general mechanism in the very long term Jan 17 17:54:06 true Jan 17 17:54:18 hmm Jan 17 17:54:23 I think if bb could keep recipe specific data around Jan 17 17:54:50 or may be create a global table of package versions that can be asked at any time Jan 17 17:55:04 what version of package x am I building ? Jan 17 17:55:36 i think itd be best to just have a hook/event at the point where we know what tasks of what recipe's of what versions we're going to run or have run, and can look at that information Jan 17 17:55:54 then we can save that for later or whatever else we want to do with it Jan 17 17:56:55 hmm do u mean wait until the task executes Jan 17 17:57:30 no, i mean just after the runqueue is prepared, and we're about to run the tasks Jan 17 17:57:44 ok yeah Jan 17 17:57:51 that would be ok too Jan 17 17:58:05 i think the stampupdate event has some of the info, but not sure if it has it all Jan 17 17:58:12 something more explicit would be best Jan 17 17:58:46 yeah explicit is better Jan 17 17:59:28 may be we can access it like a normal variable or some python call Jan 17 17:59:50 I saw that gentoo has something to solve it Jan 17 17:59:59 I did not look how they really solved it Jan 17 18:00:53 well, an event is an object Jan 17 18:00:55 it can carry anything Jan 17 18:01:00 khem, first, qemuppc defconfig for .37 is very different than the rest, can you explain a little? :) Jan 17 18:01:16 Tartarus: I just put what was needed Jan 17 18:01:23 we can just carry in the event the list of recipes/tasks/versions, or a list of the recipe info objects for them, from the cache Jan 17 18:01:26 hmm Jan 17 18:01:29 and let the rest upto config Jan 17 18:02:07 kergoth: is this information already kept in some form or will it be extra Jan 17 18:03:26 khem: bitbake holds a certain amount of recipe data, as pulled from the cache, to be used when generating the runqueue. the question is whether we could just pass the generated runqueue, or if we'd want more of the source information that fed into the runqueue Jan 17 18:05:42 hmmm I think adding version info as a factor to runqueue would be nice Jan 17 18:05:50 then we can depend upon a given version Jan 17 18:05:51 too Jan 17 18:05:56 which kind of is nice Jan 17 18:06:39 khem, yes, that's very different Jan 17 18:06:56 I'm not happy off the bat since that made me miss fixing CONFIG_MODULES on it Jan 17 18:07:12 Tartarus: actually we should do that for all configs Jan 17 18:07:19 It also hides how long it's been since someone actually audited it Jan 17 18:07:21 version specific deps is a different ballgame, and really requires that we implement per recipe staging areas to avoid conflicts Jan 17 18:07:44 though we could just error out i suppose Jan 17 18:07:51 khem, I really don't like the idea of relying on the default values for everything else Jan 17 18:07:55 since that's supposed to be n Jan 17 18:08:45 Tartarus: KCONFIG_ALLCONFIG= Jan 17 18:08:49 is right think imp Jan 17 18:08:51 imo Jan 17 18:09:05 and whatever you need from a kernel add to your minimal config Jan 17 18:09:19 Right Jan 17 18:09:30 I'm fine with storing a minimal config, I just think it should be filled out Jan 17 18:10:02 Since the kernel doesn't work from config fragments normally and it breaks a lot of mental assumptions with I assume more than just me about what you can tell about the kernel before running -c configure Jan 17 18:12:02 Tartarus: I have been thinking of adding this KCONFIG_ALLCONFIG thing forever Jan 17 18:12:17 it will reduce out defconfig to something readable Jan 17 18:12:27 and portable across versions Jan 17 18:12:39 RFC it please Jan 17 18:12:44 I really disagree about it being more readable Jan 17 18:12:56 heh Jan 17 18:13:22 well some users really can get distracted by tonnes of things in .config Jan 17 18:13:22 so anyhow Jan 17 18:13:38 thanks for fdixing up a ton of uclibc things i saw :) Jan 17 18:13:52 kicked my builder off <1h ago Jan 17 18:14:24 (and feeding baby, short/1handed typing now, heh) Jan 17 18:14:25 I think storing while .config is a bit not nice Jan 17 19:46:23 03Chris Larson  07master * ra25c0750c7 10openembedded.git/recipes/busybox/ (busybox.inc files/syslog): (log message trimmed) Jan 17 19:46:24 busybox: move syslog config to /etc/default Jan 17 19:46:24 The busybox syslog syslog.conf is parsed by the /etc/init.d script, not by the Jan 17 19:46:24 syslog process itself, so it belongs in /etc/default. In addition, the file Jan 17 19:46:24 format is *completely* different from the standard sysklogd configuration, so Jan 17 19:46:24 while we should resolve the file conflict between busybox-syslog and sysklogd, Jan 17 19:46:25 we should not use update-alternatives for it, so this is a cleaner solution. Jan 17 19:46:41 03Chris Larson  07master * r2f8634120c 10openembedded.git/recipes/pciutils/pciutils_3.1.2.bb: Jan 17 19:46:41 pciutils: install binaries in bindir Jan 17 19:46:41 We need to ensure that busybox and pciutils install their binaries in the same Jan 17 19:46:41 paths, and debian also places pciutils binaries in /usr/bin. Jan 17 19:46:41 Signed-off-by: Chris Larson Jan 17 20:05:46 03Eric BENARD  07org.openembedded.dev * r3b45adc95c 10openembedded.git/conf/distro/include/preferred-slugos-versions.inc: Jan 17 20:05:46 slugos: prefer busybox 1.18.2 Jan 17 20:05:46 Signed-off-by: Eric Bénard Jan 17 20:05:46 Cc: Mike Westerhof Jan 17 20:05:46 Acked-by: Khem Raj Jan 17 20:05:46 Acked-by: Mike Westerhof Jan 17 20:05:48 03Eric BENARD  07org.openembedded.dev * ra3c5ede85f 10openembedded.git/recipes/busybox/ (17 files in 3 dirs): Jan 17 20:05:48 busybox-1.18.1: remove recipe Jan 17 20:05:48 now that SlugOS and Angstrom-2010.x prefer 1.18.2 Jan 17 20:05:48 Signed-off-by: Eric Bénard Jan 17 20:05:49 Acked-by: Khem Raj Jan 17 20:12:48 the busybox patches trigger the following remark:./files/default.script does not seem to be used so probably it should be removed (and if it is used and I overlooked something probably it should force run-parts to be included in defconfig, like some kernel recipes force certain settings) Jan 17 20:19:40 hi eFfeM Jan 17 20:19:51 default.script seems used by bb 1.7.2 Jan 17 20:23:38 ericben: hi, actually I misgrepped, it seems everyone uses default.script Jan 17 20:23:40 ./busybox.inc: file://default.script Jan 17 20:24:09 you're right, I grepped on *.bb :-D Jan 17 20:25:53 but default.script does need run-parts, i just checked and all of our defconfigs have it enabled (but ofc the other day I nuked it in our overlay while searching for some bytes to save) Jan 17 20:26:17 eFfeM: I plan to update defconfig for 1.18.2 Jan 17 20:26:22 but I have to make more tests Jan 17 20:26:54 re Jan 17 20:28:08 ericben: linux.inc forces some settings for the kernel, we might want to use a similar sed construct to force run-parts in Jan 17 20:29:39 eFfeM: well where is it disabled ? Jan 17 20:34:15 ericben: it is not disabled in any OE defconfig, but I guess some people (like me) use a tuned (minimal) defconfig and the dependency from the script on RUN_PARTS is not obvious. If the script is pushed in, I feel RUN_PARTS should also be enabled Jan 17 20:34:47 eFfeM: ok I understand, I put this on my todo list :) Jan 17 20:34:55 * eFfeM is sometimes still in systems that need to fit in 8MB :P Jan 17 20:35:19 so I use heavily pruned busybox and kernel (among other things) Jan 17 20:41:58 gone for now, cya Jan 17 20:42:16 bye Jan 17 23:37:14 Hello everyone Jan 17 23:37:31 Is it true that handhelds.org is down permanently ? Jan 17 23:40:21 edude03: ype Jan 17 23:40:22 yep Jan 17 23:41:38 :'( Jan 17 23:41:40 Why? Jan 17 23:42:48 don't know, don't really care much. ideally we'd have gotten an archive of the cvs for a few things to retain their history, but beyond that they weren't providing much of anything worthwhile Jan 17 23:43:57 So then what happened to all the data and its "owner" Jan 17 23:44:34 not sure what you mean. Jan 17 23:44:53 opkg-utils was there, but it wasn't maintained to begin with Jan 17 23:44:57 er, ipkg-utils Jan 17 23:46:42 neither opkg-utils nor ipkg-utils are maintained right now Jan 17 23:48:12 Oh Jan 17 23:48:25 I was going to offer to take over hosting if the site if need by Jan 17 23:48:26 *be Jan 18 00:37:04 03Khem Raj  07master * r62dd892110 10openembedded.git/conf/distro/include/sane-toolchain.inc: Jan 18 00:37:04 sane-toolchain.inc: Prefer binutils 2.21 Jan 18 00:37:04 Signed-off-by: Khem Raj Jan 18 00:37:04 Acked-by: Martin Jansa Jan 18 00:37:19 03Khem Raj  07master * rc4c7e9c62b 10openembedded.git/conf/distro/minimal.conf: Jan 18 00:37:20 minimal.conf: Prefer perl 5.10.1 Jan 18 00:37:20 * Tested various builds seems to hold fine Jan 18 00:37:20 Signed-off-by: Khem Raj Jan 18 00:37:20 Acked-by: Frans Meulenbroeks Jan 18 00:37:20 Acked-by: Tom Rini Jan 18 00:37:52 03Khem Raj  07master * rbc5f50a9e1 10openembedded.git/conf/distro/minimal.conf: Jan 18 00:37:52 minimal.conf: Prefer opie 1.2.5 Jan 18 00:37:52 Signed-off-by: Khem Raj Jan 18 00:43:37 03Jeff Lance  07master * rb403421a45 10openembedded.git/recipes/ti/am-benchmarks_1.2.bb: Jan 18 00:43:37 am-benchmarks: updating SRCREV - Makefile update to support CCSv5 Jan 18 00:43:37 * Update SRCREV Jan 18 00:43:37 * update makefile to support both debug and release versions supported by CCSv5 Jan 18 00:43:37 Signed-off-by: Jeff Lance Jan 18 00:43:38 Signed-off-by: Khem Raj Jan 18 00:43:49 03Paul Menzel  07master * rb137776bad 10openembedded.git/recipes/openmax/libomxil-bellagio_git.bb: (log message trimmed) Jan 18 00:43:49 libomxil-bellagio_git: add Git version Jan 18 00:43:49 The last release 0.9.2.1 is over a year old (2009-12-23). Jan 18 00:43:49 Build tested with `angstrom-2008.1` for `MACHINE = "beagleboard"`. With `angstrom-2010.x` it fails with the following error. Jan 18 00:43:49 arm-angstrom-linux-gnueabi-libtool: compile: arm-angstrom-linux-gnueabi-gcc Jan 18 00:43:49 -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork Jan 18 00:43:50 -mno-thumb -DHAVE_CONFIG_H -I. -I../.. Jan 18 00:43:53 03Jeff Lance  07master * r90968db4fd 10openembedded.git/recipes/ti/am-sysinfo_svn.bb: (log message trimmed) Jan 18 00:43:53 am-sysinfo: Update SRCREV to add CCSv5 support Jan 18 00:43:53 * Update SRCREV to pull in the following: Jan 18 00:43:53 * Update the makefile to support the debug and release versions utilized by CCSv5 Jan 18 00:43:53 * Add a top level Makefile Jan 18 00:43:53 * update support files used by CCSv5 - .cproject and .project Jan 18 00:43:53 Signed-off-by: Jeff Lance Jan 18 00:43:55 03Martin Jansa  07master * rb1ae47cea8 10openembedded.git/recipes/apr/apr_1.3.12.bb: Jan 18 00:43:55 apr: add version 1.3.12 and fix build with libtool-2.4 Jan 18 00:44:22 * Updating the makefile to better support the release and debug versions used in CCSv5 Jan 18 00:44:22 * Adding an install_debug option to the makefile Jan 18 00:44:22 * Updating the README file to go with the makefile updates Jan 18 00:44:22 Signed-off-by: Jeff Lance Jan 18 00:44:22 Signed-off-by: Khem Raj Jan 18 00:44:46 03Paul Menzel  07master * r2ebe1efec3 10openembedded.git/recipes/openmax/ (3 files): Jan 18 00:44:46 libomxil-bellagio: cosmetics: unify recipes Jan 18 00:44:46 Just reorder the lines to be consistent throughout all recipes and to adhere to the style guide [1]. Jan 18 00:44:46 [1] http://wiki.openembedded.org/index.php/Styleguide Jan 18 00:44:46 Signed-off-by: Paul Menzel Jan 18 00:44:46 Signed-off-by: Khem Raj Jan 18 00:44:57 03Paul Menzel  07master * r3f581c2a09 10openembedded.git/recipes/openmax/ (5 files): (log message trimmed) Jan 18 00:44:58 libomxil-bellagio: create and use recipe include file (INC file) Jan 18 00:44:58 Create a recipe include file. The only difference now is, that the following version also include `PARALLEL_MAKE = ""`. Jan 18 00:44:58 • 0.9.0 Jan 18 00:44:58 • 0.9.1 Jan 18 00:44:58 [1] http://wiki.openembedded.org/index.php/Styleguide#PR_variables_with_recipes_that_use_INC_files Jan 18 00:44:59 Signed-off-by: Paul Menzel Jan 18 00:48:05 03Paul Menzel  07master * r75e7777d9a 10openembedded.git/recipes/openmax/libomxil-bellagio.inc: (log message trimmed) Jan 18 00:48:05 libomxil-bellagio: inherit class `pkgconfig` to stage pkg-config file `libomxil-bellagio.pc` Jan 18 00:48:05 `libomxil-bellagio` distributes a pkg-config file [1] which is only put to the following location with the following content. Jan 18 00:48:05 $ more angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/lib/pkgconfig/libomxil-bellagio.pc Jan 18 00:48:05 prefix=/usr Jan 18 00:48:06 exec_prefix=/usr Jan 18 00:48:06 libdir=/usr/lib Jan 18 02:18:02 03Khem Raj  07master * rb90b3bc3a2 10openembedded.git/recipes/gdb/ (11 files in 2 dirs): Jan 18 02:18:02 gdb-7.2: Add recipes for gdb 7.2 Jan 18 02:18:02 Signed-off-by: Khem Raj Jan 18 02:18:04 03Khem Raj  07master * re6b476e672 10openembedded.git/recipes/tgt/ (3 files in 2 dirs): Jan 18 02:18:04 tgt_1.0.12.bb: Update the posix_fallocate fix patch for uclibc Jan 18 02:18:04 Signed-off-by: Khem Raj Jan 18 02:59:18 Anyone may help me, please? I get TMSDM365 board and i want to know if Is possible to use OE with dm365 processors? **** ENDING LOGGING AT Tue Jan 18 02:59:57 2011