**** BEGIN LOGGING AT Sat Dec 17 02:59:57 2011 Dec 17 04:47:29 Hi, what packages should I build in oe for gstreamer and ti dsp codecs working on beagleboard? I see so much recipes associated, like dsplink, gst, etc, is there any guide or link? Dec 17 10:49:11 likewise: pong Dec 17 16:20:34 hi bluelightning Dec 17 16:20:40 I tested you qt 4.8 recipe Dec 17 16:20:43 hi ericben Dec 17 16:20:49 cool, what did you find? Dec 17 16:20:49 I also meet the .so problem Dec 17 16:20:58 right :/ Dec 17 16:21:06 but there is a big issue with qt 4.8 : in embedded mode it disable webkit Dec 17 16:21:16 and also sqlite2 plugin is now disabled Dec 17 16:21:47 I searched for an hour or two concerning the .so problem and didn't find anything for now Dec 17 16:21:48 hmm, I didn't notice those... although I don't enable sqlite2 in my builds Dec 17 16:22:15 sqlite2 was enabled before by default (at least the plugin package was there as I install it in my demo image) Dec 17 16:22:22 webkit now depends on xrender Dec 17 16:22:44 so when xrender is disabled, webkit is disabled in the configure script Dec 17 16:22:58 also, it seems they are moving from qws to qpa Dec 17 16:23:14 and I still have to look at this qpa thing Dec 17 16:25:33 for the moment I have other things on the fire so I think I'll only be able to look at this between xmas & new year Dec 17 16:26:31 I'm actually building a x11 build to test it Dec 17 16:27:55 anyone using imx53? Dec 17 16:28:09 I am having a hard time to first boot it Dec 17 16:33:56 otavio: I do have a mx53qsb here Dec 17 16:34:10 you try to boot from nand or sd or other ? Dec 17 16:37:19 ericben: from whatever Dec 17 16:37:26 ericben: but I see nothing on serial console Dec 17 16:37:38 ericben: so I probably doing something very wrong Dec 17 16:37:50 otavio: which bootloader are you using ? Dec 17 16:38:05 ericben: i built uboot for it Dec 17 16:38:10 is that on a qsb ? Dec 17 16:38:25 ericben: yes, qsb Dec 17 16:38:32 ok so sdcard Dec 17 16:39:13 are you using the microsd or the sd slot ? Dec 17 16:39:18 sd slot Dec 17 16:39:27 but i can move to micro-sd Dec 17 16:39:48 then switch to micro sd Dec 17 16:39:56 iirc it boot on the microsd by default Dec 17 16:40:27 * otavio try this Dec 17 16:44:08 ericben: sounds like we might need to keep 4.7.4 around for a while then :( Dec 17 16:44:14 bluelightning: yes Dec 17 16:44:28 in qt4x11 : same thing webkit gets disabled (even if xrender is enabled) Dec 17 16:45:05 ??? so it's never enabled? Dec 17 16:45:35 bluelightning: seems something disable it (even if we pass -webkit to configure) Dec 17 16:45:51 configure returns that in both cases : WebKit module .......... no Dec 17 16:46:04 and there is no libqtwebkit4 package Dec 17 16:46:36 ericben: right Dec 17 16:46:38 got uboot Dec 17 16:47:04 otavio: fine Dec 17 16:49:25 otavio: if you want a better bootloaer, you can try : git clone git://git.pengutronix.de/git/barebox.git; cd barebox; make freescale_mx53_loco_defconfig; make; Dec 17 16:50:11 it has rw support on the sdcard, a shell and sh scripts for hacking Dec 17 16:53:39 *g* Dec 17 16:55:26 hm and it has fsl driver so you can use serial console over usb Dec 17 16:55:45 for mx at least Dec 17 16:56:05 woglinde: you mean i can use the usb otg to control the board? Dec 17 16:56:37 ericben: the xrender test isn't run for embedded afaict, but there are a few other tests that it does run and I guess one of those is failing Dec 17 16:56:55 otavio: on other i.MX that's possible with dfu for example, I didn't test on 53 Dec 17 16:57:16 bluelightning: of course but in the configurer they clearly check for XRENDER to enable webkit unless I misread the script Dec 17 16:57:33 ericben: that's only if CONFIG_X11 = "yes" Dec 17 16:58:10 sorry, PLATFORM_X11 Dec 17 16:58:50 ok so I misread it Dec 17 16:59:48 it must be going wrong with "canBuildWebKit" Dec 17 17:03:39 ericben: I think I found it... configure line 7526, this gets translated to a reference to ${OE_QMAKE_CXX} and apparently that's not set according to my log, so the g++ version check fails Dec 17 17:03:54 should be an easy fix Dec 17 17:08:32 otavio yes you can use it for serial console Dec 17 17:08:41 at least for bareboot shell Dec 17 17:08:44 and getty Dec 17 17:08:52 kernel dont like it as console Dec 17 17:09:02 * otavio wonder why barebox is not one oe-core or meta-oe Dec 17 17:11:53 otavio: it's in my overlays Dec 17 17:12:11 bluelightning: OK I also saw this message concerning OE_QMAKE_CXX Dec 17 17:12:46 otavio: and it's a bsp recipe so there is no reason to have it in oe Dec 17 17:13:47 ericben it could reside in oe-core as well Dec 17 17:13:52 because it supports many archs Dec 17 17:14:11 woglinde: OK I'll submit a recupe Dec 17 17:14:40 it's quite simple in fact Dec 17 17:14:52 ericben thats my opinion Dec 17 17:14:59 dont know about the other people Dec 17 17:15:02 and we already have it in oe-classic Dec 17 17:15:15 will do that next week Dec 17 17:15:32 ericben: mind to send your recipe somewhere? Dec 17 17:15:37 ericben: so i borrow it Dec 17 17:16:00 now I have to prepare a pizza with my 2 young assistants ;-) Dec 17 17:16:29 otavio: you will get it in your mail in a few seconds Dec 17 17:16:35 assistabs? Dec 17 17:16:40 ups assistans Dec 17 17:16:42 are right Dec 17 17:16:52 my is building a lego robot Dec 17 17:17:55 well I have one which builds duplo and the other one which breaks what his brother build ;-) Dec 17 17:20:35 otavio: recipe just sent Dec 17 17:34:05 Hi, where is qmake built by oe? I need to build my qt applications with it... Dec 17 17:50:09 LeslieLi: qt4-tools Dec 17 17:51:12 otavio: I have build qt4e in oe, do I already have qmake or I have built qt4-tools to get it? Dec 17 17:53:49 LeslieLi: it will build the native ones Dec 17 19:11:15 Any recommendations on opemembedded branch or tag to work out of? I'm getting all sorts of errors, Nothing Provides 'buglabs.blah' and now MD5 checksum failures Dec 17 21:29:18 Probably this is not the right place to ask... but I am trying to build the helloworld recipe, and I'm getting errors downloading fakeroot Dec 17 21:29:29 Any suggestions on how to resolve this? Dec 17 21:30:37 what are you using? Dec 17 21:31:00 you can try to find a copy yourself and download them to your specified archive-dir Dec 17 21:31:11 The default recipe Dec 17 21:31:13 I think 1.15 Dec 17 21:31:22 Good idea Dec 17 21:31:28 oe-classic or oe-core? Dec 17 21:32:14 hm Dec 17 21:32:15 I don't know Dec 17 21:32:21 how do I determine that from command line Dec 17 21:32:32 ls -la Dec 17 21:32:44 layout is diffrent Dec 17 21:34:04 from openembedded directory, ls -la gives bin,classes,conf,contrib,docs,files,lib,recipes,site Dec 17 21:39:37 so you have classic Dec 17 21:41:05 should I switch to core? Dec 17 21:41:19 depends on your needs Dec 17 21:42:23 I just want to build for a beagle board Dec 17 21:42:35 as a means to play with embedded linux Dec 17 21:42:59 you can use http://narcissus.angstrom-distribution.org/ too Dec 17 21:45:14 thanks, I saw was playing with that. I think I switched to open embedded as it seemed that narcissus was based on oe, and using oe directly seemed like it might yield better understanding of what was going on Dec 17 21:45:30 oe is the build system Dec 17 21:45:41 angstroem a distribution build with it Dec 17 21:49:26 Is oe hard to use with beagle? Dec 17 21:53:39 as hard as with any other supported device Dec 17 22:25:01 JaMa: I tried again playing wiuth VIRTUAL-RUNTIME_xserver_common but still no working X building distroless. (The xserver-nodm-init in meta-oe) Dec 17 22:27:24 ant____: what have you tried exactly? Dec 17 22:29:05 I've set VIRTUAL-RUNTIME_xserver_common = "xserver-common" in my local.conf and have built core-image-sato Dec 17 22:30:37 ant____: and did you rebuild all tasks depending on VIRTUAL-RUNTIME_xserver_common? Dec 17 22:30:51 I built from scratch Dec 17 22:31:15 I then corrected the overpatched /etx/X11/xserver-common Dec 17 22:31:29 overpatched Dec 17 22:31:31 ? Dec 17 22:31:44 poodle refuses ARGS="$ARGS -screen 320x240@270" Dec 17 22:32:01 let it get the screen size from ioctl Dec 17 22:32:22 .yes, overpatched Dec 17 22:32:50 BSP specific patches Dec 17 22:33:51 finally I wonder about tslib Dec 17 22:34:06 iirc it doesn't work anymore witrh kdrive Dec 17 22:35:12 good nite Dec 17 22:35:44 I can tell you that masking/removing the xsrver-nodm-init from meta-oe corrects th ethings and X starts (without correct keyboard and without calibration fwiw) Dec 17 22:37:17 I can't imnage which kind of magic van be supplied by $DISTRO to make oe-core + meta-oe work together wrt xserver :/ Dec 17 22:37:56 * ant____ turns light on..typing in the dark is not nice Dec 17 22:39:18 get a light up keyboard :-D Dec 17 22:39:42 heh. I'm saving for a 61keys master keyboard ;) Dec 17 22:40:37 was lying today in the shelf...trying to resist to season shopping impulse Dec 18 01:02:52 gm Dec 18 01:51:40 likewise: hello Dec 18 01:51:57 must be pretty late your timezone Dec 18 01:57:36 2:52 past midnight Dec 18 01:57:40 hi khem Dec 18 02:01:38 likewise: still awake ? Dec 18 02:01:43 too much work ? Dec 18 02:03:25 khem: playing with i.MX53 board (~half work/half fun I guess) Dec 18 02:03:39 ah Dec 18 02:04:16 I am sitting tired played some tennis today after a long long time Dec 18 02:14:34 good, I get too little exercise these days - the weather is really not inviting us out. Dec 18 02:18:09 hmm yes today was sunny here but may not be sunny whole next week Dec 18 02:18:11 who knows **** ENDING LOGGING AT Sun Dec 18 02:59:57 2011