**** BEGIN LOGGING AT Wed Mar 04 02:59:58 2015 Mar 04 03:05:54 what's the latest kernel available on linux-yocto-dev? Mar 04 06:06:43 does anyone know how to add a systemd service with params inside "" ? Mar 04 06:07:13 It's my understanding spaces for command parameters are fine, ie: ExecStart=/usr/bin/tmux new-session -s dcpp -n ncdc -d ncdc Mar 04 06:07:35 but if i want to add extra params to my service within "my params" seems to crash Mar 04 08:13:48 Hey, is there any tool to bypass the login on a project? I want it to boot straight to console Mar 04 08:15:40 Guest10360: do you mean booting to a console rather than X ? Mar 04 08:16:10 chankit: I mean, bypassing or autologging in. no root:root request Mar 04 08:16:34 I managed to do that after boot, by altering the inittab, but I want it live on the first boot Mar 04 08:31:58 work on odroid-c1 stalling :/ 3.10.70 doesn't boot and I have no uart cable Mar 04 08:50:06 Hi Mar 04 08:51:00 I found an issue with udev/systemd/udev-extraconf (mount scripts) in dizzy, which prevent mounts from being seen in system Mar 04 08:53:17 I wanted to fill a bug but I must admit I'm quite confused with bugzilla... Mar 04 08:54:07 I don't know which component I shoudl select Mar 04 08:54:25 Guest10360: First you can refer to http://www.ubuntugeek.com/how-to-disable-password-prompts-in-ubuntu.html Mar 04 08:54:37 then edit the corresponding file in Yocto Mar 04 08:55:00 nerdboy: ping Mar 04 08:55:15 Otherwise we might discuss for a fix here, but I've got no obvious solution for now Mar 04 08:55:49 * nerdboy yawns Mar 04 08:55:59 huh? Mar 04 09:09:17 boots fine now :) Mar 04 11:59:21 I'm adding a package and need to tell make where some headers for a library are using an nevironment variable. Do I just set the variable in my .bb file, or does it have to be done in the do_compile() section? Mar 04 11:59:46 Also, how do I know where the headers will be? Mar 04 12:14:22 I'm trying to run bitbake -c populate_sdk core-image-minimal Mar 04 12:14:52 if I have PACKAGE_CLASSES ?= "package_ipk", it fails Mar 04 12:18:20 apparently, nativesdk-perl-module-config is missing Mar 04 12:18:39 but with rpm, it's not build either from what I can tell Mar 04 12:18:49 Any ideas on why this is? Mar 04 13:12:41 Forgot to mention, I'm using 1.6 currently. Mar 04 13:48:28 simonl, sorry, no ideas. Though I can say that I regularly uses populate_sdk on core-image-minimal on poky, based on the same release as without any issues (thus rpm should work). And that I'm using ipk on an internal image based on 1.6, that populate_sdk also works on... Mar 04 13:48:46 So in essence, both of those two test cases should really work. Mar 04 13:51:08 AndersD: Hmm, OK. Thanks for confirming it should work at least. Mar 04 13:52:05 khem, hello Mar 04 13:52:41 khem, did you have a chance to look at Re: [meta-freescale] GstVolume with dizzy is not working when changing to a value inferior to 1 Mar 04 15:25:24 hi ! Does somemone knows what recipe is in charge of /sbin/init (systemvinit not systemd) ? I miss init in my sysroot Mar 04 15:26:30 it depends Mar 04 15:26:36 I'd say busybox Mar 04 15:29:52 I already have busybox Mar 04 15:45:45 hi, I am updating the pr number from 8 to 9, but I still get 8 in the file name of the ipk. Mar 04 15:45:49 what can go wrong? Mar 04 15:46:29 the recipe is called initscripts-foo_1.0.bb and PR = "r9" in the recipe. Mar 04 15:46:46 gourve_l: sysvinit is in charge of /sbin/init when using sysvinit.. Mar 04 15:46:51 yet the file name in build/tmp/deploy/ipk/arm... is initscripts-foo_1.0-r8_armv5te.ipk Mar 04 15:48:14 I even tried bitbake -c cleanall initscripts and then bitbake initscripts with no avail. Mar 04 15:48:47 you just said the recipe is initscripts-foo, why would cleanall initscripts remove the initscripts-foo reciope's packages? Mar 04 15:49:32 fair enough. Mar 04 15:49:57 I'm having a set-up where I have a bunch of projects in a folder and the recipes to them in another folder, referring in the recipe via SRC_URI="file:/..." Mar 04 15:50:00 thanks. Mar 04 15:50:01 kergoth: ... Woops, you're right. I probably forgot to add the recipe in my local.conf file Mar 04 15:50:04 thx Mar 04 15:50:31 now a lot of the projects have changed, but yocto seems not to detect all the changes Mar 04 15:51:19 hi all. can I just build a single kernel module after I enabled the config option or do I always have to do a 'bitbake virutal/kernel' ? Mar 04 15:51:53 did someone else already have an issue like that? Mar 04 15:54:35 A follow up on my populate_sdk problem: the perl recipe seems to build a perl-modules package that depends on perl-module-config, but no such package is actually generated Mar 04 15:55:13 I guess (since a normal build works) the image itself does not pull that in but the sdk does and so that is why only populate_sdk fails Mar 04 15:55:37 but why would it create a dep on a package that it doesn't generate? Mar 04 15:56:25 kergoth: sometimes (often?), I am silly ;-) Mar 04 15:56:42 i think that applies to all of us :) Mar 04 15:59:26 hsychla: you could go in the devshell with bitbake -c devshell virtual/kernel Mar 04 16:00:09 and from there on use the standard make process for the kernel Mar 04 16:00:48 jaeckel: thanks. but there is no bitbake kernel-module-nf-target-log or similar? Mar 04 16:01:27 bitbake takes a recipe Mar 04 16:01:33 not a package name Mar 04 16:16:10 abelloni: right Mar 04 16:29:50 hi Mar 04 16:30:28 i'm trying to add a qtwebengine to dizzy, but appear the error: Mar 04 16:30:33 Fetcher failure for URL: 'git://qt.gitorious.org/qt/qtwebengine.git Mar 04 16:33:58 pastebin the whole error Mar 04 16:35:09 http://pastebin.com/zC0aKEpn Mar 04 17:02:58 egavin: this doesn't look like qtwebengine from master branch why do you set branch to 1.0? Mar 04 17:07:30 JaMa, it's from meta-qt5 dizzy branch, I can set meta-qt5 to master, Do you mean this? Mar 04 17:09:46 OE @ ~/projects/qt-project/qtwebengine $ git remote prune origin Mar 04 17:09:46 Pruning origin Mar 04 17:09:46 URL: git://gitorious.org/qt/qtwebengine.git * [pruned] origin/1.0 Mar 04 17:09:57 egavin: ^ 1.0 branch was removed upstream Mar 04 17:10:06 you need to change it Mar 04 17:21:36 JaMa, Is possible make this changing the commint "21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b"? Mar 04 17:22:07 ? Mar 04 17:27:53 JaMa i'm not sure but inside poky the responsible of download qtwebengine is the file "meta-qt5/recipes-qt/qt5/qtwebengine_5.3.2+git.bb" in dizzy branch, and inside of this file, found this commit Mar 04 17:35:42 egavin: it depends on what version you want, if 21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b is good enouch, then just change branch parameter Mar 04 17:39:05 JaMa, I will try, thanks Mar 04 17:41:01 meh, i hate digging into bitbake code Mar 04 17:41:29 collect_bbfiles() returns the bbfiles and masked bbfiles, but shoves the appends and overlayed recipe info into the object. not exactly consistent Mar 04 17:53:29 I am seeing sometimes this error Mar 04 17:53:30 multimedia/libpng/libpng_1.6.8.bb, do_packagedata) Mar 04 17:53:31 ERROR: Execution of event handler 'run_buildstats' failed Mar 04 17:53:32 Traceback (most recent call last): Mar 04 17:53:32 File "run_buildstats(e)", line 66, in run_buildstats(e=) Mar 04 17:53:34 File "buildstats.bbclass", line 2, in get_bn(e=) Mar 04 17:53:34 IOError: [Errno 2] No such file or directory: '/mnt/jenkins_slave64_186/workspace/PACEXID-Yocto-Build/build-pacexid/tmp/buildstats//.buildname' Mar 04 17:55:06 Looking at buildstat.py Mar 04 17:55:34 I wonder if there is some parallel build issue Mar 04 17:56:17 set_bn first removes BNFILE and then Mar 04 17:56:24 recreates it Mar 04 17:56:30 def set_bn(e): Mar 04 17:56:30 bn = e.getPkgs()[0] + "-" + e.data.getVar('MACHINE', True) Mar 04 17:56:30 try: Mar 04 17:56:30 os.remove(e.data.getVar('BNFILE', True)) Mar 04 17:56:32 except: Mar 04 17:56:32 pass Mar 04 17:56:34 with open(e.data.getVar('BNFILE', True), "w") as f: Mar 04 17:56:34 f.write(os.path.join(bn, e.data.getVar('BUILDNAME', True))) Mar 04 19:23:23 Hi everyone Mar 04 19:24:21 Is there any yocto contributors from india ? Mar 04 19:25:38 I would like to join a local community. Mar 04 19:28:23 Good day everyone. I was hoping someone could help me answer the following question: If enabling 'ssh-server-openssh' in poky build, does the default login password for root change? Mar 04 19:28:28 My image was working fine (core-image-base) but after including the 'ssh-server-openssh' into my buil I am no longer able to log into root with a blank password. Mar 04 19:28:34 I had to modify the default root password by folowing instructions here: https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password Mar 04 19:28:38 Only then was I able to log in successfully again using root, root for login username and password Mar 04 19:28:53 Is this typical, security-related behavior? Mar 04 19:45:34 qemu-native keeps rebuilding on me, yet its sstate archive hasn't changed, there's only one Mar 04 19:47:46 interesting - I pulled this morning ; when my do_rootfs completes I'll simply kick it again and see if I see the same thing happen. Mar 04 19:53:51 I hate debugging sstate reuse issues. They can be tough to nail down Mar 04 19:54:09 particularly if i dont have all th eintermediate sstate artifacts like the do_compile siginfos. can't use -S printdiffi without them Mar 04 20:07:01 Casper_ did you also turn off debug_tweaks? Mar 04 20:12:46 kergoth, not seeing that happen here.... Mar 04 20:12:47 ---------- Mar 04 20:12:50 NOTE: Preparing RunQueue Mar 04 20:12:50 NOTE: Executing SetScene Tasks Mar 04 20:12:50 NOTE: Executing RunQueue Tasks Mar 04 20:12:50 NOTE: Tasks Summary: Attempted 7576 tasks of which 7574 didn't need to be rerun and all succeeded. Mar 04 20:12:52 ---------- Mar 04 20:24:50 HI, I have been following the BSP guide for the Edison board Mar 04 20:24:55 it uses poky-daisy-11.0.1.tar.bz2 Mar 04 20:25:17 which is provided in the edison-src tar Mar 04 20:26:03 when building and unmodified image (according to the instructions) I get the following error in libav Mar 04 20:26:06 http://pastebin.com/aK19VVAR Mar 04 20:26:45 does anyone have any ideas, shy of debugging the code :) Mar 04 20:38:01 paulg: k, must have something else going on somewhere.. thanks Mar 04 20:41:12 bmg: Get Edison yocto source from "Linux Source Files" link at http://www.intel.com/support/edison/sb/CS-035180.htm. Direct url is http://downloadmirror.intel.com/24698/eng/edison-src-ww05-15.tgz Mar 04 20:42:26 bmg: The Edison tarball from link i just posted includes poky Mar 04 20:42:49 hbruce: that is the one I downloaded Mar 04 20:42:52 ~/Downloads/edison-src-ww05-15.tgz Mar 04 20:45:18 I really started from the beginning (https://software.intel.com/en-us/articles/getting-started-with-the-intel-edison-board-on-linux) :) Mar 04 20:48:18 hbruce: Does edison patch libavcodec? Because it looks like the source is just broken. Mar 04 20:49:21 bmg: Not familiar with post you found; doesn't seems helpful. I would go straight to bsp user guide at http://download.intel.com/support/edison/sb/edisonbsp_ug_331188005.pdf. This will tell you what to do with edison-src-ww05-15.tgz Mar 04 20:50:39 hbruce: thanks Mar 04 20:50:46 that is what I followed directly Mar 04 20:51:48 I'm quite curious now, I think I'm going to kick off a build in the background and see what happens :-D Mar 04 20:52:09 so, has anyone else noticed a new bitbake bug related to shutdown? it seems that bitbake process exits before the server is fully shutdown now Mar 04 20:52:25 i had to add a sleep 1 between my looped runs or it'd say you can't run multiple bitbakes on a single build dir Mar 04 20:55:19 if I want to drop the "recipes-multimedia" from meta-edison-distro Mar 04 20:55:28 what is the cleanest way ? Mar 04 20:55:47 rewitt: Not sure if Edison patches libavcodec as their is no log, but it builds for me. Use default libav version, changing caused problems for me. Mar 04 20:55:48 just remove the recipes-multimedia directory ? Mar 04 20:57:58 bmg: Not sure how poky-daisy-11.0.1.tar.bz2 is involved in your build. Can you explain? Mar 04 20:59:02 sure, untar edison-src-ww05-15.tgz Mar 04 20:59:13 cd edison-src/device-software Mar 04 20:59:17 ./setup.sh Mar 04 20:59:49 it extracts utils/poky-daisy-11.0.1.tar.bz2 Mar 04 21:00:12 bmg: You would need to remove the DISTRO_FEATURES and or packages in IMAGE_INSTALL that use recipes in recipes-multimedia Mar 04 21:00:12 to edison-src/poky Mar 04 21:00:45 bmg: If you just try removing the directory, bitbake will complain because there will be dependencies that are no longer met Mar 04 21:01:01 bmg: thx for the reminder. i forgot about that step. Mar 04 21:02:41 Hi all, what's the best way to include the kernel's development headers in a yocto build? Mar 04 21:03:03 rewitt: thanks, I was not sure how self contained the recipes are Mar 04 21:03:18 I added PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-dev" but that didn't make a difference Mar 04 21:04:08 usurer: I'm pretty sure the "kernel-dev" packages contains the headers and items needed to build modules Mar 04 21:04:13 bmg: I have followed these instructions a number of times (and just got someone else to do it a few days ago) with no problems. Maybe rewitt will figure something out. I don't think just removing layer will help as edison-image will have dependencies on it. I'm off for lunch. Sorry I couldn't help. Mar 04 21:05:50 hbruce: thanks, for thaking the time to check it out. really appreciated Mar 04 21:07:07 bmg: I have a build running in the background, I'll let you know if it works. Mar 04 21:07:20 thanks Mar 04 21:11:41 rewitt: I'm not finding a kernel-dev package... Mar 04 21:14:16 usurer: Sorry, it looks like it's actually kernel-devsrc Mar 04 21:15:49 usurer: Whoops, that actually looks like a 1.8 feature. Mar 04 21:16:41 rewitt, hbruce: "bitbake -c clean libav"; "bitbake edison-image" and it is now creating the rootfs \o/ Mar 04 21:16:50 thanks again ! Mar 04 21:17:16 bmg: Did you happen to start clean, or were you using old sstate/downloads? Mar 04 21:19:19 started from fresh this evening, no previous edison downloads Mar 04 21:20:01 Hmm, perhaps those headers were generated and there is a race in the libavcodec makefiles Mar 04 21:20:26 I don't know why else a clean and trying again would work :) Mar 04 21:23:08 rewitt: It appears that my victory dance was a little premature Mar 04 21:23:12 http://pastebin.com/QedpnqsR Mar 04 21:24:02 fancy Mar 04 21:29:02 usurer: If you add kernel-dev to IMAGE_INSTALL it doesn't work? bitbake kernel-dev won't work because it's a package not a recipe Mar 04 21:39:11 bmg: Everything built successfully for me Mar 04 21:41:28 thanks, do I need to be a part of a particular user group when building the image? Mar 04 21:43:54 no you shouldn't. what distro are you running? Mar 04 21:45:34 ubuntu 12.04 Mar 04 21:48:11 bmg: That is bizarre Mar 04 21:49:06 what is the md5sum of your edison src tarball? 255f61864a9c6f1c8c557369413350d0 is mine for edison-src-ww05-15.tgz Mar 04 21:50:48 255f61864a9c6f1c8c557369413350d0 edison-src-ww05-15.tgz Mar 04 21:50:49 same Mar 04 22:01:57 bmg: want to try something? Mar 04 22:02:07 sure Mar 04 22:02:26 mv build/tmp/sysroots/x86_64-linux/usr/sbin/mkdosfs to a different file Mar 04 22:02:42 and make sure mkdosfs is installed on your host Mar 04 22:03:41 that should cause it to try using the newer one. I don't think it has anything to do with that. And if that doesn't change things, the next question would be is your hard drive failing or your cpu/ram on the fritz? ;) Mar 04 22:06:47 rewitt: unfortunatly the same issue Mar 04 22:07:21 as for the HW it *should* be ok as it is a relatively new box Mar 04 22:08:10 bmg: Unfortunately I don't know what else to suggest. Have you tried starting over from scratch? The only other question I would have is what shell are you using? Mar 04 22:08:53 /bin/bash Mar 04 22:09:02 how can I make the entire image clean ? Mar 04 22:09:09 without removing the downloads Mar 04 22:09:53 Which downloads do you mean? Mar 04 22:10:29 just remove tmp and re-run bitbake. if you want to do a build without using sstate, to go entirely from scratch ,just use bitbake —no-setscene Mar 04 22:14:43 thanks, I will let that run for a while ;) Mar 04 23:09:30 rewitt: Is being on 1.8 the only way to enable those kernel headers? Adding that recipe to my 1.7 system threw an error about missing 'get_kernelversion_headers' Mar 04 23:11:43 usurer: kernel-dev should be there on 1.7 from what I can tell. How did you add it? Mar 04 23:15:08 It's in a private layer that has a higher priority than poky's layer. recipes-kernel/linux/kernel-devsrc.bb Mar 04 23:16:17 usurer: Don't worry about kernel-devsrc, just add kernel-dev to your image should be all you need Mar 04 23:16:55 to IMAGE_INCLUDES? Mar 04 23:16:58 erm Mar 04 23:17:01 IMAGE_INSTALL? Mar 04 23:18:20 to test it out you can just do IMAGE_INSTALL_append = " kernel-dev" in your local.conf. If that ends up producing what you want you can add it to your image recipe Mar 04 23:28:29 Thanks rewitt: I'm seeing a different error now about the kernel header files not being where they should. Is tmp/sysroots/ARCH/usr/src/kernel where my makefile should be looking? Mar 04 23:29:18 It also says something about installing "kernel-devel", let me look into that... Mar 04 23:30:53 usurer: Could you be more specific, i.e. what is giving you the error regarding the kernel files? Mar 04 23:31:30 "Kernel header files not in any of the expected locations. Install the appropriate kernel development package, e.g. kernel-devel, for building kernel modules and try again" Mar 04 23:31:50 usurer: That is running on your target platform I mean? Mar 04 23:32:18 No, I'm compiling on a different machine. Mar 04 23:38:59 under device-software/meta-edison/recipes-kernel/linux/ there is linux-yocto_3.10.bbappend Mar 04 23:39:51 the kernel that is being built is 3.14 Mar 04 23:40:18 so does that mean that the 3.10 bbappend is not being appended Mar 04 23:40:31 i.e. that it is no longer needed ? Mar 04 23:44:09 bmg: It will be used if you build 3.10 for some reason Mar 05 00:56:46 bmg: did it actually build this time? Mar 05 00:57:03 rewitt: actually not Mar 05 00:57:06 same problem Mar 05 00:57:13 I am trying a different machine now Mar 05 00:57:24 it is slower so will probably take all night Mar 05 00:58:46 bmg: did it fail in libavcodec again or was it a different spot? Mar 05 00:58:57 no passed that first time Mar 05 00:59:05 it failed again in do_rootfs Mar 05 00:59:37 I thought it was do_bootimg before? Mar 05 00:59:38 with that cryptic error about no permission to open /proc//fd/3 Mar 05 00:59:45 sorry it is Mar 05 01:00:16 I was just tracing do_bootimg and it depends on do_rootfs Mar 05 01:00:57 I'm wondering if apparmor is hosing you somehow Mar 05 01:03:15 haha that would be a first, either I stick to the well beaten path or apparmor actually does not enforce anything Mar 05 01:03:22 but it is worth a look Mar 05 01:09:01 bmg: poky 1.6.1 defaults to kernel 3.14 but edison meta-data overrides to 3.10. See device-software/meta-edison-distro/conf/distro/poky-edison.conf Mar 05 01:12:12 hbruce: thanks, where does 3.10 get downloaded to ? Mar 05 01:12:21 I only see build/downloads/linux-3.14.tar.xz Mar 05 01:15:20 bmg: if its linux-yocto it will be a git repo, so it will be downloaded to downalods/git2/git.yoctoproject....linux-yocto-3.14.git Mar 05 01:24:00 bmg: As nrossi says, it'll be in downloads/git2/git.yoctoproject.org.linux-yocto-3.10.git **** ENDING LOGGING AT Thu Mar 05 02:59:59 2015