**** BEGIN LOGGING AT Mon May 06 02:59:58 2013 May 06 03:14:01 how do I make it so /var/lib/opkg/status is populated with all the packages in my image? "opkg-cl list" on the target shows no packages May 06 03:29:58 nevermind, found it May 06 07:59:41 good morning May 06 08:02:28 morning May 06 08:02:35 moin May 06 08:19:38 can the hddimage be booted off NTFS instead of FAT32? May 06 08:25:01 I guess syslinux needs to be updated to 4.06 for NTFS support May 06 08:50:32 yay I got initrd + syslinux 4.06 to boot off NTFS with Windows installation May 06 18:57:03 I'm running into a problem while installing an SDK. I get a python error: May 06 18:57:32 .../toolchain/sysroots/x86_64-pokysdk-linux/usr/lib/python2.7/sysconfig.py", line 10, in 'stdlib': '{base}/'+sys.lib+'/python{py_version_short}', AttributeError: 'module' object has no attribute 'lib' May 06 18:58:29 Any idea what that's about? May 06 19:00:50 If I run python and do a 'import sys' followed by a 'print(sys.lib)' I get the same error -- seems the sys module doesn't have a lib element May 06 19:01:01 but then that looks like some library file May 06 19:01:13 the same SDK works on a different box May 06 19:02:00 and apparently works as root on the box where I'm seeing this issue May 06 19:10:38 so ..what python version do you have ? May 06 19:10:46 feydrautha80: 2.7.3 May 06 19:11:08 :) May 06 19:11:12 i have the same .. does the same May 06 19:11:51 the bizzare thing is that it works in other 2.7.3 environments May 06 19:13:24 in sysconfig.py there's a hashtable with different OSs and where various things are mapped May 06 19:13:30 umm do you use virtual enviroments? May 06 19:13:39 yep May 06 19:13:43 ( i don't how to fix .. i'm trying to help.. with questions :)) ) May 06 19:14:08 I don't know if my other environments are hitting 'posix_home' instead of 'posix_prefix' May 06 19:15:06 so you are trying to make a recipe for a python module ? May 06 19:15:18 no, I'm trying to install an SDK May 06 20:10:00 anyone else have any idea what might cause this problem with sys.lib? May 06 20:10:20 I see some patches in the tree that touch sys.lib for multilib May 06 20:13:02 but I'm not doing multlib May 06 20:13:35 ls May 06 21:22:38 * kergoth plays around with a native.bbclass that uses ordinary prefixes, with more wrappers and the like for improved relocation fixes, rather than relying so much on the sstate mangling May 06 21:26:07 kergoth: can I assign the enhancement you filed back to you? Do you want to target that form 1.5? May 06 21:26:41 yeah, feel free. I think its doable in that timeframe. it's really one of those things you can hack out in a weekend May 06 21:32:02 So, we're doing some stuff with toolchain wrappers. And I run into a problem, which is that I want to change $TARGET_PREFIX to the name of a wrapper. May 06 21:32:16 If I do this in a file which is processed after bitbake.conf, it works. May 06 21:32:29 If I do it in a file processed before bitbake.conf, it doesn't so much, because bitbake.conf sets it unconditionally. May 06 21:32:46 Is there a strong reason that shouldn't be a ?= setting? May 06 22:12:40 umm May 06 22:13:16 i have a problem with a recipe .. May 06 22:13:23 ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: cx-scu path '/work/armv7a-vfp-neon-oe-linux-gnueabi/cx-scu-0.1+AUTOINC-r1/packages-split/cx-scu/usr/lib/libcxLog.so' May 06 22:13:24 ERROR: QA run found fatal errors. Please consider fixing them. May 06 22:13:33 so May 06 22:13:46 the recipe that i wrote is based on qt4e .. May 06 22:13:51 it inherits qt4e May 06 22:14:07 and .. one of the components is a shared library May 06 22:14:34 sounds like wrong soname for that library May 06 22:17:57 :) May 06 22:18:35 i don't see anything wrong with naming a library .. /usr/lib/libMyLib.so .. May 06 22:18:47 but if there is .. May 06 22:18:54 wonder what could that be May 06 22:19:19 btw the library is being built in with a *.pro file for qmake2 May 06 22:19:41 but May 06 22:19:43 omg May 06 22:20:01 i don't have /usr/lib in FILES_${PN} May 06 22:20:05 umph May 06 22:20:06 sorry May 06 22:20:12 i think this is it .. May 06 22:24:56 Ahh, that could break all sorts of interesting things. May 06 22:45:19 uh? May 06 22:45:26 what would ? May 06 22:45:34 adding /usr/lib to FILES ? May 06 22:46:52 No, omitting it. :) May 06 22:47:16 I have had some truly spectacular problems come out of omitting a key directory from FILES_foo. May 06 23:14:19 feydrautha80: a proper soname should include a library version. e.g. libfoo.so.1, then libfoo.so.1 goes into the main package, and libfoo.so is a symlink to it, and goes in the -dev package. but you can always add the .so to the main package and disable the qa sanity check, but it's probably better to just version your library May 06 23:25:18 ah wait !? May 06 23:25:23 i'm evern more confuse now May 06 23:26:16 i have a bunch of executables May 06 23:26:30 and a bunch of libraries that are needed May 06 23:26:58 i tought that i need to create one package May 06 23:27:01 ( ipl ) May 06 23:27:06 (ipk*) May 06 23:27:14 with the executable and librarie May 06 23:27:28 i have seen some labels that i do not understand May 06 23:28:27 like -dbg , -dev May 06 23:29:08 what i need is to create one package that installs the binaries and the libraries and the configuration files May 07 01:08:03 hello everyone. I'm starting with this embedded system thingy. I bought a mini2440 some months ago and Ive been reading a lot of information on the net. the thing is that, with all that info, Im getting kind of confussed so I would like to have some basic definitions, is anyone up to help me> please? May 07 01:21:32 zeddii, ping May 07 01:26:40 hello Crofton **** ENDING LOGGING AT Tue May 07 02:59:59 2013