**** BEGIN LOGGING AT Thu Mar 12 02:59:58 2015 **** BEGIN LOGGING AT Thu Mar 12 05:03:11 2015 **** BEGIN LOGGING AT Thu Mar 12 07:25:15 2015 Mar 12 09:11:04 mornin Mar 12 09:13:01 hmm, is SSTATE_DUPWHITELIST supposed to be set in the recipe with += or is it a local.conf/site.conf setting? Mar 12 10:45:16 hi there. I'm trying to push to oe-core-contrib but it does not want my key anymore? Mar 12 10:45:46 should i just git send-email instead? Mar 12 10:46:59 (it's been a while since i wrote to the repo, it seems. My aldot/fixes branch says that it's 2 years old or so) Mar 12 10:47:12 blindvt`: hmm, I wasn't aware of any key expiration/removal policy, but maybe Michael does clean them out from time to time Mar 12 10:47:24 blindvt`: it would be worth emailing Michael Halstead Mar 12 10:47:43 blindvt`: for one or two patches I think it's OK to just sent them with git-send-email in the mean time Mar 12 10:48:08 (morning all) Mar 12 10:48:42 k Mar 12 10:48:47 bluelightning: thanks! Mar 12 12:55:51 if DISTRO_TYPE="debug".... is the kernel built with -DDEBUG? Mar 12 12:56:02 or is distro_type just a pipe dream? Mar 12 12:59:34 oe-core.git $ grep -r DISTRO_TYPE * --> NULL, pompomJuice. Do you mean DISTRO_FEATURES ? I'm checking how we get debug pkgs and if the kernel listens to that flag... Mar 12 13:00:04 Anything really... Mar 12 13:00:20 or do I need to bbappend the kernel recipy and add debug manually? Mar 12 13:01:22 Seems that distro_type is then spesific to our recipies... my bad. Mar 12 13:06:51 SELECTED_OPTIMIZATION = "${DEBUG_OPTIMIZATION}" Mar 12 13:06:52 +DEBUG_BUILD = "1" Mar 12 13:06:59 +EXTRA_IMAGE_FEATURES += "dbg-pkgs" Mar 12 13:07:32 pompomJuice: set all of those in your local.conf and you should get a debug system and hopefully a debug kernel. Mar 12 13:07:49 oh my thanks. Mar 12 13:07:55 will do! Mar 12 13:08:25 http://www.yoctoproject.org/docs/1.7/ref-manual/ref-manual.html#var-SELECTED_OPTIMIZATION Mar 12 13:09:52 pompomJuice: you shouldl rtfm to understand how to set DEBUG_OPTIMIZATION -- I'm looking at that locally for a bit as well but I should get on to other things.. Mar 12 13:10:12 I will figure it out. Mar 12 13:10:21 I just needed a breadcrumb Mar 12 13:33:28 pompomJuice: DISTRO_TYPE is an angstrom distro thing. See: meta-oe.git $ grep -r DISTRO_TYPE * --> meta-oe/recipes-graphics/lxdm/lxdm_git.bb:# combine oe-core way with angstrom DISTRO_TYPE Mar 12 13:34:04 Ok that is good to know Mar 12 13:34:38 my goal is to get the dev_dbg() messages in kernel code to show me messages Mar 12 13:35:31 pompomJuice: yep, let me know if you get there. I expect you'll have to set DEBUG_OPTIMIZATION somewhere to ahve -DDEBUG or whatever flags the kernel is looking for. Mar 12 13:35:54 Thats the one Mar 12 13:36:37 The kernel recipies seem to do a "include kernel". I take it that means oe-core builds the kernel according to standard oe ways Mar 12 13:36:53 kernel.class should have more info Mar 12 13:37:47 I have a freescale i2c driver that seems to be misbehaving... I need to get to those dev_dbg messages... lets hope it works Mar 12 13:38:17 hello Mar 12 13:39:00 is it possible to check that a kernel config is enabled in a basic recipes? Mar 12 13:40:19 aragua no Mar 12 13:40:29 oh ok Mar 12 13:40:35 aragua but you porably could write a fragment Mar 12 13:40:41 and inherit it Mar 12 13:41:04 see the yocto manual about kernel config fragment Mar 12 13:41:16 ok thanks Mar 12 14:58:48 hi Mar 12 15:00:09 i have two machine, pcm-imx6dual and pcm-imx6quad, there is a way in a recipe to define something like SRC_URI_pcm* += ...? Mar 12 15:04:06 captainigloo, Maybe you can do OVERRIDES += "pcm" in both machine.conf and then use SRC_URI_pcm += ... Mar 12 15:06:01 aragua: hum interresting Mar 12 15:07:42 i am not sure that it is a nice solution Mar 12 15:08:13 you are talking about this behaviour : http://www.yoctoproject.org/docs/1.7.1/bitbake-user-manual/bitbake-user-manual.html#conditional-syntax-overrides ? Mar 12 15:12:22 yes Mar 12 15:13:47 captainigloo, maybe you must add semicolon in overrides Mar 12 15:14:25 colon not semicolon Mar 12 17:08:16 hmm... is https not enabled by default for the git fetcher in yocto 1.7? Mar 12 17:10:21 https://pastebin.mozilla.org/8825515 Mar 12 17:10:23 which curl does it mean? Mar 12 17:10:26 the host one? Mar 12 17:10:30 I thought it builds the requirements itself? Mar 12 17:10:43 although I can't imagine that stock centos curl won't do https Mar 12 17:16:27 hmm, should work though... PACKAGECONFIG_class-native = "ipv6 ssl zlib" Mar 12 17:16:31 says curl recipe Mar 12 17:19:15 oh, I'm obviously using an older toolchain /opt/poky/1.5.1/sysroots/i686-pokysdk-linux Mar 12 17:31:13 yeah, the 1.7.1 buildtools toolchain works :> Mar 12 21:24:21 Is there anyway to configure EFI to autoboot grub instead of running bootx64 on EFI shell ? **** ENDING LOGGING AT Fri Mar 13 02:59:59 2015