**** BEGIN LOGGING AT Mon May 19 02:59:58 2014 May 19 06:58:20 kroon: more recent xbmc recipe: https://github.com/Angstrom-distribution/meta-oe/tree/angstrom-staging-yocto1.5/meta-multimedia/recipes-mediacentre/xbmc May 19 06:58:51 kroon: it compiles for most archs and runs on x86, but it has a ton of issues, so I haven't sent a patch for review yet May 19 06:59:11 (and upstream xbmc completely broke non-android, non-rpi ARM) May 19 06:59:51 good morning May 19 07:00:12 koen, ah. thanks, i'll start with that one instead then May 19 07:00:14 hey mckoan May 19 07:00:27 hi koen May 19 07:01:54 kroon: my goal was to get it running on allwinner SoCs (MALI GPU), but I only made it work on x86_64 (radeon) and sort of on x86 (EMGD) May 19 07:15:46 koen, i was hoping I could get latest xbmc from git running on my rpi, but I guess we'll see then.. May 19 07:17:49 khem: something has changed under the hood and linux-yocto_3.14 fails now for armv4 May 19 07:18:56 kroon: that was a bonus goal for me May 19 07:19:04 khem: If I git-reset oe-core back to 8e38a24 (kernel was 3.14) all is fine May 19 07:19:05 kroon: sadly openelec works a bit too well on my rpi May 19 07:19:17 khem: 3.14 TUNE_FEATURES = "armv4" May 19 07:19:17 3.14.2 TUNE_FEATURES = "arm armv4" May 19 07:19:19 ? May 19 07:20:01 koen, and sadly I've never heard of openelec before, but will try it now, and maybe give up on xbmc :-) May 19 07:20:32 kroon: openelec is a 'distro' that launches xbmc and provides updates and stuff May 19 07:21:38 if xbmc and gl drivers weren't such a much you could easily do everything openelec does with an OE build May 19 07:21:52 khem: the strange error is .config:311:warning: symbol value '' invalid for PAGE_OFFSET, leading to an invalid #define CONFIG_PAGE_OFFSET 0x May 19 07:22:11 koen, aha May 19 07:23:02 brb May 19 07:33:33 khem: found the commit touching tunes (1250d3e), I'll bother JaMa now ;) May 19 07:36:32 JaMa: probably because of the changes to the tune files build of armv4 kernel fails now. armv5te builds fine. May 19 08:20:13 gm May 19 08:20:14 gm florian May 19 08:21:01 good morning May 19 08:23:47 gm likewise, florian, all May 19 08:56:55 morning all May 19 09:00:28 gm, May 19 10:07:57 morning/night May 19 10:35:41 hmmm May 19 10:35:42 | Project ERROR: Unknown module(s) in QT: declarative May 19 10:35:49 and I did build qtdeclarative May 19 10:36:04 after changing the PACKAGECONFIG in qtbase to match May 19 10:54:41 what does ${datadir} refer to May 19 10:55:36 heeen: it's set in meta/conf/bitbake.conf May 19 10:56:16 by default "${prefix}/share", and prefix is by default "/usr" so "/usr/share" basically May 19 10:56:22 hm May 19 10:56:28 FILES_${PN}-dev += "${datadir}/*" May 19 10:56:58 so this packages thing that the module generates for prefix/usr/share May 19 10:57:59 unless the software being built only installs development files to /usr/share, that is probably wrong May 19 12:32:40 oboy, xbmc is a beast May 19 12:33:05 yes May 19 12:33:51 I was *extremely* happy when my patches to make it crosscompile went upstream May 19 12:35:30 I can imagine :) May 19 13:10:02 anyone here clued up on memcpy on arm using linaro? Something changed between 4.7 and 4.87 causing copying from and to shared memory between the ARM and DSP causes kernel bricking May 19 13:10:46 if I replace the memcpys with a manual for loop everything works again... this bust possibly cost me 3 months May 19 13:10:50 bug* May 19 13:11:40 how does gcc linaro choose to implement memcpy in Armv7a cortex-a8 neon? May 19 13:55:49 ant_work: hi May 19 13:56:12 ant_work: I've cleaned up h1940 patches, will tested them tonight and send to you May 19 13:59:35 JaMa, otavio: any hints on how to handle a codegenerator build in the qt5 world? It's a seperate .pro, but needs to be in-tree and be run as part of the build :( May 19 13:59:46 * koen stabs research projects with binary codegens May 19 14:04:02 anarsoul: awesome! :) May 19 14:04:09 hi bluelightning May 19 14:04:10 :) May 19 14:04:14 hey May 19 14:06:39 anarsoul: :) May 19 18:56:30 Is ffmpeg available somewhere (not libav) ? May 19 18:58:05 i thought there was an alt bb file May 19 18:58:06 i may be wrong May 19 18:58:19 is there something you need specifically from ffmpeg? May 19 18:58:28 (disclaimer: i am an upstream dev for both libav and ffmpeg) May 19 18:59:57 Daemon404, im trying to build xbmc, it needs libswresample, which I dont seem to have in libav May 19 19:00:11 ah right. *that* mess. May 19 19:00:16 Daemon404, I see there is one in meta-baryon May 19 19:00:47 to make a recipe for for ffmpeg, all you really need to do is copy libav's May 19 19:00:54 and add --enable-avresample to its configure May 19 19:01:05 but if one exists, +1 May 19 19:01:51 kroon, is the xbmc recipe in upstream OE? May 19 19:02:00 i.e. is there a recipe with un-met deps May 19 19:02:17 Daemon404, the one in meta-oe is blacklisted currently May 19 19:02:24 the xbmc recipe, that is May 19 19:02:55 ah ok May 19 19:03:16 iirc, xbmc did evil things like copying the entire ffmpeg source tree into its own May 19 19:03:20 maybe thats changed in recent times May 19 19:04:17 maybe I should give up on xbmc. Daemon404, do you happen to know if there is an adequate media-server in oe, besides xbmc ? May 19 19:04:37 im not sure, but i doubt it... May 19 19:06:00 ok, giving ffmpeg from baryon a shot May 19 19:06:16 you should ask the maintainer in question about it May 19 19:06:25 im just a random bystander who happens to be upstream May 19 19:08:02 doh. no ffmpeg in baryon after all May 19 19:10:50 aha kroon May 19 19:10:56 xbmc has a configure otion May 19 19:10:57 option May 19 19:10:58 --enable-libav-compat May 19 19:11:04 according to google, anyway May 19 19:11:22 in 13.0 anyway May 19 19:13:09 Daemon404, ok, will test May 19 19:13:16 but I just found about guacamayo May 19 19:13:28 and they even have an raspberry pi image I can try May 19 19:13:43 i dont think you will be able to play much on an rpi May 19 19:13:53 ffmpeg does not leverage any hw decoding May 19 19:14:16 ah, bummer May 19 19:15:13 bmhttp://wiki.xbmc.org/index.php?title=Raspberry_Pi_FAQ May 19 19:15:19 looks like xbmc has it separate May 19 19:16:37 binaries and codec keys... May 19 19:16:48 icky May 19 19:17:15 welcome to the wonderful world of embedded firmware? May 19 19:17:50 * nerdboy uses pi for audio and oe build/deploy testing May 19 19:18:19 the proprietary stuff is all video thugh May 19 19:18:20 though* May 19 19:20:06 the video scaler is accessible, but i think the hardware mpeg is a key thing May 19 19:20:17 yes May 19 19:20:39 though i think the rpi team got the specs released May 19 19:20:44 the raspbmc image does play video pretty nicely May 19 19:20:48 and put a bounty for a FOSS version May 19 20:10:56 wow. raspbmc worked right out of the box May 19 20:11:11 didnt even have to unlock the video decoders.. May 19 20:12:13 oh man. even my sony controller works... May 19 22:57:17 bluelightning: i have a couple meta-python questions when you have a few minutes... May 19 23:08:30 nerdboy: unfortunately I gotta get some sleep - feel free to throw them in an email though May 19 23:09:36 oh well, too fast for me... **** ENDING LOGGING AT Tue May 20 02:59:58 2014