**** BEGIN LOGGING AT Tue Apr 10 03:00:00 2012 Apr 10 06:41:04 <_tasslehoff_> Is there an oe-core layer that has a recipe for ogre? None of the ones I got from the angstrom-setup-scripts have it. Apr 10 06:41:46 <_tasslehoff_> Trying to make one now, but just wanted to make sure its not already done.. Apr 10 07:48:26 good morning Apr 10 07:53:00 good morning Apr 10 07:58:03 morning florian, mckoan, all Apr 10 07:58:49 hi bluelightning Apr 10 09:18:19 Did anyone face problem on compiling qt on uclibc , bcoz i am getting this problem Apr 10 09:18:33 build/tmp/work/i686-armv4t-sdk-angstrom-linux-uclibceabi/qt4-tools-sdk-4.7.3-r3.0/qt-everywhere-opensource-src-4.7.3/include/QtCore/../../src/corelib/arch/qatomic_i386.h:132:29: error: impossible constraint in 'asm' Apr 10 09:20:29 morning all Apr 10 09:20:48 hi pb_ Apr 10 11:25:14 gane someone give me a hint whats the best way to make my own kernel ( git from 3 party sources) Apr 10 11:25:25 s/gane/can/ Apr 10 13:34:32 hi all Apr 10 13:35:06 I noticed that distclean task is not available in openembedded-core .... is it correct or I am missing something Apr 10 16:46:35 khem, ping Apr 10 17:14:15 Crofton: whats up Apr 10 17:25:17 hey khem Apr 10 17:25:33 I built something from oe-core alone Apr 10 17:25:44 now I want to add a toolchain from the toolchain layer Apr 10 17:25:51 is there something that explains this? Apr 10 17:28:06 or more importantly, i want to try and build the linaro toolchain Apr 10 17:31:14 hmm, seems to just work Apr 10 17:31:25 at least get 4.6+linaro backports Apr 10 19:35:58 evening all Apr 10 19:47:55 gm Apr 10 19:48:17 yo Crofton Apr 10 19:49:16 I haven't graffitied the sign yet Apr 10 19:50:54 hehe Apr 10 19:52:06 you should make a sign with the rest of the Z80 mnemonics :-D Apr 10 19:53:35 Crofton: or incorporate Xor Ax,Ax twice the goodness :-D Apr 10 19:54:20 then Xor EAX, EAX Apr 10 19:54:20 or just use clra Apr 10 19:55:17 thats 6800 isnt it? Apr 10 19:56:21 yeah Apr 10 19:56:33 I had to be taught the zora for clear trick Apr 10 19:57:18 LD A,#0 was a lot more cycles than Xor A Apr 10 19:58:53 LD BC,0xFFFF; Xor A; LDDR is the first 3 instructions on many z80 machines :-D Apr 10 20:22:40 anybody got a good source for the pandaboard ES? Apr 10 21:09:20 hmm, what is a simple console-image in or-core Apr 10 21:13:02 core-image-base Apr 10 21:14:52 arg, bitbake fork bombs me Apr 10 21:15:06 it did this yesterday, but I figured it out Apr 10 21:15:11 and forgot Apr 10 21:26:34 remind me how the wrapper script finds the real bitbake Apr 10 21:34:50 it fiddles $PATH by removing any entry that ends in "/scripts" Apr 10 21:35:21 yeah, I think I also need bitbake in the path after the scripts dir Apr 10 21:35:26 (and then does "which bitbake" and remembers te result) Apr 10 21:35:29 right, yes Apr 10 21:36:22 hmmm Apr 10 21:37:26 also, do not put a trailing / on the scripts/ entry in the path :) Apr 10 21:38:42 heh, indeed Apr 10 21:39:04 I just tested that case ... Apr 10 21:40:17 I think it's probably safest to let oe-init-build-env set your $PATH if possible. I think probably the two of them are mostly tested together. Apr 10 21:59:16 to many magic scripts in the world Apr 10 21:59:30 and not enough magic... Apr 10 21:59:35 looks like i need to mak ean initram disk Apr 10 22:23:41 hmm, so it appears initramfs is hosed on ettus Apr 10 22:24:20 so I need to create in initrd Apr 10 22:50:08 Crofton: oe-core+toolchain-layer should just work Apr 10 22:50:18 it does Apr 10 22:50:29 it does ? oh how cool Apr 10 22:50:57 soon it will become meta-linaro :) Apr 10 23:13:29 I am trying to make an initramfs Apr 10 23:13:36 but /init is an empty file Apr 10 23:14:05 install yours in the recipe Apr 10 23:14:32 IMAGE_INSTALL = "busybox udev base-passwd" Apr 10 23:15:54 pkg_postinst_${PN} () { Apr 10 23:15:54 ln -sf ${bindir}/YOUR-BIN $D/init Apr 10 23:15:54 } Apr 10 23:16:03 heh Apr 10 23:16:22 yeah Apr 10 23:16:42 I am not so good at the low level shit Apr 10 23:17:02 I feel like I should do Apr 10 23:17:14 ln -sf ${bindir}/busybox $D/init Apr 10 23:18:02 note $D with out {} Apr 10 23:18:06 thats important Apr 10 23:18:33 why? Apr 10 23:18:42 delayed evel or soemthing Apr 10 23:27:59 weird, even after adding sysvinit I still ahve zero byte init file Apr 10 23:41:52 boots, no getty Apr 10 23:43:41 you need shadow in there too Apr 10 23:44:01 that is the package name? Apr 10 23:44:17 and what do we use for getty? Apr 10 23:44:29 mingetty says virtual consoles only Apr 10 23:44:46 ah we have tinylogin Apr 10 23:46:01 yes tinylogin Apr 10 23:46:37 ok, lets see what this gets me Apr 10 23:49:48 botehr wtf is up with my init link Apr 10 23:50:12 heh Apr 10 23:50:15 syntax matters Apr 10 23:52:29 Crofton: http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg24418.html Apr 10 23:54:06 this is only oe-core, and toolchain layer Apr 10 23:55:33 ok then use task-core-boot or something Apr 10 23:55:44 yeah Apr 10 23:56:02 I started copying an initrd recipe Apr 10 23:56:46 see https://github.com/kraj/meta-woce/blob/master/recipes-core/images/woce-image.inc Apr 10 23:57:01 uses task-core-boot and ssh Apr 10 23:57:05 thats pretty much it Apr 10 23:59:19 task-core-boot leaves the bum init Apr 10 23:59:32 I wonder if it changes after the rootfs directory is created Apr 11 00:14:44 Starting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directory Apr 11 00:25:16 what would make it "stop" at Apr 11 00:25:17 Stopping Bootlog daemon: bootlogd Apr 11 00:40:04 feels liek the serial console is not connected Apr 11 01:49:43 now at: Apr 11 01:49:44 zynq-zc702 login: root Apr 11 01:49:44 login: no valid shadow passwor **** ENDING LOGGING AT Wed Apr 11 02:59:58 2012