**** BEGIN LOGGING AT Mon May 19 02:59:58 2014 May 19 06:59:54 good morning May 19 08:56:52 morning all May 19 08:56:59 hey May 19 09:00:33 gm May 19 09:12:55 Err having some trouble compiling java for a arm target, "selected processor does not support Thumb mode `vldr s4,[lr,#-4]', the CPU is a cortex-a5 which does support thumb is there a switch or option that i need to change? May 19 09:13:26 im using meta-java bitbake openjdk-7-jre May 19 11:01:55 Hello May 19 11:02:08 had the servers been out yesterday? May 19 13:14:10 otavio: which is the suggested branch for SABRESD? daisy? May 19 13:14:39 otavio: I have been using dora, but I want to test kernel 3.10.x May 19 13:20:17 anyone using the repo util to keep track of multiple git repos? I'm trying to figure out how to add a new repo.. May 19 13:32:19 otavio, I see that you do, since it is the fsl-community-bsp-platform I am currently looking at :) May 19 13:38:00 mckoan: yes, daisy May 19 13:38:17 tasslehoff: :) May 19 13:38:24 otavio: thx May 19 13:40:07 otavio, what I am trying to find out is the procedure to add new repos or switch branches after the initial "repo init -u" May 19 13:44:34 otavio: hi. About that vivante, how well is the graphic driver supported? Binary blob? May 19 13:44:37 if someone updates the upstream manifest May 19 14:03:45 tasslehoff: repo init -b foo; repo sync May 19 14:03:49 ant_work: yes May 19 14:04:03 ant_work: and also open source bits May 19 14:06:08 otavio: I see, thx. I'll have to check the etna_viv stuff May 19 14:13:49 ant_work: if possible, prepare patches and/or layer for it May 19 14:19:24 otavio: a device I'm using has a vivante GC860 and is using etna_viv. Unfortunately it's all scatteredin kernel source and buildroot customization.. May 19 14:20:06 otavio: gcw0 machine will appear in meta-handheld soon May 19 14:23:44 ant_work: will merge this evening May 19 14:26:10 otavio, that does not seem to pick up the changes I did in the manifest. May 19 14:32:43 Hi. I would like to add omniorb to my sdk and image. The original recipes do not work at all when cross-compiling is needed. I followed "http://www.omniorb-support.com/omniwiki/CrossCompiling" so 1 recipe produces both the binaries for the SDK and the binaries for the images. I now get the following error : "objcopy failed" while doing do_package. I'm kinda lost from now... I will be happy to get any helps. May 19 14:34:36 otavio, ah, still need the -u May 19 14:38:54 I wrote 1 recipe that generate/install/package x86 binaries for the SDK AND generate/install/package ARM binaries for the image. do_package seems to check/prevent mixing various binary types into packages-split May 19 14:39:21 Do you know a workaround or any best practices ? May 19 14:58:03 rbuchman: I am working currently on omniorb :) May 19 14:59:05 rbuchmann: did you google for "omniorb" and "openembedded"? There is prior work, which needs little tweaking. May 19 14:59:28 yes I did but I cannot get it work May 19 15:01:19 I got the recipe from http://cgit.openembedded.org/openembedded/tree/recipes/omniorb/omniorb_4.1.4.bb?h=master May 19 15:01:41 it does not implement nativesdk-omniorb May 19 15:01:49 likewise, are you doing a penance? May 19 15:01:56 rbuchmann: I did not check cross-compilation yet (doing now). May 19 15:02:40 back in the day I used the semi supported configure approach and it worked May 19 15:03:39 Crofton: By semi-supported, U mean make CC=gcc etc. for native binaries and then make install for the target arch ? May 19 15:03:57 rbuchmann: Note the missing double quotes at the end of FILES, etc. May 19 15:04:07 rbuchmann: some typos that no longer work in newer OE/Yocto May 19 15:04:32 https://github.com/openembedded/openembedded/blob/master/recipes/omniorb/omniorb_4.1.4.bb May 19 15:04:36 for example : TARGET_CC_ARCH += ${LDFLAGS} ? May 19 15:04:59 rbuchmann: what is it that doesn't work from the mentioned recipe above? May 19 15:05:26 likewise: hey howdy long time May 19 15:05:48 khem: yeah working on customer layers, now back for a little more upstream work again May 19 15:05:58 rbuchmann, I'd start from the oe-clssic recipe I jsut linked May 19 15:06:04 khem: doing well. and you? May 19 15:06:13 likewise: ok i'm bit confused. I re-download and work from scratch to get a good report May 19 15:06:19 Crofton: ok thx ! May 19 15:06:31 that worked 4 years ago :) May 19 15:06:36 rbuchmann: Indeed, use the recipe Crofton gave. May 19 15:06:37 rbuchmann: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core May 19 15:06:45 you guys aren't doing SCA work are you? May 19 15:06:47 rbuchmann: but fix the FILES.. line May 19 15:06:55 rbuchmann: and the line below, add double quotes May 19 15:07:23 if you find new stuff worth of mentioning in above wiki link and then please do so May 19 15:10:41 rbuchmann: http://pastebin.com/raw.php?i=aJ1qcZA5 May 19 15:11:00 rbuchmann: has typo fixes and has license link added. May 19 15:11:01 dro pthe PR :) May 19 15:16:05 I'm still compiling and it takes time. Anyway, I think this recipe will generate the libraries but not the tools like omnicpp and omniidl May 19 15:16:19 for the sdk May 19 15:17:38 rbuchmann: it will May 19 15:17:46 rbuchmann: omniidl for sure May 19 15:18:25 bitbake omniorb-native will build the host native omniidl (and I am sure omnicpp also) May 19 15:21:56 gotta run May 19 15:22:01 rbuchmann: ^ good luck May 19 15:41:17 crofton: I got "error: 'CORBA::LongDoubleSeq' has not been declared" while compiling omniorb for the target May 19 15:44:09 there is a long double patch around May 19 15:44:19 I did this like 6 years ago :) May 19 15:44:32 something about needing to voerride what it detects on build system May 19 15:45:45 I saw this patch. It disable a decl but the implementation still seems to need it. May 19 15:46:39 oh god no is corba still around May 19 15:46:55 I think u tell about "rm_LongDouble.patch" May 19 15:47:15 rburton: +1 :'( May 19 15:52:59 if you don't mind, what is the appliation? May 19 15:59:58 we have an application that extract data from video sensors and then share the data among the computing units using omniorb May 19 16:19:13 I used to deal with soemthing called the Software Communications Architecture May 19 16:45:55 Crofton: thx for SCA. Unfortunately, I need to provide a SDK for my team that include omniorb... May 19 16:48:28 I managed to build omniorb and omniorb-native and it seems to work. Now, I need to add omniorb to the SDK. May 19 16:49:21 If I add a recipe for nativesdk and then I add nativesdk-omniorb to TOOLCHAIN_HOST_TASK, then I got "nativesdk-omniorb/4.1.4-r12/omniORB-4.1.4/lib/omnicpp: No such file or directory4.1.4-r12/omniORB-4.1.4/lib/omnicpp: No such file or directory" May 19 16:50:40 If I add a omniorb-native to TOOLCHAIN_HOST_TASK, then I got the following problem : Unable to locate package omniorb-native May 19 16:50:50 native doesn't package May 19 16:50:55 its only installed into the sysroot for other recipes to use May 19 16:50:58 it's not for use in sdks May 19 16:51:05 if you want to install it in toolchain_host_task, then you need nativesdk May 19 16:51:16 add nativesdk to BBCLASSEXTEND and add nativesdk-omniorb to TOOLCHAIN_HOST_TASK May 19 16:52:53 So, I *thought* I sent email out to oe-core and bitbake lists pertaining to the permissions problems and such I was seeing, but I don't see anything. May 19 16:53:11 If no one else saw them, I can go stare at it more or bug our IT department. May 19 16:54:45 kergoth, ok thx. So I need to fix nativesdk recipe for omniorb since it does not work atm. May 19 16:55:09 again, add nativesdk to BBCLASSEXTEND. if that doesn't do it, then you'll haveto fix whatever problem that has May 19 16:55:15 you dont 'need a separate nativesdk recipe generally May 19 16:55:28 but yes, you need nativesdk version of it to build May 19 16:56:02 there are some problem. BBCLASSEXTEND = "native nativesdk" does not work and need fixes. May 19 16:56:12 okay, then as i said, fix it :) May 19 16:56:20 seebs: the last email from you i see was the mail about policycoreutils in meta-selinux May 19 16:56:32 seebs: before that, was install command directory mode thread May 19 16:56:35 from last month May 19 16:56:53 Drat. I sent out bitbake patches for the mode thing, and oe-core patches to add a fchmodat patch to pseudo. Or thought I did. May 19 16:57:18 I should start a betting pool on whether I get asked to try resending using Microsoft exchange instead of git send-email. May 19 18:48:59 seebs: totally didn't see those mails May 19 18:49:03 (fwiw) May 19 18:49:04 Yeah. May 19 18:49:11 Looks like we have our favorite issue. Again. Whee. May 19 19:01:21 Oh, heh. My outgoing mail has a mail server which is providing an invalid host name. Well, valid but only if you use our internal DNS servers. Well, that's fixable on my end. May 19 19:02:49 heh, oops May 19 21:21:56 Crofton, what happened to the autobuilder images ? **** ENDING LOGGING AT Tue May 20 02:59:58 2014