**** BEGIN LOGGING AT Sat Dec 08 02:59:59 2012 Dec 08 19:01:29 hi Dec 08 19:06:13 So I have implemented this layer: https://github.com/errordeveloper/oe-meta-pd Dec 08 19:07:55 adding it to bblayers.conf worked and running bitbake libpd produced libpd-{dev,dbg} packages Dec 08 19:09:29 but trying to add libpd to image didn't work Dec 08 19:10:05 (I mean `IMAGE_INSTALL += "libpd") Dec 08 19:10:45 you need to bitbake the image of course Dec 08 19:11:48 all it says ' * opkg_install_cmd: Cannot install package libpd.' Dec 08 19:12:08 woglinde: i defined my image and I'm trying to bitbake it Dec 08 19:12:36 hm try a find if the ipk is under deploy Dec 08 19:13:14 woglinde: yeh, there produced libpd-{dev,dbg}-$PV Dec 08 19:13:27 but there is no produced libpd-$PV Dec 08 19:14:38 sorry, some odd completition type Dec 08 19:14:59 there are libpd-{dev,dbg}-$PV Dec 08 19:15:08 but no libpd-$PV Dec 08 19:17:26 https://gist.github.com/35d813790b3fdf434b47 Dec 08 19:18:02 than your FILES is wrong Dec 08 19:18:14 try bitbake -c compile Dec 08 19:18:20 and look into the image-install dir Dec 08 19:18:35 where is your recipe? Dec 08 19:35:58 install -m 0755 libs/libpd.so ${D}${libdir} Dec 08 19:36:04 https://github.com/errordeveloper/oe-meta-pd/blob/master/recipes-pd/libpd/libpd_git.bb Dec 08 19:36:13 the install line must be wrong then Dec 08 19:36:25 cause the package appears to be empty ;( Dec 08 19:39:28 woglinde: basically all i need to grab from the build is `libs/libpd.so` Dec 08 19:39:57 since it didn't blow up on `do_install`, it probably find the files Dec 08 19:40:32 and it's just ` ${D}${libdir}` is not what I thought it is? Dec 08 19:42:28 hm .. no, looks like `${D}${libdir} is what everyone uses` Dec 08 19:42:53 i did see a QA message saying that I got some empty dirs that are not being shipped Dec 08 19:42:56 hm ... Dec 08 19:47:10 ah it has no version Dec 08 19:47:16 so its ending up in dev Dec 08 19:47:28 what type of lib is it? Dec 08 19:47:40 only module lib should be linked without version Dec 08 19:48:17 my app is gonna link with it Dec 08 19:48:34 so give it a version Dec 08 19:48:44 I though PV = "febda6335d" Dec 08 19:48:49 is okay? Dec 08 19:49:06 android foo Dec 08 19:49:12 no thats the package version Dec 08 19:49:17 not the libversion Dec 08 19:49:37 lib version would ne libfoo.so.1.2.3 Dec 08 19:50:18 woglinde: I see .. Dec 08 19:50:48 as in `install -m 0755 libs/libpd.so ${D}${libdir}/libpd.so.1`? Dec 08 19:51:42 I would edit the makefile and using libtool Dec 08 19:58:06 woglinde: I haven't use libtool .. I though I could just copy this so over into /usr/lib/ and be done with it .. Dec 08 19:58:28 woglinde: so what would you add to do_install ? Dec 08 19:59:23 as I said Dec 08 19:59:35 editing makefile useing libtool Dec 08 20:02:02 ok ... Dec 08 22:08:31 kergoth: re rootfs_postprocess hacks from the other day Dec 08 22:08:55 we seem to have pooched the installed_packages file Dec 09 01:01:11 hrrm... i can't get the Xserver to work on a device; it loads the display-driver but ignores all input-drivers.. no errors in the logs or whatsoever **** ENDING LOGGING AT Sun Dec 09 02:59:58 2012