*** staylor <staylor!~staylor@mail.au-zone.com> has quit IRC | 00:02 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 00:04 | |
*** nitink1 <nitink1!~nitink@134.134.137.71> has joined #yocto | 00:07 | |
*** nitink <nitink!nitink@nat/intel/x-ooxlvlmkvvltwwrl> has quit IRC | 00:07 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 00:10 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 00:12 | |
*** jwhitmore <jwhitmore!~jwhitmore@109.79.187.111> has joined #yocto | 00:18 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 00:20 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 00:30 | |
*** demonimin <demonimin!~demonimin@pro75-5-88-162-203-35.fbx.proxad.net> has joined #yocto | 00:31 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 00:31 | |
*** zibri <zibri!zibri@rfc1459.se> has quit IRC | 00:36 | |
*** zibri <zibri!zibri@rfc1459.se> has joined #yocto | 00:36 | |
*** adelcast <adelcast!~adelcast@130.164.62.193> has quit IRC | 00:45 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:49 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-yljaudsmlxjhzcca> has quit IRC | 00:49 | |
*** awafaa_ <awafaa_!sid716@gateway/web/irccloud.com/x-orwzoaxqkewtgloz> has joined #yocto | 00:50 | |
*** zenlinux <zenlinux!zenlinux@2600:3c00::f03c:91ff:fedb:c91> has quit IRC | 00:53 | |
*** W1N9Zr1 <W1N9Zr1!~w1n9zr0@2605:6400:2:fed5:22:0:759f:78cb> has quit IRC | 00:54 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 00:54 | |
*** W1N9Zr0 <W1N9Zr0!~w1n9zr0@2605:6400:2:fed5:22:0:759f:78cb> has joined #yocto | 00:54 | |
*** zenlinux <zenlinux!zenlinux@2600:3c00::f03c:91ff:fedb:c91> has joined #yocto | 00:55 | |
*** sjolley <sjolley!sjolley@nat/intel/x-emzmstoiqcbsxvdg> has joined #yocto | 00:56 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 01:02 | |
*** b1gtuna <b1gtuna!~adam@206.116.3.18> has quit IRC | 01:05 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 01:06 | |
*** SnookEE <SnookEE!~msnook@cpe-72-225-55-197.rochester.res.rr.com> has joined #yocto | 01:24 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 01:25 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bdfpacdjafndpded> has quit IRC | 01:37 | |
*** sroy <sroy!~sroy@96.127.230.203> has quit IRC | 01:43 | |
*** jwhitmore <jwhitmore!~jwhitmore@109.79.187.111> has quit IRC | 01:47 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 01:54 | |
nerdboy | okay, what's up with autoconf-native? | 01:57 |
---|---|---|
nerdboy | trying to copy a non-existent directory all of a sudden... | 01:58 |
*** b1gtuna <b1gtuna!~adam@108.180.65.28> has joined #yocto | 01:58 | |
*** Fumon <Fumon!sid14918@gateway/web/irccloud.com/x-szsooscoxmoptvey> has joined #yocto | 02:01 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 02:01 | |
SnookEE | nerdboy: need more detail than that... | 02:01 |
Fumon | Hi there. I'm a potential intern from the opw program. Is there anyone who could help me get a better grasp on the yocto project? | 02:02 |
Fumon | I have embedded experience with openWRT and I was wondering how the development process compares. | 02:05 |
SnookEE | Not sure about openWRT, what exactly are you trying to do? | 02:08 |
Fumon | Oh! Well the OPW is the Outreach Program for Women put on by the GNOME organization. They're sponsoring an internship to get more women into the FOSS community and the Yocto project just joined yesterday. | 02:09 |
Fumon | The yocto application was the least well described of the organizations who joined and I'm wondering if I should put it in my application. | 02:10 |
nerdboy | SnookEE: i just noticed that my pull on master this morning had a conflict | 02:10 |
Fumon | Well, the internship responsibilities and projects. | 02:10 |
nerdboy | so maybe it's fixed already | 02:11 |
SnookEE | nerboy: Yeah makes sense... | 02:11 |
nerdboy | autoreconf failed on libxfce4ui with a ".../aclocal-copy: No such file or directory" | 02:12 |
SnookEE | Fumon: Yocto is essentially a method of building en entire embedded linux enviroment | 02:12 |
*** nitink1 <nitink1!~nitink@134.134.137.71> has quit IRC | 02:12 | |
SnookEE | it has this notion of "layers" which are collections of "recipes" | 02:12 |
SnookEE | and the recipes can do things like build a particular library or application | 02:12 |
SnookEE | like php is a recipe in the meta-openembedded layer | 02:12 |
nerdboy | seen a few autotools fails in my day, but that one is new... | 02:13 |
SnookEE | so if i want to bring up a new embedded linux system, i'll reuse or write recipes for the kernel, the boot mechanism, and the utilities and libraries i need | 02:13 |
SnookEE | and it makes a nice way of getting that all packaged up and into one coherent deliverable | 02:13 |
nerdboy | so what's the process for getting a layer into the layer index? | 02:13 |
SnookEE | its a wonder autotools ever works | 02:14 |
nerdboy | hay, it's actually less annoying than the alternives | 02:14 |
* nerdboy talks from 11 years of maintaining gentoo packages | 02:14 | |
SnookEE | Yeah its one of those "just use it and be quiet" things | 02:15 |
SnookEE | i'm not sure what you have to do to get a layer into the inde | 02:15 |
Fumon | Oh, okay. It sounds a lot more organized when it comes to platform support. | 02:15 |
nerdboy | i really don't like cmake/scons/crap much at all... | 02:15 |
*** nitink <nitink!~nitink@134.134.139.72> has joined #yocto | 02:15 | |
SnookEE | but there are so many right now, are you sure your stuff needs to be its own layer? | 02:15 |
nerdboy | lots of new/modified recipes | 02:15 |
nerdboy | seems to fill a niche that was mostly empty | 02:16 |
nerdboy | since i don't like the sato desktop thing much either | 02:16 |
nerdboy | i haven't looked through all the third-party layers in detail, but the core stuff didn't have anything between sato and bloat | 02:17 |
SnookEE | I just spent three days rewriting someones make system | 02:17 |
SnookEE | ah i see what you are saying | 02:17 |
nerdboy | as a nice light desktop image | 02:18 |
SnookEE | it seems like that layers page has alot of random stuff on it | 02:18 |
SnookEE | meta-chicken | 02:18 |
SnookEE | lol | 02:19 |
SnookEE | so | 02:19 |
SnookEE | http://layers.openembedded.org/layerindex/submit/ | 02:19 |
SnookEE | theres a nice big SUBMIT button on that page | 02:19 |
Fumon | Oh wow, wish I had found the layers listing a year ago when I was doing this stuff for work :P | 02:21 |
*** calypso <calypso!424b3c7f@gateway/web/freenode/ip.66.75.60.127> has joined #yocto | 02:21 | |
calypso | has anyone experience problems launching hob? I'm running ubuntu-srv 12.10 I have python3.3 libgtk2.0-dev and python-gobject installed (thought these were the dependencies) getting error : FATAL: Gtk+, PyGtk and PyGobject are required to use Hob (No module named gtk). | 02:25 |
*** fusman <fusman!~fahad@110.93.212.98> has joined #yocto | 03:04 | |
*** jwhitmore <jwhitmore!~jwhitmore@109.79.187.111> has joined #yocto | 03:22 | |
*** drfu_ <drfu_!~drfu_@c-98-250-58-203.hsd1.mi.comcast.net> has joined #yocto | 03:23 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:27 | |
*** drfu_ <drfu_!~drfu_@c-98-250-58-203.hsd1.mi.comcast.net> has quit IRC | 03:27 | |
*** SnookEE <SnookEE!~msnook@cpe-72-225-55-197.rochester.res.rr.com> has quit IRC | 03:30 | |
*** fusman <fusman!~fahad@110.93.212.98> has quit IRC | 03:42 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 03:42 | |
*** fusman <fusman!~fahad@110.93.212.98> has joined #yocto | 03:45 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 03:45 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 03:47 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:51 | |
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has quit IRC | 03:53 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 04:08 | |
*** b1gtuna <b1gtuna!~adam@108.180.65.28> has quit IRC | 04:10 | |
*** jwhitmore <jwhitmore!~jwhitmore@109.79.187.111> has quit IRC | 04:14 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 04:27 | |
*** jkridner <jkridner!~jkridner@69.38.214.164> has joined #yocto | 04:30 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 04:30 | |
*** jkridner|work <jkridner|work!~jkridner@12.176.89.5> has joined #yocto | 04:35 | |
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto | 04:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 04:36 | |
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 04:54 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 05:09 | |
*** jkridner|work is now known as jkridner | 05:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 05:19 | |
*** dv__ <dv__!~quassel@chello080108088242.14.11.vie.surfer.at> has joined #yocto | 05:23 | |
*** dv_ <dv_!~quassel@chello080108088242.14.11.vie.surfer.at> has quit IRC | 05:24 | |
*** michael_e_brown <michael_e_brown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 05:40 | |
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto | 05:40 | |
*** sgw_ <sgw_!~sgw@173-164-78-145-Oregon.hfc.comcastbusiness.net> has joined #yocto | 06:02 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 06:43 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC | 06:45 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 06:49 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto | 06:53 | |
-YoctoAutoBuilder- build #87 of minnow is complete: Failure [failed BuildImages Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/minnow/builds/87 | 06:58 | |
*** ramose <ramose!3df7fee2@gateway/web/freenode/ip.61.247.254.226> has joined #yocto | 06:58 | |
ramose | how to i provide library option -lrt while doing bitbake | 06:59 |
ramose | I am trying to do bitbake helloworld -fC compile -lrt | 07:00 |
ramose | but getting helloworld.c:(.text+0x1c): undefined reference to `shm_open' | 07:00 |
*** kbart <kbart!~KBart@213.197.143.19> has joined #yocto | 07:00 | |
-YoctoAutoBuilder- build #90 of nightly-x86 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86/builds/90 | 07:01 | |
-YoctoAutoBuilder- build #88 of nightly-ppc-lsb is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc-lsb/builds/88 | 07:02 | |
*** rainerschuster <rainerschuster!~Adium@pD9519291.dip0.t-ipconnect.de> has joined #yocto | 07:02 | |
-YoctoAutoBuilder- build #96 of nightly-arm-lsb is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm-lsb/builds/96 | 07:02 | |
-YoctoAutoBuilder- build #92 of nightly-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64/builds/92 | 07:02 | |
-YoctoAutoBuilder- build #90 of eclipse-plugin-juno is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/eclipse-plugin-juno/builds/90 | 07:02 | |
-YoctoAutoBuilder- build #88 of nightly-mips-lsb is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips-lsb/builds/88 | 07:02 | |
-YoctoAutoBuilder- build #83 of eclipse-plugin-kepler is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/eclipse-plugin-kepler/builds/83 | 07:02 | |
-YoctoAutoBuilder- build #88 of nightly-non-gpl3 is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-non-gpl3/builds/88 | 07:02 | |
-YoctoAutoBuilder- build #87 of nightly-qa-skeleton is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-skeleton/builds/87 | 07:02 | |
-YoctoAutoBuilder- build #85 of nightly-qa-extras is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/85 | 07:02 | |
-YoctoAutoBuilder- build #108 of buildtools is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/buildtools/builds/108 | 07:02 | |
-YoctoAutoBuilder- build #85 of nightly-oecore is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/85 | 07:02 | |
-YoctoAutoBuilder- build #88 of poky-tiny is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/poky-tiny/builds/88 | 07:02 | |
-YoctoAutoBuilder- build #87 of nightly-intel-gpl is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-intel-gpl/builds/87 | 07:02 | |
-YoctoAutoBuilder- build #69 of build-appliance is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org:8011/builders/build-appliance/builds/69 | 07:02 | |
-YoctoAutoBuilder- build #90 of nightly-arm is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images CreateAutoConf_3 Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm/builds/90 | 07:02 | |
*** rainerschuster <rainerschuster!~Adium@pD9519291.dip0.t-ipconnect.de> has left #yocto | 07:02 | |
*** Crofton <Crofton!~balister@HSI-KBW-109-193-015-210.hsi7.kabel-badenwuerttemberg.de> has quit IRC | 07:06 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 07:09 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nlgeidwavdrfurxd> has joined #yocto | 07:10 | |
*** Guest10474 is now known as roberty | 07:13 | |
*** roberty is now known as robertyang | 07:13 | |
*** agust <agust!~agust@pD9E2FA7C.dip0.t-ipconnect.de> has joined #yocto | 07:21 | |
*** sameo <sameo!~samuel@192.55.54.42> has quit IRC | 07:29 | |
*** SorenHolm <SorenHolm!~quassel@cpe.ge-0-2-0-950.faaqnqu1.dk.customer.tdc.net> has joined #yocto | 07:39 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:39 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 07:45 | |
*** rainerschuster1 <rainerschuster1!~Adium@pD951AB1A.dip0.t-ipconnect.de> has joined #yocto | 07:47 | |
*** rainerschuster1 <rainerschuster1!~Adium@pD951AB1A.dip0.t-ipconnect.de> has left #yocto | 07:48 | |
*** hasselmm <hasselmm!~mathias@ip-80-226-24-8.vodafone-net.de> has joined #yocto | 07:53 | |
*** Jay7 <Jay7!jay@176.15.227.61> has quit IRC | 07:55 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:55 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has joined #yocto | 07:57 | |
*** hasselmm <hasselmm!~mathias@ip-80-226-24-8.vodafone-net.de> has quit IRC | 08:00 | |
*** jbrianceau_away is now known as jbrianceau | 08:03 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 08:08 | |
*** Saur <Saur!pkj@nat/axis/x-nzjmobeqoiuoosbd> has quit IRC | 08:16 | |
*** Saur <Saur!pkj@nat/axis/x-wpiponabbrujeemy> has joined #yocto | 08:17 | |
*** cristianiorga <cristianiorga!~cristiani@134.134.137.75> has quit IRC | 08:22 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has joined #yocto | 08:23 | |
*** OlivierG <OlivierG!oguiter@nat/intel/x-wwhnryjnnfyppjlh> has left #yocto | 08:23 | |
*** kalyank <kalyank!~kalyan@host-109-204-131-253.tp-fne.tampereenpuhelin.net> has quit IRC | 08:28 | |
*** mckoan|away is now known as mckoan | 08:42 | |
mckoan | good morning | 08:42 |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 08:43 | |
*** florian_kc <florian_kc!~fuchs@port-217-146-132-69.static.qsc.de> has joined #yocto | 08:46 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:46 | |
*** florian_kc is now known as florian | 08:46 | |
*** cristianiorga <cristianiorga!cristianio@nat/intel/x-ndigjvhhephoqbvy> has joined #yocto | 08:59 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 08:59 | |
*** hasselmm <hasselmm!~mathias@188.111.54.34> has joined #yocto | 08:59 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 08:59 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 09:08 | |
*** jkridner <jkridner!~jkridner@12.176.89.5> has joined #yocto | 09:08 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 09:08 | |
ramose | \ | 09:11 |
*** ramose <ramose!3df7fee2@gateway/web/freenode/ip.61.247.254.226> has quit IRC | 09:11 | |
*** rbuchmann_ <rbuchmann_!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 09:12 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 09:12 | |
*** kalyank <kalyank!~kalyan@host-109-204-131-253.tp-fne.tampereenpuhelin.net> has joined #yocto | 09:16 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 09:17 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 09:17 | |
*** zeeblex <zeeblex!~apalalax@134.134.137.75> has joined #yocto | 09:28 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 09:29 | |
*** Jin|away is now known as Jin^eLD | 09:29 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 09:30 | |
*** g1zer0 <g1zer0!~gizero@host168-65-static.12-87-b.business.telecomitalia.it> has joined #yocto | 09:31 | |
*** rbuchmann_ <rbuchmann_!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 09:33 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC | 09:33 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 09:34 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 09:34 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:34 | |
*** rbuchmann_ <rbuchmann_!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 09:34 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 09:34 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 09:59 | |
*** beaver_545 <beaver_545!~stuart@148.197.40.154> has joined #yocto | 10:01 | |
-YoctoAutoBuilder- build #88 of nightly-x86-64-lsb is complete: Failure [failed BuildImages BuildImages_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64-lsb/builds/88 | 10:11 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 10:27 | |
*** rbuchmann_ <rbuchmann_!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 10:30 | |
*** rbuchmann_ <rbuchmann_!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has joined #yocto | 10:31 | |
*** rbuchmann__ <rbuchmann__!~rbuchmann@LVelizy-156-45-51-93.w80-11.abo.wanadoo.fr> has quit IRC | 10:31 | |
*** kalyank <kalyank!~kalyan@host-109-204-131-253.tp-fne.tampereenpuhelin.net> has quit IRC | 10:37 | |
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto | 10:41 | |
*** gjohnson <gjohnson!~gjohnson@nwtn-static-agleaders0-0003.flex.iowatelecom.net> has quit IRC | 10:42 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 10:43 | |
*** mulhern <mulhern!~mulhern@50.189.153.218> has joined #yocto | 10:43 | |
*** gjohnson <gjohnson!~gjohnson@nwtn-static-agleaders0-0003.flex.iowatelecom.net> has joined #yocto | 10:44 | |
*** beaver_545 <beaver_545!~stuart@148.197.40.154> has quit IRC | 10:44 | |
*** mulhern <mulhern!~mulhern@50.189.153.218> has quit IRC | 10:44 | |
-YoctoAutoBuilder- build #90 of nightly-mips is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/90 | 10:45 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 10:58 | |
-YoctoAutoBuilder- build #87 of nightly-fsl-ppc is complete: Failure [failed Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc/builds/87 | 11:12 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has quit IRC | 11:30 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 11:39 | |
*** sgw_ <sgw_!~sgw@173-164-78-145-Oregon.hfc.comcastbusiness.net> has quit IRC | 11:49 | |
*** Zaif <Zaif!~zaif@pc-sig01.acc.uni-paderborn.de> has quit IRC | 11:59 | |
-YoctoAutoBuilder- build #90 of nightly-multilib is complete: Failure [failed BuildImages_4] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-multilib/builds/90 | 12:03 | |
*** rainerschuster <rainerschuster!~Adium@pD951AB1A.dip0.t-ipconnect.de> has joined #yocto | 12:05 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 12:08 | |
lpapp | hi, is the yocto core image supposed to have the correct date on the board even if it is flashed much later than when it was created? | 12:08 |
-YoctoAutoBuilder- build #91 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests Building Toolchain Images_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc/builds/91 | 12:14 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 12:17 | |
*** daiane1 <daiane1!~Thunderbi@gate-tx3.freescale.com> has joined #yocto | 12:18 | |
lpapp | it seems that the date gets stuck whenever the image was created. | 12:19 |
lpapp | so the logs on my system can be misleading... | 12:19 |
lpapp | is there a way to fix it? | 12:19 |
*** daiane1 <daiane1!~Thunderbi@gate-tx3.freescale.com> has quit IRC | 12:19 | |
lpapp | (without running ntp) | 12:20 |
rburton | lpapp: if the time is being reset to the time in the stamp then your rtc is wrong | 12:20 |
rburton | because its using the timestamp as a lower-bound | 12:20 |
rburton | (as obviously the current time can't be before the image creation time) | 12:20 |
rburton | here is where i endorse connman, as you can get it to do ntp when it discovers a connection | 12:21 |
lpapp | our devices are not meant to be connected to the internet... | 12:21 |
lpapp | so there must be a better option than syncing up with the internet... | 12:22 |
lpapp | I will take a look at the real-time clock, thanks. | 12:22 |
lpapp | (that should work if the hardware works, right?) | 12:22 |
rburton | you'll need to set it once, obviously, but yes | 12:22 |
rburton | if the hardware works you should be fine | 12:22 |
lpapp | cannot Yocto be configure to do it automatically? | 12:23 |
lpapp | on first boot for instance? Or the init system underneath does not support it? | 12:23 |
lpapp | oh, but it would not know the real-time. | 12:24 |
rburton | yeah. you could set the rtc at assembly time and include a battery to keep the clock running. | 12:25 |
lpapp | I wonder how other vendors handle this question when using Yocto. I guess this is somehow built into the workflow. | 12:25 |
rburton | its orthogonal to yocto really - it's a general "how do i set the time on my product" thing | 12:25 |
*** adelcast <adelcast!~adelcast@130.164.62.193> has joined #yocto | 12:25 | |
rburton | if you're expected to have networking its trivial, if no networking but you also need an accurate clock them less easy | 12:26 |
LetoThe2nd | yeah. its just a question of deploying software + defaults on the devices in manufacturing | 12:26 |
LetoThe2nd | you could even set the rtc through direct i2c injection in some automated programming environment or such | 12:26 |
LetoThe2nd | (if its an i2c rtc of course) | 12:28 |
lpapp | rburton: I think the best will be to sync up the target with the flashing machine. | 12:28 |
rburton | lpapp: yeah, flash the image and program the clock at the same time | 12:28 |
otavio_ | ERROR: debugedit failed with exit code 256 (cmd was '/home/jenkins/workspace/fsl-community-bsp-master/build/tmp/sysroots/x86_64-linux/usr/lib/rpm/bin/debugedit' -b '/home/jenkins/workspace/fsl-community-bsp-master/build/tmp/work/imx23evk-poky-linux-gnueabi' -d '/usr/src/debug' -i -l '/home/jenkins/workspace/fsl-community-bsp-master/build/tmp/work/imx23evk-poky-linux-gnueabi/perf/1.0-r8/debugsources.list' '/home/jenkins/workspace/fsl-community-bsp-ma | 12:29 |
otavio_ | is ths known? | 12:29 |
*** otavio_ is now known as otavio | 12:29 | |
LetoThe2nd | .. will only get you somewhere if you can ensure constant buffering the rtc's power rails from the point of programming | 12:29 |
lpapp | rburton: yes, in the same manufacturing workflow, but it needs to be hidden for the manufacturing. | 12:29 |
lpapp | so once the image is flashed over u-boot, and it is booted, we need to get a tool doing this over ssh. | 12:30 |
LetoThe2nd | some people need their backup batteries disconnected until final installation or such. | 12:30 |
lpapp | rburton: the best would be to do it at u-boot time when the kernel is also flashed, but that is yeah... not a yocto question. | 12:31 |
lpapp | that way, I could avoid waiting for the system to launch... | 12:31 |
lpapp | but I am not sure if u-boot supports it. | 12:32 |
lpapp | ah, there is a date command in u-boot! | 12:33 |
-YoctoAutoBuilder- build #89 of nightly-x86-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-lsb/builds/89 | 12:34 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 12:35 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 12:36 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 12:43 | |
-YoctoAutoBuilder- build #92 of nightly-fsl-arm-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-arm-lsb/builds/92 | 12:45 | |
*** dany1 <dany1!~Thunderbi@sestofw01.enea.se> has quit IRC | 12:50 | |
*** tharvey <tharvey!~tharvey@68-189-91-139.static.snlo.ca.charter.com> has quit IRC | 12:52 | |
*** tharvey <tharvey!~tharvey@68-189-91-139.static.snlo.ca.charter.com> has joined #yocto | 12:54 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 12:57 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 13:02 | |
*** mawillia1 <mawillia1!~mikew@static-72-90-70-106.syrcny.fios.verizon.net> has joined #yocto | 13:02 | |
lpapp | rburton: I used date xxx and then hwclock -w, then I checked with hwclock -r that it returns what I set up... but after a reboot, I am still getting the fallback provided by Yocto. :/ | 13:03 |
*** mawillia <mawillia!~mikew@static-72-90-70-106.syrcny.fios.verizon.net> has quit IRC | 13:03 | |
lpapp | what am I doing wrong? | 13:03 |
rburton | honestly its been years since i looked at this bit of the boot. what does hwclock -r say after a reboot? | 13:04 |
lpapp | sorry, I used the linux kernel for it | 13:04 |
lpapp | so I skipped u-boot... | 13:04 |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 13:04 | |
lpapp | oh, it worked for the second time, second reboot, interesting. :-) | 13:06 |
lpapp | might well be a kernel bug or something. | 13:06 |
rburton | considering the amount of use that the hwclock gets (every power cycle for example) i'd be surprised if it just broke and nobody noticed | 13:07 |
lpapp | you would think that, yes. :) | 13:07 |
lpapp | let me reflash and see if I can reproduce it. | 13:09 |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto | 13:12 | |
*** av500 <av500!~av500@b2b-46-252-131-98.unitymedia.biz> has joined #yocto | 13:13 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has left #yocto | 13:15 | |
-YoctoAutoBuilder- build #88 of nightly-fsl-arm is complete: Failure [failed BuildImages Building Toolchain Images Building Toolchain Images_1 BuildImages_1 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-arm/builds/88 | 13:16 | |
*** sroy_ <sroy_!~sroy@207.96.182.162> has joined #yocto | 13:16 | |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has joined #yocto | 13:17 | |
*** rainerschuster <rainerschuster!~Adium@pD951AB1A.dip0.t-ipconnect.de> has left #yocto | 13:19 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 13:24 | |
*** mawillia1 <mawillia1!~mikew@static-72-90-70-106.syrcny.fios.verizon.net> has quit IRC | 13:27 | |
*** mawillia <mawillia!~mikew@static-72-90-70-106.syrcny.fios.verizon.net> has joined #yocto | 13:28 | |
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has joined #yocto | 13:29 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 13:31 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has joined #yocto | 13:33 | |
*** RP <RP!~richard@134.134.139.74> has joined #yocto | 13:34 | |
*** adelcast <adelcast!~adelcast@130.164.62.193> has quit IRC | 13:35 | |
*** SnookEE <SnookEE!~msnook@74.8.225.53> has joined #yocto | 13:35 | |
*** br1_21 <br1_21!~br1@64.199.19.6> has joined #yocto | 13:37 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-trjvzftdetlhzmzk> has joined #yocto | 13:41 | |
*** testando <testando!~Ignazio@64.199.19.6> has joined #yocto | 13:44 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has joined #yocto | 13:46 | |
*** michael_e_brown_ <michael_e_brown_!~michaeleb@143.166.116.80> has quit IRC | 13:53 | |
*** sjolley <sjolley!sjolley@nat/intel/x-emzmstoiqcbsxvdg> has quit IRC | 13:53 | |
-YoctoAutoBuilder- build #117 of nightly is complete: Failure [failed BuildImages_13 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly/builds/117 | 13:55 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 13:59 | |
lpapp | rburton: it is interesting that ntp is not in oe-core, but meta-networking. | 13:59 |
lpapp | I would have thought it is an essential feature for the majority. | 13:59 |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 14:04 | |
*** dv__ is now known as dv_ | 14:08 | |
*** daiane1 <daiane1!~Thunderbi@gate-tx3.freescale.com> has joined #yocto | 14:10 | |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 14:20 | |
sce | hello i would like to disable webkit module from qt4_x11_free, so i put -no-webkit in QT_WEBKIT var... So i can see that this flag is given to the configure args but webkit is still built. Indeed QT_CONFIG contains webkit | 14:22 |
sce | does someone succeeds to disable webkit build in QT4.8.5 in yocto ? | 14:22 |
*** daiane1 <daiane1!~Thunderbi@gate-tx3.freescale.com> has quit IRC | 14:24 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 14:26 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 14:26 | |
sce | it seems that qt is taking my local conf but i dont know why | 14:28 |
ionte | hi. i've created a custom image recipe now that inherits image.bbclass (not core-image.bbclass, until i fully understand what image.bbclass does). IMAGE_INSTALL is "packagegroup-core-boot". | 14:38 |
*** cristianiorga <cristianiorga!cristianio@nat/intel/x-ndigjvhhephoqbvy> has quit IRC | 14:39 | |
lpapp | sce: what is your local.conf? | 14:40 |
sce | lpapp, what do you mean ? | 14:40 |
lpapp | sce: share more information about your issue if you are still looking for help. :) | 14:40 |
lpapp | ionte: ok, do you have a question? | 14:40 |
ionte | this builds, but when i try to boot the image using "runqemu qemux86" it complains that: Couldn't find a qemux86 rootfs image in ... | 14:40 |
ionte | i can't see any obvious difference between my minimal image recipe and core-image-minimal for example | 14:41 |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 14:42 | |
sce | lpapp, here it is http://pastebin.com/V5TFgq1k :) | 14:42 |
*** adelcast <adelcast!~adelcast@130.164.62.193> has joined #yocto | 14:42 | |
*** cristianiorga <cristianiorga!~cristiani@134.134.137.75> has joined #yocto | 14:43 | |
sce | lpapp, it seems that the build takes some local information (/usr/share) to get the qt features | 14:44 |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 14:44 | |
ionte | any ideas what i'm doing wrong? what is the name of the image file used by runqemu and how do i generate it? | 14:44 |
ionte | MACHINE is qemux86 btw... | 14:44 |
*** SorenHolm <SorenHolm!~quassel@cpe.ge-0-2-0-950.faaqnqu1.dk.customer.tdc.net> has quit IRC | 14:45 | |
*** drfu_ <drfu_!40c71302@gateway/web/freenode/ip.64.199.19.2> has joined #yocto | 14:45 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has joined #yocto | 14:49 | |
*** kscherer__ <kscherer__!~kscherer@128.224.252.2> has joined #yocto | 14:50 | |
*** zeeblex1 <zeeblex1!apalalax@nat/intel/x-gkvwrkxghruqeupf> has joined #yocto | 14:51 | |
sce | lpapp, i'm having in /usr/share/qt4/mkspecs/modules/ a file named qt_webkit_version.pri | 14:52 |
sce | if i rename this file to another name webkit is not in my QT_CONFIG | 14:52 |
sce | so it seems that qt build in yocto is not independent from the system | 14:52 |
*** akbennett <akbennett!akbennett@linaro/akbennett> has quit IRC | 14:54 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 14:54 | |
*** lpapp|web <lpapp|web!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has joined #yocto | 14:55 | |
lpapp|web | http://cgit.openembedded.org/meta-openembedded/tree/meta-networking/recipes-support/ntp/ntp.inc#n77 | 14:55 |
lpapp|web | so why does ntp depend on tickadj which should not be used on Linux? | 14:55 |
*** elmi82 <elmi82!~timo@mail.bmw-carit.de> has quit IRC | 14:57 | |
ionte | got qemu working by specifying the full path to kernel and ext3 image files | 14:57 |
sce | why dont we use sysroot in qt build ? | 14:58 |
*** wmat <wmat!wmat@wallace.mixdown.ca> has left #yocto | 15:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 15:02 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 15:04 | |
*** drfu_ <drfu_!40c71302@gateway/web/freenode/ip.64.199.19.2> has quit IRC | 15:04 | |
*** zeeblex <zeeblex!~apalalax@134.134.137.75> has quit IRC | 15:05 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has quit IRC | 15:05 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 15:05 | |
*** kscherer_ <kscherer_!~kscherer@128.224.252.2> has quit IRC | 15:05 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 15:07 | |
*** kbart <kbart!~KBart@213.197.143.19> has quit IRC | 15:09 | |
*** akbennet- <akbennet-!akbennett@ec2-54-225-101-41.compute-1.amazonaws.com> has joined #yocto | 15:13 | |
*** drfu_ <drfu_!40c71302@gateway/web/freenode/ip.64.199.19.2> has joined #yocto | 15:15 | |
*** shaiton <shaiton!~shaiton@fedora/shaiton> has left #yocto | 15:16 | |
sce | it seems that if i remove the package qtwebkit-dev from my ubunut | 15:18 |
sce | webkit is correctly disabled | 15:18 |
sce | but i dont understand why qmake looks for my QT machine information | 15:18 |
rburton | it probably looks too hard for webkit and finds it on your host | 15:19 |
rburton | tell jama | 15:19 |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has quit IRC | 15:20 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 15:23 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 15:23 | |
*** sce <sce!~sce@94.103.137.126> has quit IRC | 15:25 | |
*** sce <sce!~sce@connected-labs-gw1.ter2.neodc.mpl.cust.as8218.eu> has joined #yocto | 15:25 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 15:27 | |
bluelightning | rburton: sce is building qt4 so it's not specifically Martin | 15:29 |
*** RP <RP!~richard@134.134.139.74> has quit IRC | 15:30 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has quit IRC | 15:31 | |
*** lpapp|web <lpapp|web!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has quit IRC | 15:31 | |
*** lpapp|web <lpapp|web!d42c13e4@kde/lpapp> has joined #yocto | 15:31 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 15:43 | |
kergoth | bluelightning: confirmed, fyi. ever since the change to how aclocal files are copied (based on dependencies), target m4 macros seem to more reliably be used in preference to native (which they should), but in a non-gplv3 build, gettext is 0.16 while gettext-naitve is 0.18, causing a 0.16 po.m4 to be used with our 0.18 po/Makefile.in.in files, causing at least some failed builds, including e2fsprogs. confirmed with just poky, current master | 15:44 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 15:45 | |
kergoth | hmm, maybe we can leave the target gettext macros out of the sysroot entirely, since anyone inheriting gettext gets both native and target built, autotools.bbclass could then just use the native ones | 15:45 |
kergoth | course that assumes there's no compatibility problems using build tools from one version and libgettext* from another :) | 15:45 |
*** davest <davest!Adium@nat/intel/x-gwwmanfeanlkvuzx> has joined #yocto | 15:46 | |
bluelightning | kergoth: ok... I wonder why we didn't see this | 15:46 |
bluelightning | kergoth: would you mind filing a bug for this issue? | 15:46 |
*** uRandomMM <uRandomMM!40c71302@gateway/web/freenode/ip.64.199.19.2> has joined #yocto | 15:47 | |
kergoth | yeah, will do | 15:48 |
*** sameo <sameo!~samuel@192.55.54.38> has joined #yocto | 15:49 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 15:50 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 15:50 | |
rburton | bluelightning: a | 15:51 |
rburton | bluelightning: ah, didn't notice qt4 | 15:51 |
sce | rburton, i remember there is something to do with qt.conf | 15:52 |
sce | which defines where qmake is looking for information | 15:53 |
*** akbennet- is now known as akbennett | 15:54 | |
*** akbennett <akbennett!akbennett@linaro/akbennett> has joined #yocto | 15:54 | |
*** Squix <Squix!~Squix__@p021.net112139202.tokai.or.jp> has quit IRC | 15:59 | |
*** g1zer0 <g1zer0!~gizero@host168-65-static.12-87-b.business.telecomitalia.it> has quit IRC | 16:01 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 16:02 | |
*** belen1 <belen1!~Adium@192.198.151.43> has quit IRC | 16:03 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has joined #yocto | 16:03 | |
-YoctoAutoBuilder- build #91 of eclipse-plugin-juno is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/eclipse-plugin-juno/builds/91 | 16:15 | |
*** Zaif <Zaif!~zaif@pc-sig01.acc.uni-paderborn.de> has joined #yocto | 16:16 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 16:26 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 16:30 | |
*** b1gtuna <b1gtuna!~adam@206.116.3.18> has joined #yocto | 16:35 | |
-YoctoAutoBuilder- build #109 of buildtools is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/buildtools/builds/109 | 16:36 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 16:41 | |
*** mr_science <mr_science!~sarnold@net-cf9a4e93.cst.impulse.net> has joined #yocto | 16:44 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:44 | |
*** SnookEE <SnookEE!~msnook@74.8.225.53> has quit IRC | 16:47 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has quit IRC | 16:53 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has joined #yocto | 16:54 | |
-YoctoAutoBuilder- build #89 of poky-tiny is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/poky-tiny/builds/89 | 16:57 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 16:59 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 16:59 | |
*** davest <davest!Adium@nat/intel/x-gwwmanfeanlkvuzx> has quit IRC | 16:59 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has quit IRC | 17:02 | |
*** hasselmm <hasselmm!~mathias@188.111.54.34> has quit IRC | 17:05 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:07 | |
*** jkridner <jkridner!~jkridner@69.38.214.170> has joined #yocto | 17:08 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:08 | |
*** convention <convention!~conventio@91.213.72.77> has joined #yocto | 17:08 | |
*** jkridner|work <jkridner|work!~jkridner@69.38.214.170> has joined #yocto | 17:15 | |
*** hasselmm <hasselmm!~mathias@ip-80-226-24-7.vodafone-net.de> has joined #yocto | 17:16 | |
-YoctoAutoBuilder- build #89 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-non-gpl3/builds/89 | 17:17 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 17:17 | |
*** mckoan is now known as mckoan|away | 17:18 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:18 | |
*** jkridner|work <jkridner|work!~jkridner@69.38.214.170> has quit IRC | 17:19 | |
*** hasselmm <hasselmm!~mathias@ip-80-226-24-7.vodafone-net.de> has quit IRC | 17:20 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 17:22 | |
-YoctoAutoBuilder- build #86 of nightly-oecore is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/86 | 17:24 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 17:25 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 17:27 | |
-YoctoAutoBuilder- build #84 of eclipse-plugin-kepler is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/eclipse-plugin-kepler/builds/84 | 17:27 | |
*** jkridner|work <jkridner|work!~jkridner@69.38.214.170> has joined #yocto | 17:27 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has joined #yocto | 17:28 | |
*** jkridner|work <jkridner|work!~jkridner@69.38.214.170> has quit IRC | 17:28 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 17:30 | |
*** SnookEE <SnookEE!~msnook@74.8.225.53> has joined #yocto | 17:31 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has joined #yocto | 17:34 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 17:35 | |
*** convention <convention!~conventio@91.213.72.77> has quit IRC | 17:42 | |
-YoctoAutoBuilder- build #86 of nightly-qa-extras is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-extras/builds/86 | 17:42 | |
*** b1gtuna_ <b1gtuna_!~adam@206.116.3.18> has joined #yocto | 17:45 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 17:49 | |
-YoctoAutoBuilder- build #88 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-skeleton/builds/88 | 17:51 | |
*** b1gtuna <b1gtuna!~adam@206.116.3.18> has quit IRC | 17:53 | |
*** jwhitmore <jwhitmore!~jwhitmore@host86-131-27-173.range86-131.btcentralplus.com> has joined #yocto | 17:53 | |
*** akbennett <akbennett!akbennett@linaro/akbennett> has quit IRC | 17:54 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 17:54 | |
*** lpapp|web <lpapp|web!d42c13e4@kde/lpapp> has quit IRC | 17:54 | |
*** balister_ <balister_!~balister@nat-eduroam-01.scc.kit.edu> has joined #yocto | 17:55 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has quit IRC | 17:55 | |
*** akbennet- <akbennet-!akbennett@ec2-54-225-101-41.compute-1.amazonaws.com> has joined #yocto | 17:57 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 17:57 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has quit IRC | 17:58 | |
*** dvhart <dvhart!dvhart@nat/intel/x-htztxmmzyiaidyyx> has joined #yocto | 17:58 | |
*** dvhart <dvhart!dvhart@nat/intel/x-htztxmmzyiaidyyx> has quit IRC | 18:00 | |
*** dvhart <dvhart!~dvhart@134.134.139.70> has joined #yocto | 18:00 | |
*** davest <davest!~Adium@134.134.137.75> has joined #yocto | 18:01 | |
*** davest <davest!~Adium@134.134.137.75> has quit IRC | 18:01 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 18:08 | |
*** ant_work <ant_work!~ant__@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 18:08 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 18:11 | |
*** jwhitmore <jwhitmore!~jwhitmore@host86-131-27-173.range86-131.btcentralplus.com> has quit IRC | 18:13 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 18:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:15 | |
*** jbrianceau is now known as jbrianceau_away | 18:26 | |
*** eballetbo <eballetbo!~eballetbo@43.Red-2-139-180.staticIP.rima-tde.net> has quit IRC | 18:26 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:29 | |
*** vchumakov <vchumakov!~vchumakov@92.63.104.63> has joined #yocto | 18:29 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 18:31 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 18:32 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has quit IRC | 18:32 | |
*** sgw_1 <sgw_1!~sgw@172.56.32.145> has joined #yocto | 18:32 | |
*** vchumakov <vchumakov!~vchumakov@92.63.104.63> has quit IRC | 18:34 | |
*** belen <belen!Adium@nat/intel/x-oyweplevltnlfxbi> has joined #yocto | 18:34 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 18:37 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:37 | |
-YoctoAutoBuilder- build #70 of build-appliance is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/build-appliance/builds/70 | 18:40 | |
-YoctoAutoBuilder- build #88 of minnow is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/minnow/builds/88 | 18:44 | |
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has quit IRC | 18:47 | |
*** mckoan|away <mckoan|away!~marco@host56-7-static.30-87-b.business.telecomitalia.it> has joined #yocto | 18:47 | |
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has joined #yocto | 18:53 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 19:04 | |
*** belen <belen!Adium@nat/intel/x-oyweplevltnlfxbi> has quit IRC | 19:04 | |
*** balister_ is now known as Crofton | 19:04 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 19:09 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:11 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 19:11 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:14 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 19:21 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 19:25 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 19:26 | |
*** zeeblex1 <zeeblex1!apalalax@nat/intel/x-gkvwrkxghruqeupf> has left #yocto | 19:26 | |
*** zeddii_home <zeddii_home!~zeddii_ho@CPE4494fc36228b-CMbcc810032faf.cpe.net.cable.rogers.com> has joined #yocto | 19:28 | |
*** hasselmm <hasselmm!~mathias@p57BD669E.dip0.t-ipconnect.de> has joined #yocto | 19:28 | |
*** Crofton <Crofton!~balister@nat-eduroam-01.scc.kit.edu> has quit IRC | 19:44 | |
*** jwhitmore <jwhitmore!~jwhitmore@86.131.27.173> has joined #yocto | 19:46 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 19:50 | |
*** davest <davest!~Adium@134.134.137.75> has joined #yocto | 19:55 | |
*** davest <davest!~Adium@134.134.137.75> has quit IRC | 19:59 | |
*** dvhart_ <dvhart_!~dvhart@134.134.139.74> has joined #yocto | 20:04 | |
*** dvhart <dvhart!~dvhart@134.134.139.70> has quit IRC | 20:04 | |
*** sroy_ <sroy_!~sroy@207.96.182.162> has quit IRC | 20:08 | |
*** belen <belen!~Adium@46-65-40-70.zone16.bethere.co.uk> has joined #yocto | 20:13 | |
*** dvhart_ <dvhart_!~dvhart@134.134.139.74> has quit IRC | 20:13 | |
*** belen <belen!~Adium@46-65-40-70.zone16.bethere.co.uk> has quit IRC | 20:14 | |
*** jwhitmore <jwhitmore!~jwhitmore@86.131.27.173> has quit IRC | 20:15 | |
*** gjohnson <gjohnson!~gjohnson@nwtn-static-agleaders0-0003.flex.iowatelecom.net> has quit IRC | 20:19 | |
-YoctoAutoBuilder- build #88 of nightly-fsl-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-ppc/builds/88 | 20:23 | |
*** Crofton <Crofton!~balister@HSI-KBW-109-193-015-210.hsi7.kabel-badenwuerttemberg.de> has joined #yocto | 20:24 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-nlgeidwavdrfurxd> has quit IRC | 20:27 | |
*** belen <belen!~Adium@46-65-40-70.zone16.bethere.co.uk> has joined #yocto | 20:37 | |
-YoctoAutoBuilder- build #108 of nightly-qa-systemd is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-qa-systemd/builds/108 | 20:45 | |
-YoctoAutoBuilder- build #90 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-lsb/builds/90 | 20:51 | |
*** uRandomMM <uRandomMM!40c71302@gateway/web/freenode/ip.64.199.19.2> has quit IRC | 20:59 | |
*** davest <davest!Adium@nat/intel/x-pvvzmqtcpndhmyzl> has joined #yocto | 21:02 | |
*** davest <davest!Adium@nat/intel/x-pvvzmqtcpndhmyzl> has quit IRC | 21:06 | |
*** davest <davest!~Adium@134.134.137.75> has joined #yocto | 21:07 | |
*** br1_21 <br1_21!~br1@64.199.19.6> has quit IRC | 21:08 | |
*** testando <testando!~Ignazio@64.199.19.6> has quit IRC | 21:08 | |
*** pidge <pidge!pidge@nat/intel/x-gstxfnblyzfmccxp> has joined #yocto | 21:14 | |
*** kalyank <kalyank!~kalyan@host-109-204-131-253.tp-fne.tampereenpuhelin.net> has joined #yocto | 21:16 | |
-YoctoAutoBuilder- build #91 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm/builds/91 | 21:22 | |
*** belen <belen!~Adium@46-65-40-70.zone16.bethere.co.uk> has quit IRC | 21:25 | |
*** drfu_ <drfu_!40c71302@gateway/web/freenode/ip.64.199.19.2> has quit IRC | 21:28 | |
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has quit IRC | 21:30 | |
*** oneQubit <oneQubit!~oneQubit@c-98-231-154-140.hsd1.md.comcast.net> has joined #yocto | 21:31 | |
*** SnookEE <SnookEE!~msnook@74.8.225.53> has quit IRC | 21:36 | |
-YoctoAutoBuilder- build #89 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x86-64-lsb/builds/89 | 21:57 | |
*** davest <davest!~Adium@134.134.137.75> has quit IRC | 22:01 | |
*** pidge <pidge!pidge@nat/intel/x-gstxfnblyzfmccxp> has quit IRC | 22:02 | |
*** Fumon <Fumon!sid14918@gateway/web/irccloud.com/x-szsooscoxmoptvey> has left #yocto | 22:03 | |
*** dvhart_ <dvhart_!dvhart@nat/intel/x-wkxrdtszujxgedik> has joined #yocto | 22:05 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-psgjlnypsvwcaprj> has joined #yocto | 22:05 | |
*** sgw_1 <sgw_1!~sgw@172.56.32.145> has quit IRC | 22:08 | |
*** jbrianceau_away is now known as jbrianceau_home | 22:18 | |
*** RP <RP!~richard@134.134.139.76> has joined #yocto | 22:27 | |
-YoctoAutoBuilder- build #91 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips/builds/91 | 22:27 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 22:37 | |
*** jjardon__ <jjardon__!sid723@gateway/web/irccloud.com/x-uplzoifdggokkbqo> has quit IRC | 22:40 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has joined #yocto | 22:50 | |
*** RP <RP!~richard@134.134.139.76> has quit IRC | 22:55 | |
*** dvhart_ <dvhart_!dvhart@nat/intel/x-wkxrdtszujxgedik> has quit IRC | 22:56 | |
*** ant_home <ant_home!~ant__@host110-249-dynamic.11-79-r.retail.telecomitalia.it> has joined #yocto | 22:57 | |
*** sgw_ <sgw_!~sgw@172.56.32.145> has quit IRC | 23:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** sameo <sameo!~samuel@192.55.54.38> has quit IRC | 23:02 | |
*** smartin_ <smartin_!~smartin@ivr94-4-82-229-165-48.fbx.proxad.net> has quit IRC | 23:04 | |
-YoctoAutoBuilder- build #89 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-mips-lsb/builds/89 | 23:11 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:5e51:4fff:febb:401d> has joined #yocto | 23:12 | |
*** bluelightning <bluelightning!~paul@2001:8b0:258:7d7a:5e51:4fff:febb:401d> has quit IRC | 23:12 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 23:12 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-trjvzftdetlhzmzk> has quit IRC | 23:14 | |
*** agust <agust!~agust@pD9E2FA7C.dip0.t-ipconnect.de> has quit IRC | 23:15 | |
*** jwhitmore <jwhitmore!~jwhitmore@host86-131-27-173.range86-131.btcentralplus.com> has joined #yocto | 23:17 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 23:22 | |
*** jbrianceau_home is now known as jbrianceau_away | 23:22 | |
*** sjolley <sjolley!~sjolley@134.134.139.70> has quit IRC | 23:22 | |
-YoctoAutoBuilder- build #89 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-ppc-lsb/builds/89 | 23:25 | |
*** mulhern <mulhern!~mulhern@50.189.153.218> has joined #yocto | 23:29 | |
*** jwhitmore <jwhitmore!~jwhitmore@host86-131-27-173.range86-131.btcentralplus.com> has quit IRC | 23:33 | |
*** Jefro1 <Jefro1!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 23:37 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has joined #yocto | 23:38 | |
-YoctoAutoBuilder- build #97 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-arm-lsb/builds/97 | 23:39 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 23:45 | |
*** Crofton <Crofton!~balister@HSI-KBW-109-193-015-210.hsi7.kabel-badenwuerttemberg.de> has quit IRC | 23:45 | |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has quit IRC | 23:45 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 23:45 | |
*** Crofton <Crofton!~balister@HSI-KBW-109-193-015-210.hsi7.kabel-badenwuerttemberg.de> has joined #yocto | 23:46 | |
*** jackmitchell <jackmitchell!~Thunderbi@cbnluk-gw0.cambridgebroadband.com> has joined #yocto | 23:47 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-psgjlnypsvwcaprj> has quit IRC | 23:49 | |
*** jbrianceau_home <jbrianceau_home!uid10952@gateway/web/irccloud.com/x-okspgfjlztsrcmdv> has joined #yocto | 23:50 | |
*** sjolley <sjolley!~sjolley@134.134.139.70> has joined #yocto | 23:56 | |
*** staylor <staylor!~staylor@S0106602ad0901f12.cg.shawcable.net> has joined #yocto | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!