**** BEGIN LOGGING AT Mon Feb 02 02:59:58 2015 Feb 02 07:32:10 hello Feb 02 07:32:31 is it possible to use yocto on distribution who use python3 ? Feb 02 07:32:41 (like Archlinux, or Debian Jessie) Feb 02 09:42:01 Host distribution has not been validated ... how can I check which host distro is validated? Feb 02 10:19:33 miandonmenmian: there is a list of them in the quick start guide for the particular release you're using Feb 02 10:19:40 miandonmenmian: which distro are you using? Feb 02 10:20:01 (morning all) Feb 02 10:23:32 bluelightning: wheezy Debian-7.8 Feb 02 10:23:59 miandonmenmian: right, that should be just fine as a host Feb 02 10:24:22 if you like you can disable the warning by setting SANITY_TESTED_DISTROS = "" in conf/local.conf Feb 02 10:25:04 that is what i thought. something seems to break it, and i cant figure out just yet. saw some posts online of several others meeting similar problems :S Feb 02 10:25:28 what's the error? Feb 02 10:26:14 well, that's probably what i should focus on. the log data is not exactly very informative: ERROR:oe_runmake failed Feb 02 10:26:25 cat log seems to say just exactly the same Feb 02 10:26:30 surely there is more error text before that? Feb 02 10:26:34 not sure how to track down the issue behind it Feb 02 10:27:06 you mean the red lines? Feb 02 10:27:20 they just point to a log file, which says the same error Feb 02 10:27:28 make: *** No rule to make target `bzImage'. Stop. Feb 02 10:29:18 bluelightning: http://paste.ubuntu.com/10013112/ hope that tells you more than it tells me Feb 02 10:29:19 perhaps make is being run in the wrong directory? that's what it'll say if there is no such target, but it'll say the same thing if there's no Makefile at all in the current dir Feb 02 10:30:08 ok, make but from what directory or sources? Feb 02 10:30:34 where can i find oe_runmake makefile ? Feb 02 10:31:27 oe_runmake is a trivial shell function that runs make passing the value of EXTRA_OEMAKE and PARALLEL_MAKE as arguments, nothing more Feb 02 10:31:40 which set of metadata did you download for this exactly? Feb 02 10:34:16 not entirely sure what I ended up downloading, but i suppose meta-edison or edison-image is what i need. How can i find out what I have downloaded? Feb 02 10:35:37 meta-edison-distro ? Feb 02 10:36:25 I was asking because I wanted to try and replicate your setup here Feb 02 10:36:51 presumably you downloaded a tarball from an Intel website? do you still have the tarball? Feb 02 10:38:34 http://downloadmirror.intel.com/24389/eng/edison-src-rel1-maint-rel1-ww42-14.tgz Feb 02 10:39:31 thanks a bunch. I've being hitting walls with a bunch of things using yocto. much to read! I really appreciate the pointers! Feb 02 10:40:10 running the downloader its quite a PITA, if it downloads broken packages, it does not say anything about it Feb 02 10:42:35 bluelightning: is there any verbose log aside from the few lines error log that it is mentioned on the paste i sent you ? Feb 02 10:42:48 not in this instance no Feb 02 10:43:13 I really don't know what is going on, but once I have a test build going it might be a bit clearer Feb 02 10:43:44 I'm not sure what you mean by downloading broken packages, can you expand on that? Feb 02 10:43:47 bitbake -v gets my terminal buffer filled way too fast xD Feb 02 10:44:37 yup, do_fetch started the download of a few packages, download stopped and package was unopenable Feb 02 10:44:54 had to rerun and go package by package error and download them manually Feb 02 10:45:06 binutils and several others Feb 02 10:47:23 are you behind some kind of firewall or proxy? Feb 02 10:59:53 bluelightning: unfortunatelly, i am. so it causes fails. its not blocking per se. just causes package loss. perhaps some are blocked. that i have not figure out yet Feb 02 11:00:42 unfortunately if the proxy server returns a non-error HTTP response then wget thinks the download succeeds so there's not a lot we can do :( Feb 02 11:00:57 FWIW, our work proxy server behaves that way and it's very annoying Feb 02 11:01:26 haha, good to know im not alone Feb 02 11:01:52 luckily for me it's rare for it to block things in my case Feb 02 11:01:53 well, if i know what failed, its not a big deal. but im a bit new :S Feb 02 11:02:46 i'll look into fixing this issue later on if updates are too frequent Feb 02 11:07:45 need to afk. i'll keep it re-downloading for now, i'll check later if you see anything Feb 02 11:19:22 hello all Feb 02 11:20:14 hi sm0ketst Feb 02 11:21:09 im interested in the RT meta (core-image-rt) and i noticed that COMPATIBLE_MACHINE are only qemu based, why is not genericx86 in the list i.e.? Feb 02 11:21:34 bluelightning: hi good morning Feb 02 11:23:22 sm0ketst: not sure, you'd probably need to ask someone who has worked on that (perhaps dvhart, he should be online during US workday) Feb 02 11:24:25 bluelightning: thanks, i'll program my alarm clock here :) Feb 02 11:27:13 also, is there a good site to know how to setup the procedure too boot from nfs/roots ?? i was searching info and trying to mount a remote exported rootfs and i had not too much success. Feb 02 11:28:30 I don't know that we have any documentation for that specifically, but I've definitely done it a long time ago; was just a matter of knowing the right kernel command line options Feb 02 11:40:52 bluelightning: as a test i was editing /media/realroot/syslinux.cfg and modifying the line for the APPEND parameters. No way. I've also tried to mount -t nfs from the target and what i got is a kernel panic. Feb 02 11:41:10 so i'm doing something wrong for sure Feb 02 12:56:37 bluelightning: hi, for image testing, the ssh command requires username and password. How is that specified? Feb 02 13:07:57 darkhorse: you either need to ensure that there is no password set (and therefore none prompted for - 'debug-tweaks' in IMAGE_FEATURES does this) or that your key is installed in the image such that none is needed Feb 02 13:23:40 Hi! i need help about secure boot on Freescale IMX6. Has anyone here managed to set up secureboot on imx6 Feb 02 14:24:37 hey.. i got: Unable to get checksum for linux-eric SRC_URI entry defconfig: file could not be found Feb 02 14:24:49 in my bb file i set SRC_URI like: http://paste.ubuntu.com/10016160/ Feb 02 14:25:09 where should be file://defconfig? Feb 02 14:31:31 ericbutters: there should be at dirname inside your dir Feb 02 14:31:36 for example http://git.openembedded.org/openembedded-core/tree/meta/recipes-core/dbus Feb 02 14:31:48 dbus dir contains patches and required files Feb 02 14:32:55 alimon1: thanks, thats it Feb 02 14:34:37 alimon1: one more thing, i got: http://paste.ubuntu.com/10016274/ Feb 02 14:35:10 do you know what can cause this? Feb 02 14:35:52 ericbutters: do you have access to the repo? Feb 02 14:36:32 yes i can do a git clone Feb 02 14:38:26 try with git:// at the beginning Feb 02 14:38:27 i think you need to review the full log of the task Feb 02 14:38:41 and ;protocol=ssh at the end Feb 02 14:39:00 git://cp@ericsrv.me.int/git/imx6_linux;branch=badr;protocol=ssh Feb 02 14:42:05 abelloni: thanks! Feb 02 15:01:42 anyone know what means 'gl' in "glsdk" ? thank you ;) Feb 02 15:08:14 gnu linux ? :) Feb 02 15:08:29 graphic library ? Feb 02 15:19:05 ah yeah might be something like graphic library Feb 02 15:45:42 hi everyone! Feb 02 15:47:14 I'm trying to install python module "runpy" on my sysroot but I can't find how does someone knows how to have it embedded? Feb 02 16:06:18 Hello, can someone have a look at this pastebin : http://pastebin.com/pMbR3YfV , i'm following free electrons guide http://free-electrons.com/doc/training/yocto/yocto-labs.pdf. I the thing that differences from the guide is that i'm using an uImage and dizzy. Been doing the procedure over and over, not realy getting anywhere. Please advice. Feb 02 16:06:41 beaglebone black. Feb 02 16:10:28 you should probably set the bootcmd on only one line Feb 02 16:11:45 setenv bootcmd 'mmc rescan; fatload mmc 0 0x80200000 uImage; fatload mmc 0 0x82000000 dtb; bootm 0x80200000 - 0x82000000' Feb 02 16:11:49 i will try this. Feb 02 16:12:05 I'm not sure why you insist in using uImage though Feb 02 16:13:31 not realy insisting, it popped out from yocto. Feb 02 16:13:34 :) Feb 02 16:14:20 but your tip did good. But i bumped in to another problem. Feb 02 16:14:39 macbug, as far as I know bootz is to boot a zImage no? maybe uboot handles this maybe not Feb 02 16:15:22 I would believe that our training is easy to port to dizzy Feb 02 16:15:41 don't hesitate to tell me if something is not working properly Feb 02 16:15:52 macbug, maybe try with bootm? Feb 02 16:16:25 it complains on the dtb atm, while trying boot. Feb 02 16:17:03 or maybe i'm wrong, "device tree" atleast. Feb 02 16:17:15 ERROR: Did not find a cmdline Flattened Device Tree Feb 02 16:17:15 Could not find a valid device tree Feb 02 16:18:48 I would like to install SimpleHTTPSServer and runpy on my target, I can't find a layer or a recipe to do this. Does someone know how I can do this? Feb 02 16:19:02 (python modules :) ) Feb 02 16:19:27 macbug: can I see your bootcmd ? Feb 02 16:20:54 msg Feb 02 16:22:16 Aurele: runpy is in the python-misc package, SimpleHTTPServer is in the python-netserver package Feb 02 16:23:34 bluelightning, thanks for your help! Feb 02 16:24:00 Aurele: you can install the python-modules package to pull in many of the "core" ones Feb 02 16:44:22 bluelightning: thanks for the tip about ssh. I have now arranged for rsa key pair to go with my image. my next problem is how to pass custom options to the SSHControl object - I want to specify -i Feb 02 16:47:57 darkhorse: I don't think there is a means to pass that in; but alternatively you can specify a key on a per-host basis in your ~/.ssh_config Feb 02 16:48:04 well, ~/.ssh/config that is Feb 02 18:05:45 bluelightning: i ended up creating my own SSHControl class from the original one and that seems to work fine. thanks. I will need your help later regarding depmodwrapper as it has been giving me some trouble lately.. Feb 02 18:06:24 darkhorse: ok, that's a bit further than I would have thought necessary for just that... Feb 02 18:06:44 darkhorse: I'm not very familiar with depmodwrapper, so you can ask but it might need to be someone else that answers Feb 02 23:44:32 Anyone looked into automatic feed setup for qemu machines? Build a -native web server, configure it to DEPLOY_DIR_*, configure package manager to point to it? **** ENDING LOGGING AT Tue Feb 03 02:59:58 2015