**** BEGIN LOGGING AT Tue Aug 25 02:59:59 2015 Aug 25 06:43:37 any meta- java experts? Aug 25 06:43:41 I am still getting http://hastebin.com/fugiyubeji.coffee Aug 25 06:57:31 http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/recipes-core/classpath/classpath-native_0.99.bb?id=15ed9662e26ed4ac8d843fb9d2335a49a9c03088 Aug 25 06:58:05 That replaces "ecj-initial-native" with "virtual/javac-native" Aug 25 06:58:37 but the README says that virtual/javac-native should be "ecj-bootstrap-native" Aug 25 06:58:41 which is it then? Aug 25 07:01:32 ecj-initial-native also causes loops, so looks like it is not that Aug 25 07:07:03 I suspect this commit broke stuff in an unintentional way: http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/?id=15ed9662e26ed4ac8d843fb9d2335a49a9c03088 Aug 25 07:12:15 That commit is jamming with line 17: http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/tree/recipes-core/ecj/ecj-bootstrap-native.bb?id=15ed9662e26ed4ac8d843fb9d2335a49a9c03088#n17 Aug 25 07:24:17 virtual/javac-native (ecj-boostrap-native) <== virtual/java-native (jamvm-native) <== classpath-native <== virtual/javac-native (ecj-boostrap-native) == FRUIT LOOPS Aug 25 07:37:28 * nrossi thinks pompom Juice and Fruit Loops don't make for a healthy breakfast... Aug 25 08:11:13 ohai Aug 25 08:31:17 nrossi, that is exactly what I was thinking :D Aug 25 09:20:33 I'm trying to use the TAP::Parser module in perl in a recent OE/Yocto build. Aug 25 09:20:46 It looks like it exists: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb?h=master Aug 25 09:21:01 Yet when I call the module in a perl script it fails. Aug 25 09:21:19 Am I Doing It Wrong? (tm) Aug 25 09:44:27 morning all Aug 25 09:49:44 :-) Aug 25 09:53:37 i really, really can't help always reading "hasslehoff has joined". meh. Aug 25 09:55:40 LetoThe2nd: Don't _tassle_ the hoff :P Aug 25 09:58:28 nrossi: no intention to! Aug 25 10:29:06 LetoThe2nd: glad it's not just me! Aug 25 11:02:06 rburton: hrhr Aug 25 11:27:54 ;d Aug 25 11:42:48 hi all Aug 25 11:42:58 I have a small question Aug 25 11:43:24 does u-boot create debuggable binary which can go in u-boot-dbg package? Aug 25 12:05:03 in general how we get .debug folder get created Aug 25 12:26:17 Noor: that happens through the debug symbol splitting code in package.bbclass Aug 25 12:41:45 bluelightning: yeah I figured it out Aug 25 12:42:05 u-boot elf is not being packaged that is why it does not go it its dbg folder Aug 25 14:21:02 When booting my fresh yocto build. It got stucked in this systemd msg "Waiting for root device /dev/mmcblkp2" Aug 25 14:21:07 Does anyone know what this is ? Aug 25 14:52:50 realBigfoot: i imagine its the MMC/SD card that your rootfs is on. its not responding (cause it does not exist?) Aug 25 14:53:39 nrossi, i figuered this out Aug 25 14:54:07 realBigfoot: all is well then Aug 25 14:54:28 nrossi, my mkefidisk.sh script is creating the rootfs partition on /dev/mmcblk0p2 and systemd is waiting to get rootfs on /dev/mmcblkp2 Aug 25 14:55:13 nrossi, which makes me wonder why this is happening now, since it worked before (I have refreshed the master branch and this error occurred) Aug 25 14:55:20 have you got any idea what this could be? Aug 25 14:57:00 how are you telling the kernel/etc what your rootfs is? Aug 25 15:00:13 nrossi, i don't know maybe with this script mkefidisk.sh ? Aug 25 15:00:21 i will check this out Aug 25 15:00:52 it might just be a mistype somewhere, since its mmcblkp2 without the mmcblk0 part Aug 25 15:04:10 yes Aug 25 15:04:22 i will look around Aug 25 15:06:32 nrossi, I found it on "recipes-core/initrdscripts/files/init-install.sh" Aug 25 15:06:54 Should i configure anything on my recipe to include initrdscripts? Aug 25 15:08:10 realBigfoot: you are using systemd no? Aug 25 15:08:17 nrossi, I am Aug 25 15:09:15 realBigfoot: what sort of system are you trying to boot. Will help in getting a better idea of the issue Aug 25 15:09:48 nrossi, I am trying to boot it on a minnowboard Aug 25 15:09:48 aka live-cd, boot from hard drive, mmc boot, initramfs and root-pivot... etc Aug 25 15:09:58 ah Aug 25 15:10:07 mmc boot Aug 25 15:10:26 and you are using efi? Aug 25 15:10:36 or a bootloader like grub..etc? Aug 25 15:11:05 nrossi, grub Aug 25 15:11:30 so what has grub got configured for the kernel boot params? Aug 25 15:12:25 nrossi, no this is the problem grub configuration points to the partition /dev/mmcblkp2 and the flash partition is going to the another one Aug 25 15:12:50 i am running a mkefidisk.sh script that does this automatically, may this could be a bug ? Aug 25 15:12:58 maybe* Aug 25 15:14:01 and you are telling mkefidisk.sh that the target device is /dev/mmcblk0p2? Aug 25 15:15:36 nrossi, the paramters that I am running are "mkefidisk.sh /dev/mmcblk0 PATH_TO_IMAGE /dev/mmcblk" Aug 25 15:15:56 ah ok, shouldn't the last bit be mmcblk0? Aug 25 15:16:19 humm Aug 25 15:16:26 right it should be :P Aug 25 15:16:37 i will try with it Aug 25 15:28:00 nrossi, nice!! It worked :D Aug 25 15:28:12 thank you so much it was a silly mistake Aug 25 15:29:01 realBigfoot: good to know it was a simple problem :) Aug 25 15:29:20 yeah totally :) Aug 25 18:28:07 oe-classic, writing a new recipe, I want to create an empty directory in /. My recipe's do_install() has "install -d ${D}/foo" but I'm not seeing /foo created when i install the ipk. What did I do wrong? Aug 25 18:28:42 you didn't add that path to be included in any binary packages Aug 25 18:28:51 see the yocto documentation on the PACKAGES and FILES variables Aug 25 18:28:59 in this case, FILES_${PN} += "/foo" would be what you want Aug 25 18:30:56 Thanks kergoth! Aug 25 18:31:00 np Aug 25 18:39:34 hmmm so we have 3 pull requests against r/o mirror on github https://github.com/openembedded/openembedded-core/pulls Aug 25 18:39:48 hah Aug 25 18:41:50 any of them useful? Aug 25 19:05:48 1 seems to b **** ENDING LOGGING AT Wed Aug 26 02:59:59 2015