**** BEGIN LOGGING AT Thu Aug 28 02:59:58 2014 Aug 28 03:29:32 khem, I can access it but I do no run it. Let me see if I can do anything. Aug 28 03:37:52 khem, I cannot gain access either. I will e-mail the people running it. Aug 28 08:23:52 I see that Yocto 1.6 is tested for Beagleboard. Is there a way to find out which Beagleboards? Aug 28 08:28:37 tasslehoff: it is pretty clear actually, https://www.yoctoproject.org/downloads/bsps/daisy16/beaglebone Aug 28 08:28:49 "o Beaglebone Black A6 o Beaglebone A6 (the original "White" model)" Aug 28 08:29:56 lpapp: yep, that was quite clear. thanks. no luck for my ancient board then :) Aug 28 08:30:01 https://www.yoctoproject.org/downloads/bsps/dora15/beagleboard Aug 28 08:30:06 Beagleboard C4 Aug 28 08:30:07 Beagleboard xM Rev A & B Aug 28 08:30:12 sorry, I gave beaglebone first. Aug 28 08:30:39 tasslehoff: you could give it a try to see if it just works. Aug 28 08:31:33 lpapp: I have a custom board based on the C3, so getting there is a bit of work. Aug 28 08:32:11 but if it is supposed to work for C4 with 1.5, that probably makes it worth the effort Aug 28 11:52:11 Hi guys how do I checkout meta branch for linux-yocto ? In fact I need to do the following > git checkout -b meta --track remotes/origin/meta Aug 28 11:52:31 do I need to append th kernel_checkout task ? Aug 28 15:08:31 how do we clean tmp/image/machine dir ? Aug 28 17:57:23 Hey guys, I have a Yocto question about installing packages? Aug 28 17:58:27 Say I want to install something like php-cgi. I can find php in the Yocto bitbake repos, and with bitbake -s | grep php, but is there a way to find php-cgi without searching through the bitbake files in the source folder? Aug 28 18:06:07 theguy: i have a script that can search available binary packages in the recipes in the layers you have currently configured. not sure if that's what you're looking for or not. https://gist.github.com/kergoth/c5439e3519f7ead986dd Aug 28 18:06:22 theguy: https://github.com/kergoth/bb Aug 28 18:06:56 Oh thanks kergoth. I'll check it out. Was sort of wondering if there was a more official way - I can sort of muddle my way through right now. Aug 28 18:07:31 the intent is to gain that sort of functionality and inspection capability to improve usability of bitbake in the long term. e.g. get an interactive shell Aug 28 18:07:38 in the meantime, this fills in the gaps for me Aug 28 18:07:41 Although I have a follow up question: when I do add php-cgi to my image, it looks like the binary isn't installed. php on it's own works correctly... Aug 28 18:07:44 i use whatdepends way more often than search, though Aug 28 18:08:11 Ok cool, that makes sense kergoth. It is workable right now, just a bit more awkward. Aug 28 18:08:14 no idea on that one, sorry. maybe examine exactly wh at files php-cgi installed? opkg files php-cgi, or examine buildhistory Aug 28 18:08:31 Ok thanks, I'll check that out. Aug 28 18:09:41 Where is buildhistory? Aug 28 18:11:11 Hmm, maybe it's not enabled by default still. I highly recommend everyone keep it enabled, it provides a ton of useful info about both packages and images, and can optionally track changes to those with git. but it should be a subdir in the build directory Aug 28 18:11:52 otherwise your best bet is probably to examine the binary package directly, or on target, or poke at tmp/sysroots/*/pkgdata, which also should have the lists of files Aug 28 18:13:50 Hmm. php-cgi is being built and everything looks correct in the packages-split directory. Seems like it's just not getting installed into the image... Aug 28 18:14:31 I don't think buildhistory is enabled for me Aug 28 18:14:33 did you add it to IMAGE_INSTALL in the image recipe, or CORE_IMAGE_EXTRA_INSTALL (or IMAGE_INSTALL_append) in local.conf? Aug 28 18:15:20 I just added it to IMAGE_INSTALL in the recipe. That's what I've been doing for all my other packages. Aug 28 18:15:31 * kergoth nods, should be fine Aug 28 18:15:57 Hmm. Is there a log of which packages were actually installed in my image? Maybe I just need to do a completely clean build Aug 28 18:16:26 there's a manifest next to the image in deploy/images/ Aug 28 18:32:24 Thanks, I'll take a look at that Aug 28 18:36:36 I don't see a manifest file in there unfortunately Aug 28 18:37:14 Also when I run dpkg -L on the unit for php-cgi, it says the packages isn't installed. Maybe a bug in the php bitbake recipe? Aug 28 18:40:18 possible, or something wrong with your image recipe. run bitbake -e yourimage | grep IMAGE_INSTALL= Aug 28 18:42:06 Alright running that now Aug 28 18:43:12 Yeah it's in there Aug 28 18:49:55 Ok looks like the problem is with some custom build scripts I have.. it's working now. Thanks for the help kergoth! Aug 28 18:54:45 I am debugging a libpam package issue Aug 28 18:55:04 and it seems native class is behaving weird Aug 28 19:06:45 Kergoth thanks again for the help! I'm off now. Aug 28 20:09:00 hi, I just tried to set up yocto. Only modification to default was to set image type to IMAGE_FSTYPES += "vmdk" - arch qemux86. After a successful build, I ran it in vmware. There the kernel panics: shows "no valic root filesystem found" Aug 28 20:09:26 Is this a common problem? do I need any more steps of customization, to make it run within vmware? Aug 28 20:09:40 qemux86 is for qemu, x86 :) Aug 28 20:09:55 so - it does not work in vmware, x86? Aug 28 20:10:25 possible, but it wouldnt' surprise me at all if it didn't. they likely emulate different hardware. plus your configuration matters -- e.g. is the hard disk attached to scsi/sata or ide Aug 28 20:10:33 * kergoth shrugs, haven't tried personally Aug 28 20:10:45 so I'll better try "generic-x86"? Aug 28 20:11:05 harddisk is attached to scsis Aug 28 20:11:23 kernel also loads up, so the image seems to work somehow Aug 28 20:12:17 I'll build again with genericx86 and can then tell you the results. will take some hrs. Aug 28 20:16:11 ok, image just runs with qemu ;) Aug 28 20:20:06 gah, I keep getting these weird behaviors trying to update to current master. not sure if they'r eenvironmental, something mentor related, or something due to the updates. right now i do a bitbake core-image-base, wipe tmp, bitbake core-image-base again -> from scratch again Aug 29 00:07:53 lovely, still getting a random "[Errno 4] Interrupted system call" and a halted build when building master Aug 29 01:01:45 hrmph Aug 29 01:01:46 WARNING: Setscene task 1009 (virtual:native:/scratch/yocto/sstate-reuse-issue/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.30.8.bb, do_populate_sysroot_setscene) failed with exit code '1' - real tas Aug 29 01:02:01 keep getting gdk-pixbuf-native setscene failures now Aug 29 01:09:12 ah, wants libjpeg but it wasn't put in the sysroot yet Aug 29 01:09:21 hmm, thought those issues were sorted **** ENDING LOGGING AT Fri Aug 29 02:59:58 2014