**** BEGIN LOGGING AT Sun Nov 14 02:59:59 2010 Nov 14 09:25:20 morning Nov 14 09:25:54 anybody had problems with angstrom-2010.x and leaking libz from host recently? Nov 14 09:26:08 | /usr/lib/libz.so: file not recognized: File format not recognized Nov 14 09:26:48 during a openjdk-6 build fwiw Nov 14 09:38:58 it's because of libtool-2.4 and there were at least 2 reports on ML already Nov 14 09:40:08 Question: Nov 14 09:40:19 How to find out who start dhclient? Nov 14 09:41:29 Answer: Nov 14 09:41:32 Check PPID Nov 14 09:42:07 The problem is that it failes on boot sequence giving me help screen. Nov 14 09:42:23 Now I am trying to figure out what is happening. Nov 14 09:42:43 It might be that wrong interface is given of wlan0 is not up yet. Nov 14 09:43:20 then grep -R in /etc and udev scripts directory Nov 14 09:43:44 Did on /etc didn't find anything interesting. Nov 14 09:43:51 * davidlt checking again Nov 14 09:44:12 what's in your /etc/network/interfaces? Nov 14 09:47:28 I have few wired interfaces and wireless which fails Nov 14 09:47:55 iface wlan0 inet dhcp and after that wpa-conf and wpa-driver Nov 14 09:49:51 udev, empty too Nov 14 09:49:58 Nothing interesting Nov 14 09:52:06 It's only dhcp/dhclient.conf and bluetooth/network.conf Nov 14 09:52:13 It has Script=dhclient Nov 14 09:56:11 JaMa: thx Nov 14 10:24:16 morning Nov 14 10:25:21 previous testing (2010_11_04) fails to build with 'insecude string pickle' Nov 14 10:25:29 so, I'm skipping it Nov 14 10:29:39 I wrote a reciept for shorewall (that needs perl). perl and perl modules are listed in RDEPENDS_${PN} += ..., they built but not installed in target. why? Nov 14 10:46:24 03Denis 'GNUtoo' Carikli  07org.openembedded.dev * ra232027360 10openembedded.git/recipes/libsdl/ (libsdl-x11-1.2.14/libtool-update.patch libsdl-x11_1.2.14.bb): (log message trimmed) Nov 14 10:46:24 libsdl-x11 1.2.14: removing libtool-update.patch fixes alsa detection Nov 14 10:46:24 A side effect of the patch is that alsa detection was disabled or didn't work. Nov 14 10:46:24 For instance here's a short way to test the result of ./configure: Nov 14 10:46:25 With the patch: Nov 14 10:46:25 grep ALSA SDL-1.2.14/include/SDL_config.h gives: Nov 14 10:46:26 /* #undef SDL_AUDIO_DRIVER_ALSA */ Nov 14 11:06:30 Hi! Nov 14 11:10:45 Today I updated OE files, and now I'm not able to build... Nov 14 11:11:11 what was your build error, machine and target? Nov 14 11:11:40 I get tons of errors like "ERROR: Could not include required file xorg-proto-common.inc while parsing /home/doragasu/src/oe/stuff/openembedded/recipes/obsolete/xorg/whatever.bb" and similar Nov 14 11:11:44 by machine I mean something like om-gta02 for instance Nov 14 11:11:50 by target I mean what you bitbaken Nov 14 11:11:57 ah ok Nov 14 11:12:00 I'll look Nov 14 11:12:15 obsolete??? Nov 14 11:12:17 machine is sheevaplug, distro is angstrom and whatever I try to build gives me these errors Nov 14 11:12:22 that isn't parsed normally Nov 14 11:12:58 whould it help if I paste my local.conf file? Nov 14 11:13:11 maybe Nov 14 11:14:21 http://pastie.org/1296710 Nov 14 11:15:44 BBFILES := "${HOME}/src/oe/stuff/openembedded/recipes" Nov 14 11:15:44 BBFILES += "${HOME}/src/oe/stuff/bbcollections/recipes" Nov 14 11:15:48 that seem wrong Nov 14 11:16:06 the line just before you have: Nov 14 11:16:12 Typically this will be something like BBFILES = "/path/to/openembedded/recipes/*/*.bb" Nov 14 11:16:34 let me look at my local.conf because I'm not sure bbfiles are still suported Nov 14 11:16:39 the first line has the path to OE files Nov 14 11:16:54 note that: */*.bb Nov 14 11:16:56 the second line has the path to my local recipes Nov 14 11:17:08 Ah, OK Nov 14 11:17:14 I'll try adding that Nov 14 11:17:17 yes Nov 14 11:17:19 try that Nov 14 11:18:44 I'm building my image that includes some program. this program needs perl. how can I include perl into my image using program.bb dependencies ? Nov 14 11:19:29 dv, add perl to RDEPENDS_${PN} Nov 14 11:19:36 like this for instance: Nov 14 11:19:49 RDEPENDS_${PN} += "perl" Nov 14 11:20:04 also add the modules it depends on in RDEPENDS_${PN} Nov 14 11:20:12 Adding */*.bb didn't help :( Nov 14 11:20:24 what does it prints? Nov 14 11:20:29 here's my local.conf Nov 14 11:21:13 http://pastebin.com/ys666GKT Nov 14 11:21:18 or part of it rather Nov 14 11:21:28 repaste your modified local.conf Nov 14 11:21:42 OK Nov 14 11:21:45 just a moment Nov 14 11:22:42 Modified local.conf: http://pastie.org/1296715 Nov 14 11:23:34 Just a moment, I think it's working now! Nov 14 11:23:38 ok Nov 14 11:24:14 Maybe I didn't save the modified local.conf file (stupid me!) Nov 14 11:24:20 ah ok Nov 14 11:25:04 GNUtoo|laptop, RDEPENDS_${PN} += "perl perl-module..." does NOT work Nov 14 11:25:23 perl builds, but not included in image Nov 14 11:25:29 dv, ah? what's the error? Nov 14 11:25:33 ok Nov 14 11:25:40 now it spits a different error (http://pastie.org/1296718). Should I delete temp dir and rebuild everything? Nov 14 11:25:42 no error. just in image without perl Nov 14 11:26:05 doragasu, yes Nov 14 11:26:10 dv, ok Nov 14 11:26:31 dv, pastebin the current program.bb recipe Nov 14 11:26:38 if I add perl explicitely into my image.bb, I'll have it in image. But I need RDEPENDS in my packet Nov 14 11:26:44 ok Nov 14 11:26:51 where to paste it? Nov 14 11:27:09 I use that: http://pastebin.com/ Nov 14 11:27:11 ah, I see Nov 14 11:27:18 there are many websites like that Nov 14 11:27:27 (that's not the only one) Nov 14 11:28:56 Well, it looks like it will be a loooooooooooooooooooong build. Thanks a lot GNUtoo! Nov 14 11:29:37 doragasu, that depends a lot on the speed of your computer and on what you build, but yes it can be Nov 14 11:30:44 Stupid IRC newbie question: how can I send private messages (I'm using XChat if that helps) Nov 14 11:31:13 /dialog GNUtoo|laptop Nov 14 11:31:29 or graphically: Nov 14 11:31:52 right click on me and then click on open a dialog window Nov 14 11:33:33 http://pastebin.ca/1991007 Nov 14 11:34:07 shorewall-bitbake Nov 14 11:34:54 in RDEPENDS_${PN} = "iptables" you should += Nov 14 11:35:11 GPL should be GPLv2 or GPLv2+ or similar Nov 14 11:35:26 I think you can ommit the S but test to be sure Nov 14 11:35:43 because S defaults to ${PN}-${PV} if I remember well Nov 14 11:35:57 and ${P} = ${PN}-${PV} Nov 14 11:36:59 dv, so they do not get included in the image....strange Nov 14 11:37:04 log_do_rootfs? Nov 14 11:37:27 GNUtoo|laptop, thank you so much! Other question: is it significant to set PV and PR below or upper S= definition ? Nov 14 11:38:08 I don't know, but better doing so Nov 14 11:38:20 do that: Nov 14 11:38:41 below PRIORITY = "optional" Nov 14 11:38:52 move the PR, SRC_URI Nov 14 11:38:57 and remove the PV Nov 14 11:39:08 the PV is set automatically with the filename Nov 14 11:39:23 Ah :) Nov 14 11:39:24 unless you're doing a _svn package Nov 14 11:39:28 or something like that Nov 14 11:39:35 for instance: Nov 14 11:39:42 shorewall_4.4.14.bb Nov 14 11:39:48 PV is 4.4.14 Nov 14 11:39:59 and if it's a new package Nov 14 11:40:04 before sending the patch Nov 14 11:40:10 modify PR to r0 Nov 14 11:40:16 because PR starts at 0 Nov 14 11:41:12 ah, OK ! thank you so much! you think I have to post this to community? It's simple thing Nov 14 11:41:20 yes Nov 14 11:41:23 send a patch Nov 14 11:41:32 you know a bit git? Nov 14 11:41:33 I never did it before. how? :) Nov 14 11:41:41 do you know git? Nov 14 11:41:42 I know a bit git :) Nov 14 11:41:44 ok Nov 14 11:41:52 do you know the following git commands: Nov 14 11:41:54 git add Nov 14 11:41:56 git commit Nov 14 11:42:33 ah I remember now Nov 14 11:42:35 there is a howto: Nov 14 11:42:36 http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded Nov 14 11:42:46 Ok. I'll try if it would be helpful for somebody Nov 14 11:42:56 thank you so much Nov 14 11:43:05 I think that it would be very helpfull Nov 14 11:43:08 and even better Nov 14 11:43:17 it can also be helpfull for you Nov 14 11:43:46 if it lands upstream, upstream can maintain it more easily and correct the errors, if time and interest permits Nov 14 11:45:12 as sheevaplug is supported in oe, there are some people in oe which cares about networking Nov 14 11:45:22 at least the sheevaplug people Nov 14 11:45:34 and shorewall is a networking tool.... Nov 14 11:46:00 I'll have a look to that howto too. I created some recipes (amule 2.2.6 and libcrypto++) but I havent pushed them because I always get confused with git... Nov 14 11:46:45 ok Nov 14 11:46:50 push where? Nov 14 11:47:45 git is maybe the best source control software, it seem easier than the rest, but is still a bit hard, I had hard times at the beginning.... Nov 14 11:48:16 and thanks for oe for developers! (just smoked :) ) Nov 14 11:48:46 I tried reading a tutorial some time ago, but found it confusing. I should try learning git again... when I get some time :-P Nov 14 11:48:56 GNUtoo|laptop, where to commit my reciept ? into what tree? Nov 14 11:49:14 dv, org.openembedded.dev Nov 14 11:49:37 dv, but before correct it using the advises I gave you Nov 14 11:50:59 s/the rest/the other version control software/ Nov 14 11:51:16 btw there is a #git channel in case you have some issues Nov 14 15:13:46 gm Nov 14 16:20:01 I am working with Gumstix Overo, any ideas how to mount microSD card? Nov 14 16:21:02 davidlt: by using the mount command? (and actually your Q is kind-a off-topic for this channel) Nov 14 16:21:52 Yea I know, but I just can find the right way of doing it. Nov 14 16:24:51 I am looking at /dev and don't see anything similar to mmc, sd card. Nov 14 16:26:02 might be sdb or so or you might have a kernel without sd support Nov 14 16:26:20 mmcblk* Nov 14 16:26:50 no any sd* and no mmcblk Nov 14 16:27:26 probably (unless the sd card reader hooks up over usb, on my dell w. ubuntu which has a multicard reader I get /dev/sde etc Nov 14 16:27:43 davidlt: then probably your kernel does not have usb support Nov 14 16:27:54 or your dev is not properly populated Nov 14 16:28:40 How to check if kernel kernel has sd, usb support? Nov 14 16:29:03 if it exists: zcat /proc/config.gz | grep SD Nov 14 16:29:06 or something like that Nov 14 16:29:49 * davidlt gonna check if few minutes Nov 14 16:35:31 I have CONFIG_MMC_OMAP_HS=y Nov 14 16:40:57 not sure if that is enough Nov 14 16:41:31 do you also have CONFIG_MMC ? Nov 14 16:43:37 Actually I have Nov 14 16:44:46 and CONFIG_MMC_BLOCK ? Nov 14 16:44:58 with =y Nov 14 16:45:18 Yes Nov 14 16:45:25 you may also want to scan your dmesg output to see if it mentiones something about sd or mmc Nov 14 16:45:28 I am looking into dmesg, have : mmc1: new SDIO card at address 0001 Nov 14 16:45:36 ah ok Nov 14 16:46:48 I have /media/mmc1 but it's empty Nov 14 16:46:51 then maybe you are just missing the /dev entry, this greatly depends on how you have things set up Nov 14 16:47:06 Any ideas how to fix that? Nov 14 16:48:02 If I boot from microSD I see /dev/mmc* Nov 14 16:48:14 not really, depends also on your root filesystem, whether you run udev or so etc Nov 14 16:48:25 same kernel ? Nov 14 16:48:32 Ye Nov 14 16:48:34 you might also peek at http://www.linuxquestions.org/questions/linux-hardware-18/trying-to-get-sd-card-working-558156/ Nov 14 16:50:27 same rfs too, are you running something like udev and with the same data Nov 14 16:51:40 * eFfeM scurries away to grab some food Nov 14 16:52:54 I think udev Nov 14 16:54:21 There is rules in /etc/udev/rules.d for mmc cards Nov 14 16:55:59 In order to load modules to kernel I should use modprobe? Nov 14 16:59:20 modprobe --list | grep mmc Nov 14 16:59:23 returns nothing Nov 14 16:59:36 no mmc_core, no mmc_block or sdhci Nov 14 17:00:13 Looks like I am missing kernel modules for mmc? Nov 14 17:06:04 Which one recipe is responsible for kernel ? Nov 14 17:20:18 davidlt: if you have =y in the CONFIG_MMC files there are no modules, the driver is built into the kernel Nov 14 17:20:44 you boot from nand? Nov 14 17:20:48 yes Nov 14 17:21:19 can you change the u-boot cmd line so it takes the root filesystem from mmc? Nov 14 17:21:46 root=/dev/mmcblk0p1 or so Nov 14 17:21:53 you might need rootdelay or rootwait Nov 14 17:22:14 I am too noob in this yet Nov 14 17:23:08 So if I have "y" in config, it will not be showed by modprobe ? Nov 14 17:23:22 it will not Nov 14 17:25:15 I am in u-boot console Nov 14 17:26:32 I actually tried ls /dev Nov 14 17:26:39 which failed with errors Nov 14 17:26:59 And now it hanged Nov 14 17:27:43 you can also try to make sure that the same stuff you have on sd is in nand (as booting from sd works) Nov 14 17:28:51 I used the same image to make microSD bootable and later flashed NAND with the same image. Nov 14 17:31:03 if I write: mmc device I get No MMC device available Nov 14 17:38:41 multi-kernel.inc:do_compileconfigs[depends] += "u-boot-mkimage-native:do_populate_sysroot virtual/${TARGET_PREFIX}gcc:do_populate_sysroot virtual/${TARGET_PREFIX}gcc${KERNEL_CCSUFFIX}:do_populate_sysroot" Nov 14 17:38:54 kernel depends on u-boot-mkimage-native, but i cant compile it Nov 14 17:39:21 it fails with: http://pastebin.com/7byd0Da8 any ideas? Nov 14 17:42:47 I have CONFIG_MMC, MMC_BLOCK, MMC_BLOCK_BOUNCE, MMC_OMAP_HS set with 'y' Nov 14 17:42:54 Hmm.. Nov 14 17:49:19 davidlt: if it is the same rootfs that you are using on sd, it seems /dev/mmcblk* is not properly created Nov 14 17:52:23 It is getting complicated. Nov 14 18:24:34 eFfeM, strange thing. I inserted MMC card after u-boot decided to load from NAND and before unpacking kernel (or smth). Nov 14 18:24:56 And now during boot Linux loaded the card and I can access it. Nov 14 18:30:35 Can I change u-boot to boot only from NAND? Nov 14 18:41:50 * Tartarus kicks qemush4 around a little more Nov 14 18:52:27 What package would give POSIX threads (libpthreads) ? Nov 14 18:53:44 over NPTL? Nov 14 18:54:20 er, sorry Nov 14 18:54:35 NPTL implementation of libpthread? glibc/eglibc/new enough uclibc Nov 14 18:55:12 I am compiling PHP with threadsafe with requires POSIX threads, looks like Nov 14 18:55:23 should already be there Nov 14 18:55:37 checked the config.log output to see what the real error was with the test? Nov 14 18:56:19 (ie log.do_compile will just say Checking ... failed but if you open up .../work/../program/config.log you'll see the actual command and failures and such) Nov 14 18:56:25 s/do_compile/do_configure/) Nov 14 18:57:38 configure:106861: checking for pthreads_lib Nov 14 18:57:39 configure:106923: result: Nov 14 18:57:39 configure:106939: error: Your system seems to lack POSIX threads. Nov 14 18:59:01 Hmmm.. libpthread.so.0 -> libpthread-2.9.so Nov 14 18:59:41 03?ukasz Pankowski  07master * r239344ad1f 10openembedded.git/recipes/ffphonelog/ffphonelog_git.bb: Nov 14 18:59:41 ffphonelog: bump SRCREV, catch up with elementary toolbar api changes Nov 14 18:59:41 Signed-off-by: Martin Jansa Nov 14 19:14:29 Tartarus, how to make you sure that configure knows where to look for includes and libs? Nov 14 19:20:10 inherit autotools Nov 14 19:20:51 It already exists Nov 14 19:21:37 It would be nice to see how configure tries to build that conftest Nov 14 19:21:56 So I would see what exactly fails Nov 14 19:28:33 test Nov 14 19:30:40 we don't see you, woglinde Nov 14 19:30:44 ;) Nov 14 19:30:58 okay Nov 14 19:37:45 davidlt: might be there is an issue with card detection Nov 14 19:37:56 and yes, you can tell u-boot to boot only from nand Nov 14 19:38:18 Already find out how to disable boot from card. Nov 14 19:38:23 use the proper bootargs Nov 14 19:38:54 But now I just got modphp problem... Problem after problem... Nov 14 19:44:20 davidlt: modphp + apache ? If so, I'd say forget about it and move to lighty, Nov 14 19:44:59 mod-rewrite works on lighttpd the same? Nov 14 19:45:10 application very much depends on mod_rewrite Nov 14 19:45:34 i think so, but I am not an expert in that area Nov 14 19:45:38 I would love moving to lighttpd/nginx Nov 14 19:45:48 for xmltv the mod-rewrite of lighty was good enough Nov 14 19:46:20 How about PHP, it would be fastcgi? Nov 14 19:46:23 and I did spent quite some time a year ago to get apache+mysql+php to build properly, but apache is a can of worms Nov 14 19:46:36 there is fastcgi support in lighty Nov 14 19:47:04 I got everything working, but tried making mod_php thread-safe , not it doesn't compile Nov 14 19:47:36 It took me several weeks to make it least minimal working Nov 14 19:48:17 You know, I am gonna give a try running light with PHP, sounds much more nicer for me when trying to figure out while the hell this doesn't work. Nov 14 19:49:59 I have to restart to do this Nov 14 20:08:38 Hello everybody! Nov 14 20:12:57 I wrote 2 scripts for openembedded that download a live cd (arch linux minimal install) and mounts it, and chroots into it and builds the system for you, allowing you to customize it Nov 14 20:14:25 03Martin Jansa  07master * r4b12f15ff5 10openembedded.git/recipes/foxtrotgps/ (foxtrotgps_0.99.4.bb foxtrotgps_1.0.0.bb): Nov 14 20:14:25 foxtrotgps: upgrade from 0.99.4 to 1.0.0 Nov 14 20:14:25 Signed-off-by: Martin Jansa Nov 14 20:15:07 i still need to add in "features" such as an update only feature, which runs git pull and such and rebuilds the required "packagess" or bb files, or whatever its called but if you want to contribute or anything, here are my scripts (done in shell) this one is executed first http://neo-technical.wikispaces.com/file/view/initial.sh and then http://neo-technical.wikispaces.com/file/view/chroot.sh Nov 14 20:20:18 this method just simplifies everything because you dont have to install packages on your actual system or anything, to build openembedded (not sure how to phrase it) since its all done in a folder Nov 14 20:20:51 a "safe approach" if you will. :) let me know what you guys think, thanks! Nov 14 21:32:48 I wrote a receipt. how can I post it to org.openembedded.dev ? Nov 14 21:33:14 I cloned with git clone git://git.openembedded.org/openembedded openembedded Nov 14 21:33:47 And I don't know what to do then. I'm nub in git... Nov 14 21:35:29 http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded Nov 14 22:29:19 Is the proper method to add something to a host side sdk to create a PN_sdk recipe ala pkgconfig-sdk? Nov 14 22:32:28 dv: split your patch to separate series, please Nov 14 22:32:59 one patch per package Nov 14 22:33:43 and post [patch v2] again :) Nov 14 22:40:51 valhalla hi Nov 14 22:43:08 martinambrose: BBCLASSEXTEND is preferred nowadays Nov 14 22:44:07 ok thanks. I'll need to learn about that. Nov 14 23:03:34 Should bitbake PN -f -c clean remove content from sysroots? Nov 14 23:04:03 nope, i don't think so. well, depends on what you mean by "should" :P Nov 14 23:07:12 I cleaned cmake-native but the binary/docs/etc are still in sysroots. Ideally I could remove these remnants ... Nov 14 23:08:17 hi all Nov 14 23:08:40 I wrote a small qt app that I want to run on top of qt4-embedded Nov 14 23:09:44 this application uses qtsql and sqlite, but in qt4e.bbclass I saw that the only one module built for qt4-embedded is network (OE_QMAKE_EXTRA_MODULES) Nov 14 23:10:23 what's the right way to tell bitbake to build qt4-embedded with qtsql (I saw that adding sql to the bbclass works, but it sound hackish to me) Nov 14 23:10:25 ? Nov 14 23:16:35 i think BBCLASS is the right way Nov 14 23:24:19 NTU, should I modify the bbclass ? would it be a conflict with it and a next git checkout ? Nov 14 23:24:53 oh.. that i dunno Nov 14 23:30:13 03Martin Jansa  07master * ra69d379856 10openembedded.git/recipes/openmoko-3rdparty/mokosuite2_git.bb: mokosuite2: bump PR to rebuild against new EFL Nov 14 23:31:14 I'm a bit confused. Say I have a target recipe x.bb which has BBCLASSEXTEND = "native" then I would expect 'bitbake x-native' to do something. But the parsing stage doesn't seem to recognize this name. Nov 14 23:31:18 well.. testbuilder is testing latest testing branch Nov 14 23:31:22 time to sleep Nov 14 23:43:45 03Andreas Oberritter  07master * r34e6a15bc8 10openembedded.git/classes/native.bbclass: Nov 14 23:43:45 native.bbclass: fix sh equality operator Nov 14 23:43:46 Signed-off-by: Andreas Oberritter Nov 14 23:43:46 Acked-by: Michael Smith Nov 14 23:43:53 03Andreas Oberritter  07master * rd9326ba3f1 10openembedded.git/classes/rootfs_ipk.bbclass: Nov 14 23:43:53 rootfs_ipk.bbclass: fix sh equality operator Nov 14 23:43:53 Signed-off-by: Andreas Oberritter Nov 14 23:43:53 Acked-by: Michael Smith Nov 14 23:43:55 03Andreas Oberritter  07master * raf115cb8f3 10openembedded.git/classes/packaged-staging.bbclass: Nov 14 23:43:55 packaged-staging.bbclass: fix sh equality operator Nov 14 23:43:55 Signed-off-by: Andreas Oberritter Nov 14 23:43:55 Acked-by: Michael Smith Nov 14 23:43:57 03Andreas Oberritter  07master * r390d0b8bfc 10openembedded.git/classes/sourceipk.bbclass: Nov 14 23:43:57 sourceipk.bbclass: fix sh equality operator Nov 14 23:43:57 Signed-off-by: Andreas Oberritter Nov 14 23:43:57 Acked-by: Michael Smith Nov 14 23:43:58 03Andreas Oberritter  07master * r8eaa1c7f01 10openembedded.git/classes/cpan_build.bbclass: Nov 14 23:43:59 cpan_build.bbclass: fix sh equality operator Nov 14 23:43:59 Signed-off-by: Andreas Oberritter Nov 14 23:44:12 arm-kernel-shim: fix sh equality operator Nov 14 23:44:12 Signed-off-by: Andreas Oberritter Nov 14 23:44:13 Acked-by: Michael Smith Nov 14 23:44:14 03Andreas Oberritter  07master * r359277a994 10openembedded.git/recipes/gpe-icons/gpe-icons.inc: Nov 14 23:44:14 gpe-icons: fix sh equality operator Nov 14 23:44:14 Signed-off-by: Andreas Oberritter Nov 14 23:44:15 Acked-by: Michael Smith Nov 14 23:44:16 03Andreas Oberritter  07master * rf34acbc003 10openembedded.git/recipes/initrdscripts/ (files/30-bootmenu.sh initramfs-module-bootmenu_1.0.bb): Nov 14 23:44:16 initrdscripts: fix sh equality operator Nov 14 23:44:17 Signed-off-by: Andreas Oberritter Nov 14 23:44:17 Signed-off-by: Michael Smith Nov 14 23:44:18 03Andreas Oberritter  07master * r24de831d82 10openembedded.git/recipes/linux/ (17 files in 2 dirs): Nov 14 23:44:18 linux: fix sh equality operator Nov 14 23:44:19 Signed-off-by: Andreas Oberritter Nov 14 23:44:19 Acked-by: Michael Smith Nov 14 23:44:20 03Andreas Oberritter  07master * r150f8915cd 10openembedded.git/recipes/libsdl/libsdl-qpe_1.2.9.bb: Nov 14 23:44:21 libsdl: fix sh equality operator Nov 14 23:44:21 Signed-off-by: Andreas Oberritter Nov 14 23:44:22 Acked-by: Michael Smith Nov 14 23:44:23 03Andreas Oberritter  07master * r00950ff2ed 10openembedded.git/recipes/lmbench/ (lmbench_2.0.4.bb lmbench_2.5.bb lmbench_3.0-a9.bb): Nov 14 23:44:23 lmbench: fix sh equality operator Nov 14 23:44:23 Signed-off-by: Andreas Oberritter Nov 14 23:44:41 03Andreas Oberritter  07master * r219cf97324 10openembedded.git/recipes/opie-pics/opie-pics.inc: Nov 14 23:44:41 opie-pics: fix sh equality operator Nov 14 23:44:42 Signed-off-by: Andreas Oberritter Nov 14 23:44:42 Acked-by: Michael Smith Nov 14 23:44:43 03Andreas Oberritter  07master * r3041d31eb6 10openembedded.git/recipes/pulseaudio/ (pulseaudio-meta_0.9.10.bb pulseaudio.inc): Nov 14 23:44:43 pulseaudio: fix sh equality operator Nov 14 23:44:43 Signed-off-by: Andreas Oberritter Nov 14 23:44:43 Acked-by: Michael Smith Nov 14 23:44:45 03Andreas Oberritter  07master * rb4fbe15162 10openembedded.git/recipes/slugos-init/ (files/initscripts/zleds slugos-init_5.0.bb): Nov 14 23:44:45 slugos-init: fix sh equality operator Nov 14 23:44:45 Signed-off-by: Andreas Oberritter Nov 14 23:44:45 Signed-off-by: Michael Smith Nov 14 23:44:48 03Andreas Oberritter  07master * rf69711e85e 10openembedded.git/recipes/shr/initscripts-shr_0.0.1.bb: Nov 14 23:44:48 shr: fix sh equality operator Nov 14 23:44:48 Signed-off-by: Andreas Oberritter Nov 14 23:44:48 Acked-by: Michael Smith Nov 14 23:44:49 03Andreas Oberritter  07master * rff15feb478 10openembedded.git/recipes/rox/rox-filer_2.5.bb: Nov 14 23:44:49 rox: fix sh equality operator Nov 14 23:45:03 Signed-off-by: Andreas Oberritter Nov 14 23:45:03 Acked-by: Michael Smith Nov 14 23:45:04 03Andreas Oberritter  07master * rad1094d9de 10openembedded.git/recipes/ulogd/ (files/init ulogd_1.24.bb): Nov 14 23:45:04 ulogd: fix sh equality operator Nov 14 23:45:05 Signed-off-by: Andreas Oberritter Nov 14 23:45:05 Signed-off-by: Michael Smith Nov 14 23:45:21 03Andreas Oberritter  07master * r75def7a51b 10openembedded.git/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver: Nov 14 23:45:21 xserver-kdrive-common: fix sh equality operator Nov 14 23:45:21 Signed-off-by: Andreas Oberritter Nov 14 23:45:21 Acked-by: Michael Smith Nov 14 23:45:21 03Andreas Oberritter  07master * rdae51c8dd4 10openembedded.git/recipes/xqt2/xqt2_20060509.bb: Nov 14 23:45:22 xqt2: fix sh equality operator Nov 14 23:45:22 Signed-off-by: Andreas Oberritter Nov 14 23:45:23 Acked-by: Michael Smith Nov 14 23:45:23 03Andreas Oberritter  07master * r10de895678 10openembedded.git/recipes/xqt/xqt_0.0.9.bb: Nov 14 23:45:24 xqt: fix sh equality operator Nov 14 23:45:24 Signed-off-by: Andreas Oberritter Nov 14 23:45:25 Acked-by: Michael Smith Nov 14 23:45:25 03Andreas Oberritter  07master * r149b2cf57d 10openembedded.git/recipes/wpa-supplicant/ (wpa-supplicant-0.6.inc wpa-supplicant_0.5.10.bb): Nov 14 23:46:20 wpa-supplicant: fix sh equality operator Nov 14 23:46:20 Signed-off-by: Andreas Oberritter Nov 14 23:46:20 Acked-by: Michael Smith Nov 14 23:56:33 I created an overlay, copied a class from upstream (base openembedded) and changed some parameters, but it seems it doesn't work :( Nov 14 23:56:37 what to check ? Nov 14 23:58:52 Hi all Nov 14 23:59:24 How to send a "second" version of a distro configuration for OE ? i send as a patch ? Nov 15 00:09:36 this channel is awfully dead Nov 15 00:09:53 think im popping out... Nov 15 00:38:48 Hi kergoth Nov 15 00:53:09 does anyone is able to explain me how to build qt4-embedded-plugin-sqldriver-sqlite ? :( I'm fighting this in the last two days and google can't help Nov 15 01:20:15 alx_: did you pastebin the problem (and if you wrote the recipe) the recipe or post to the ML? Nov 15 01:20:33 Tartarus, nope Nov 15 01:21:42 Tartarus, there is no recipe. the problem is that (1) qt4e.bbclass says just "network" plugin and no "sql" plugin, and in the qt4-embedded.bb recipe you see --no-sqlite. Nov 15 01:21:53 Well, that's a starting point :) But keep in mind it's sunday nightin the US Nov 15 01:22:01 lol Nov 15 01:22:10 it monday 2 AM here in Italy Nov 15 01:22:15 touche ;) Nov 15 01:22:32 write to the ML about what you're trying to accomplish and someone might be able to help Nov 15 01:23:00 which ml ? Nov 15 01:23:50 openemebedded-devel@lists.openembedded.org Nov 15 01:33:37 Tartarus, mail sent **** ENDING LOGGING AT Mon Nov 15 02:59:58 2010