Monday, 2016-07-11

*** sameo <sameo!~samuel@192.55.55.41> has quit IRC00:08
*** paulg <paulg!~paulg@209.226.41.163> has quit IRC00:52
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC01:22
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC01:23
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewxhesabfguidmwl> has joined #yocto01:39
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto02:01
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC02:02
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto02:16
*** catau <catau!49eebcb6@gateway/web/freenode/ip.73.238.188.182> has joined #yocto02:18
catauHi, I'm trying to build an Intel Galileo image using https://github.com/ostroproject/ostro-os but with two modifications: (1) kernel 4.1 and (2) linux-headers -- I made the following two changes to local.conf, neither of which seemed to take effect02:20
catauPREFERRED_VERSION_linux-ostro ?= "4.1%"    and      TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"02:21
catau(I also tried PREFERRED_VERSION_linux-yocto ?= "4.1%"  )02:21
kergoth?= is *not* what you want there02:23
kergoththat's set if it isn't set already02:23
kergothwhich explicitly does *not* set it when it's already set02:23
kergothuse =02:23
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC02:23
cataukergoth: oh, geez, what a simple fix, sorry!02:24
cataukergoth: thanks so much! I should have read the docs more patiently :)02:24
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto02:25
catauregarding the source, I looked in /usr/src/ and didn't spot anything there. /lib/modules didn't seem to have a link for 'build' either02:26
catauam I misunderstanding the kernel-devsrc command?02:27
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto02:28
catauskimming the docs, do I need to somehow edit my local.conf file to build an sdk image?02:33
catau(perhaps OSTRO_IMAGE_EXTRA_FEATURES = "dev-pkgs tools-sdk debug-tweaks" ?)02:34
*** paulg <paulg!~paul@198-84-239-75.cpe.teksavvy.com> has joined #yocto02:36
kergothTOOLCHAIN_TARGET_TASK is how you add packages to an sdk. if you're building a rootfs, not an sdk, that's the wrong variable02:38
kergothyou'd do better with CORE_IMAGE_EXTRA_INSTALL += "kernel-devsrc" or IMAGE_INSTALL_append = " kernel-devsrc" if the latter02:39
kergothwhich is in the docs02:39
cataukergoth: thanks again, I mistakenly assumed the sdk was a different flavor of the rootfs. Can I trouble you to clarify, to what you're referring to when you say the latter?02:42
kergothlook up 'former' and 'latter' in a dictionary02:42
kergothCORE_IMAGE_EXTRA_INSTALL or IMAGE_INSTALL_append are used to add packages to your rootfs, as is, again, documented in the yocto project docs, and examples are in the local.conf sample02:43
cataumy apologies, I'll refer to the docs02:43
*** paulg <paulg!~paul@198-84-239-75.cpe.teksavvy.com> has quit IRC02:53
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has quit IRC03:07
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto03:24
jynikAnyone do a core-image-minimalb build for the wandboard-quad lately? In the past that resulting .sdcard image booted out of the box, but now it appears U-Boot's looking for some sort of bootscript to presumably load the FDT and zImage.03:43
jynikJust trying to catch back up on what's changed. Doesn't look like the fsl-images class spits out any sort of u-boot.scr to plop on the boot FAT partition03:44
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewxhesabfguidmwl> has quit IRC03:47
jynikThis is on krogoth, FWIW. Should have a sanity check back on Jethro in the AM.03:50
*** bananadev_ <bananadev_!~onlyester@117.6.99.240> has joined #yocto03:55
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC03:57
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has joined #yocto04:00
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has quit IRC04:03
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has joined #yocto04:03
*** bananadev_ <bananadev_!~onlyester@117.6.99.240> has quit IRC04:04
*** catau <catau!49eebcb6@gateway/web/freenode/ip.73.238.188.182> has quit IRC04:23
*** _stephan <_stephan!~stephan@213.168.84.195> has joined #yocto04:25
*** obsrwr9 <obsrwr9!~obsrwr@188.24.243.226> has joined #yocto04:50
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC05:16
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC05:17
*** obsrwr9 <obsrwr9!~obsrwr@188.24.243.226> has quit IRC05:23
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto05:26
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto05:26
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto05:31
*** khem <khem!~khem@unaffiliated/khem> has quit IRC05:35
*** khem <khem!~khem@c-76-102-32-192.hsd1.ca.comcast.net> has joined #yocto05:39
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto05:39
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto05:47
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC05:48
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto05:49
*** Flow86 <Flow86!sbnc@www.siedler25.org> has joined #yocto05:49
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC05:52
Flow86Hey guys, I think Im missing something, but my header files of a non cmake/autotools-recipes seems not to be installed into staging dir, even thought theyre inside the generated -dev-package. https://gist.github.com/Flow86/150dfbd30f002c39ebdf619142af9a0005:55
kergothsysroot contents are only installed from specific paths05:56
kergothonly files in ${D}${includedir} get installed into ${includedir} in the sysroot, by default05:57
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC05:57
Flow86kergoth05:57
kergotheither install them where they belong, or append to the sysroot_stage_all() function to stage the non-standard path. see staging.bbclass for examples05:57
kergoth?05:57
Flow86ah okay05:57
Flow86well I tried to install them into ${includedir} but it seems theyre still not populated?05:58
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto05:59
Flow86kergoth: thank you, sysroot_stage_all was the missing hint!06:05
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto06:13
*** pohly <pohly!~pohly@host-091-097-084-236.ewe-ip-backbone.de> has joined #yocto06:23
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC06:26
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto06:27
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has joined #yocto06:33
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto06:36
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC06:38
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto06:39
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto06:48
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto06:55
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto07:00
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto07:00
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bshvokrcezioghgo> has joined #yocto07:00
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has quit IRC07:03
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto07:03
*** pohly <pohly!~pohly@host-091-097-084-236.ewe-ip-backbone.de> has quit IRC07:05
*** pohly <pohly!~pohly@dyndsl-178-142-075-196.ewe-ip-backbone.de> has joined #yocto07:07
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:e17d:db1a:c217:2af5> has joined #yocto07:10
*** townxelliot <townxelliot!~ell@176.253.150.70> has joined #yocto07:12
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto07:15
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC07:17
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto07:18
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto07:21
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC07:21
*** sujith_h <sujith_h!~toaster@139.181.35.34> has joined #yocto07:22
*** sujith_h <sujith_h!~toaster@139.181.35.34> has quit IRC07:24
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto07:24
*** josep <josep!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has quit IRC07:25
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto07:27
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC07:33
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC07:34
*** Biliogadafr <Biliogadafr!~pin@nat3-minsk-pool-46-53-183-225.telecom.by> has joined #yocto07:34
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto07:35
*** mckoan|away is now known as mckoan07:37
mckoangood morning07:37
*** jbrianceau_away is now known as jbrianceau07:38
*** pohly <pohly!~pohly@dyndsl-178-142-075-196.ewe-ip-backbone.de> has quit IRC07:42
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto07:44
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto07:46
*** jku <jku!jku@nat/intel/x-hysfvwshfrjveacp> has joined #yocto07:47
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has joined #yocto07:51
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC07:52
*** mwalle <mwalle!~mwalle@194.25.174.126> has joined #yocto07:53
*** edbart <edbart!ebartosh@nat/intel/x-bghulwipytlhxazz> has joined #yocto07:55
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto07:57
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC07:59
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto08:00
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has joined #yocto08:01
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has quit IRC08:01
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has joined #yocto08:01
*** belen <belen!Adium@nat/intel/x-bviwtfabezbhvwbt> has joined #yocto08:02
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC08:02
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto08:03
*** florin_ <florin_!~florin@5-13-189-227.residential.rdsnet.ro> has quit IRC08:10
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto08:10
*** florin_ <florin_!~florin@5-13-133-195.residential.rdsnet.ro> has joined #yocto08:11
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC08:14
boucman_workhey all08:29
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto08:30
*** edbart <edbart!ebartosh@nat/intel/x-bghulwipytlhxazz> has quit IRC08:34
boucman_workGeneral yocto question08:35
*** edbart <edbart!ebartosh@nat/intel/x-qlxxpoxtoxsuorqx> has joined #yocto08:36
boucman_workI have an image which contains  a server (video streaming, but that's irrelelvant for the server) and I would like to "edit" that server's configuration file so the image has a different version than the one in the generated package08:37
boucman_work(the package itself is reused in multiple images, so I can't .bbappend the config file)08:38
boucman_workwhat is the proper way to do this ?08:38
boucman_work08:38
boucman_workmy current idea was to reactivate "do_fetch" in the image recipe, add the config file to the SRC_URI of the image and overide in a postinstall_cmd08:39
boucman_workbut that would probably screw up package management08:39
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto08:39
mathieu_lahaving some kind of dummy package containing a script that would be called on postinst to replace/edit the config file?08:43
boucman_workone per image, and installing the proper one...08:43
mathieu_laThat's what I currently do to customize a package I send on multiple machines, it's far from perfect so if some better idea pops up I would happily try it too08:43
boucman_workdoesn't yocto protest if a file is part of multiple packages ?08:44
boucman_work(i.e do you actually override a file, or is there multiple packages providing the same file and only one installed)08:44
*** falstaff <falstaff!~quassel@223.42.150.83.ftth.as8758.net> has quit IRC08:44
mathieu_lain my case I just edit the values of my config file08:44
boucman_workright... post-install, not file installation08:45
boucman_workI misread that08:45
boucman_workthat will cause problems at package upgrade time, unless the files are also marked as CONFFILES in the main package, though, but that could work08:46
*** edbart <edbart!ebartosh@nat/intel/x-qlxxpoxtoxsuorqx> has quit IRC08:46
*** falstaff <falstaff!~quassel@223.42.150.83.ftth.as8758.net> has joined #yocto08:46
mathieu_layeah that's what I'm fearing too, so my workflow feels quite bad having to install this dummy package on each upgrade too08:46
*** sno <sno!~sno@62.157.143.22> has joined #yocto08:47
*** edbart <edbart!ebartosh@nat/intel/x-iyxelwxmjludsaqb> has joined #yocto08:47
boucman_workdid you mark the file as CONFFILE ? (i'm asking because I don't know how well that feature works...08:47
boucman_workif you did, it's supposed to not be overwritten at upgrade time08:48
mathieu_lano, I'll read a bit about this08:48
boucman_workok08:48
mathieu_lathat could be useful for me because this configuration shouldn't be updated08:49
boucman_workcool, happy I helped :P08:49
mathieu_layes thanks, that will save me some potential headscratches08:49
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto08:59
*** dv__ is now known as dv_09:08
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto09:08
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has joined #yocto09:29
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC09:30
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC09:40
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto09:42
*** boucman_work <boucman_work!~boucman@193.56.60.161> has joined #yocto09:46
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC09:49
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC10:02
*** maxin <maxin!~maxin@194.136.86.45> has joined #yocto10:22
*** m57n <m57n!c09d0b64@gateway/web/freenode/ip.192.157.11.100> has joined #yocto10:24
m57nhi guys10:25
*** slips <slips!~slips@62.167.164.82.customer.cdi.no> has quit IRC10:27
*** maxin <maxin!~maxin@194.136.86.45> has quit IRC10:27
*** slips <slips!~slips@62.167.164.82.customer.cdi.no> has joined #yocto10:33
*** boucman_work <boucman_work!~boucman@193.56.60.161> has quit IRC10:37
*** Crofton|work <Crofton|work!~balister@pool-71-171-10-138.ronkva.east.verizon.net> has joined #yocto10:40
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has joined #yocto10:47
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has quit IRC10:49
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has joined #yocto10:50
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto11:00
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:e17d:db1a:c217:2af5> has left #yocto11:00
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC11:02
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC11:14
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto11:27
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC11:28
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto11:30
*** learner <learner!d997f20f@gateway/web/freenode/ip.217.151.242.15> has joined #yocto11:33
learnerHi11:33
learnerIs there a way to restrict a recipe so that it only works on x64 machines?11:33
*** m57n <m57n!c09d0b64@gateway/web/freenode/ip.192.157.11.100> has quit IRC11:34
rburtonsee COMPATIBLE_HOST11:35
rburtonross@flashheart ~/Yocto/poky/meta (mut2)11:35
rburton$ git grep COMPATIBLE_HOST|wc -l11:35
rburton5111:35
rburtonplenty of examples :)11:35
learnerThanks!11:36
neverpanicIs there a way to get $BB_TASKDEPDATA of a different task in the same recipe?11:37
neverpanicI have a task that runs before do_configure, but I'd like to read do_configure's dependencies11:37
neverpanicOr maybe I should change my approach; is there a way to inject a task between "dependencies of do_configure are available" and do_configure itself?11:38
rburtondo_configure[prefuncs]11:38
rburtonor just do_configure_prepend, depending on what you're doing11:38
neverpanictrying to implement separate sysroots with hardlinks11:38
rburtonyou mean sysroot-per-build?11:39
neverpanicyes11:39
neverpanicwith only the declared dependencies available11:39
rburtonnot sure i'd be implementing that without deep hackery in the core classes11:39
neverpanicI guess a prefunc would be better than just do_configure_prepending this11:40
rburtonyou could prepend to prefuncs and hope that nothing else gets there before you11:40
rburtonnot impossible to rule out of course11:40
neverpanicYeah, that's exactly my concern; ideally there would be a separate task before do_configure so that that doesn't happen11:40
neverpanicBut then I don't have all the dependencies that do_configure has, which I need11:40
rburtonor, just implement it in the core classes11:40
rburtonso its how the sysroot works instead of bolted on afterwards11:41
neverpanicBasically I'd have to move every DEPENDS to add the dependency to do_prepare_sysroot rather than do_configure11:41
rburtonwhat about recipes that stop their do_configure running?11:42
neverpanicI'm trying to do that but still make it optional by having a "write changes to sysroot here" and "read from sysroot here" variable set, but both are the same by default11:42
neverpanicYeah, this needs to happen in a separate task. do_configure[noexec] = "1" is far too common11:42
neverpanicSo I'll just globally add a do_prepare_sysroot task and change DEPENDS to modify that, then make it empty for the non-isolated sysroot case11:43
neverpanicThanks for being my rubber duck :)11:43
rburton:)11:44
*** berton <berton!~fabio@177.100.227.79> has joined #yocto11:44
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has joined #yocto11:51
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto11:58
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC12:02
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC12:07
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto12:08
*** grma <grma!~gruberm@80.93.38.128> has quit IRC12:08
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto12:10
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC12:27
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto12:27
Flow86hey guys, I have another question: I use systemd inside my yocto image added 'less' since without it i.e systemctl status only printed the ansi color codes, and not interpreted them. now they're still wrongly shown. what am I doing wrong here, or does somebody know how to get rid of those color codes inside the pager function of systemd?12:29
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has joined #yocto12:29
mwallehi, i have a recipe which fetches the sources from git. i've used SRCREV="sha1" because that seems to be common sense to avoid checking the upstream git repository. so far so good. unfortunately, some (?) tags from the upstream repository are not fetched (and the underlying packet figures out its version by git tags)12:33
*** challinan_ <challinan_!~chris@2601:702:c100:8be0:5864:e23a:85ef:8f0f> has quit IRC12:36
*** _stephan <_stephan!~stephan@213.168.84.195> has quit IRC12:36
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC12:40
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto12:42
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC12:42
mathieu_laFlow86 : I use it with --no-pager and the colors do show up in my terminal, I tried and have the same issue within the pager12:46
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto12:46
*** ofir <ofir!~ofir@134.191.232.69> has joined #yocto12:48
ofirHi guys, I'm getting the following error: "error: Failed dependencies: /usr/src/kernels is needed by kernel-devel"12:48
ofirwhile trying to deploy a kernel-devel package on a Yocto machine. Any idea on how to tackle this problem?12:49
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has joined #yocto12:50
mathieu_laFlow86 : check $SYSTEMD_PAGER12:53
*** edbart <edbart!ebartosh@nat/intel/x-iyxelwxmjludsaqb> has quit IRC12:54
*** jku <jku!jku@nat/intel/x-hysfvwshfrjveacp> has quit IRC12:56
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC12:59
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto12:59
*** maciejjo <maciejjo!~maciejjo@fireball.maciejjo.pl> has quit IRC13:00
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC13:07
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto13:11
*** gtristan <gtristan!~tristanva@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto13:16
ofiranyone here?13:16
*** maciejjo <maciejjo!~maciejjo@fireball.maciejjo.pl> has joined #yocto13:17
Crofton|workyeah, jsut ask away13:20
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto13:23
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC13:28
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto13:30
ofirI'm looking for the grub config in Yocto13:31
*** belen <belen!Adium@nat/intel/x-bviwtfabezbhvwbt> has quit IRC13:31
ofirI installed a new kernel but it won't show up in the grub menu...13:31
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC13:37
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto13:38
*** toscalix <toscalix!~toscalix@61.215.197.74> has joined #yocto13:39
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto13:39
*** oan <oan!~oan@c83-254-9-28.bredband.comhem.se> has quit IRC13:40
*** oan <oan!~oan@c83-254-9-28.bredband.comhem.se> has joined #yocto13:42
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto13:44
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC13:45
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto13:48
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC13:53
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has joined #yocto13:53
Flow86mathieu_la: hmm SYSTEMD_PAGER is less, but it seems that that less has some problmes with those ansi colorcodes. --no-pager works fine13:58
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto14:02
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto14:03
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto14:05
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto14:06
*** toscalix <toscalix!~toscalix@61.215.197.74> has quit IRC14:09
*** toscalix <toscalix!~toscalix@61.215.197.74> has joined #yocto14:14
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC14:14
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC14:16
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC14:18
jonathanmawI seem to have put together some very messed-up packages. according to the dependency explorer, the packagegroup RDEPENDS on it (and also itself, but that also appears with packagegroups I didn't make), but the package doesn't appear in the list of packages on the left. I'm investigating it because building the packagegroup doesn't start building the package - though it does if I do `bitbake $PACKAGE`14:20
simonlI'm having some packaging problems relating to REPLACES. It seems opkg does not take it into account, and then complains about the conflicts. Although it installs the new version anyway.14:20
jonathanmawAfter a bit of snooping in bitbake's code, that comes from the depgraph's 'pn' list, rather than the 'rdepends-pn' list14:20
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto14:21
simonlI've simply put RREPLACES_pkg-a = "pkg-b (< version)" in the recipe and verified that the information shows up in the ipk14:22
* kergoth yawn14:22
neverpanicFlow86: Try less -R14:22
neverpanicUsing more instead also works14:23
simonlanyway, the end result I'm seeing is that pkg-b is uninstalled (since is is now unused with the updated packages no longer depending on it) but pkg-a is missing my moved files14:26
simonlforce reinstalling the package solves that, but I wonder what I may be doing wrong to cause this behavior? Any common gotchas?14:26
*** benjamirc <benjamirc!besquive@nat/intel/x-gatiuwxhxqpbyeaq> has joined #yocto14:28
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC14:29
simonlObviously I don't want to have to hack some force-reinstall stuff into my upgrade process :P14:31
*** lamego <lamego!~jose@134.134.139.76> has quit IRC14:31
*** billr <billr!~wcrandle@134.134.137.73> has joined #yocto14:32
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto14:32
*** maxin <maxin!~maxin@2001:998:22:0:2088:5631:f85b:3a59> has joined #yocto14:40
khemgm all14:41
khemso now all qemu machines in OE-core build world for musl14:42
khemhttps://gist.github.com/kraj/8d0799b348a488bdde8a110ca0536b9014:42
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto14:42
kergothkhem: nice, grats14:43
*** tjamison <tjamison!~tjamison@38.104.105.146> has joined #yocto14:55
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto14:56
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has quit IRC14:56
*** maelcum <maelcum!~horst@185.28.184.2> has joined #yocto14:58
jonathanmawI have a package that is refusing to build when I `bitbake $PACKAGEGROUP`. http://pastebin.com/vZZdJXHJ has the package and the packagegroup recipes. I'm doing something slightly perverse, which is why my packagegroup has DEPENDS.14:59
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto14:59
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC14:59
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has left #yocto15:00
maelcumhello. due to an upgrade situation with a bunch of changes, i need to mark some debian packages produced by yocto as "Conflicts:" and / or "Replaces:" wrt some other packages.15:00
jonathanmawI've tried commenting-out DEPENDS and PACKAGE_ARCH in the packagegroup, and the PROVIDES in the package already.15:01
maelcumhow can i do that in yocto? i seem to remember that there is some way to add arbitrary lines to debian control files... that would sort of do it. ideally there'd be explicit support for conflicts and replaces.15:01
kergothjust use RCONFLICTS+RREPLACES, which map to Conflicts and Replaces in the deb control file15:03
-YoctoAutoBuilder- build #499 of nightly-deb-non-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb-non-deb/builds/49915:10
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto15:12
simonlkergoth: you don't happen to know any gotchas relating to that?15:13
kergothafaik they're used as is in the binary package metadata, so the capabijlities depend on the package manager you're using15:14
simonlmaybe I need to look at opkg to understand how and why it works like it does then15:14
kergoththat would be best, if you're using opkg, yes15:16
*** cference <cference!~cference@192-171-39-10.cpe.pppoe.ca> has joined #yocto15:17
*** maxin <maxin!~maxin@2001:998:22:0:2088:5631:f85b:3a59> has left #yocto15:18
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC15:18
*** grma <grma!~gruberm@80.93.38.128> has quit IRC15:23
maelcumkergoth: nice, thanks!15:24
kergothnp15:25
*** aehs29 <aehs29!~aehernan@134.134.139.77> has quit IRC15:25
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto15:26
*** aehs29 <aehs29!~aehernan@134.134.137.73> has joined #yocto15:30
*** mckoan is now known as mckoan|away15:32
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has quit IRC15:32
maelcumRREPLACES and RCONFLICTS are *really* hard to google for some reason...15:33
maelcumi've found them in the manual now but only with search in page15:33
simark1maelcum: have you tried to put them in quotation marks in your search?15:34
-YoctoAutoBuilder- build #497 of nightly-rpm-non-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm-non-rpm/builds/49715:34
simark1So Google won't try to autocorrect you15:34
kergothhttps://www.google.com#safe=off&q="RREPLACES"+yocto15:35
kergothfirst 3 links are all appropriate15:35
kergothindeed, quote15:35
maelcumright, that works.15:36
maelcumi liked google better when it still supported + / - operators :)15:36
kergothheh, taht brings back memories of altavista, painstakingly constructing a useful query :)15:37
*** radzy <radzy!~radzy@unknown-216-192.windriver.com> has joined #yocto15:37
kergothfinding anything used to be an art form15:37
*** cference <cference!~cference@192-171-39-10.cpe.pppoe.ca> has quit IRC15:38
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC15:40
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC15:43
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC15:44
*** realBigFoot <realBigFoot!~realBigfo@192.55.54.45> has quit IRC15:44
*** bottazzini <bottazzini!~realBigfo@192.55.54.45> has joined #yocto15:45
*** paulg <paulg!~paul@192.190.0.143> has joined #yocto15:46
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC15:47
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto15:50
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto15:58
*** belen <belen!~Adium@134.134.137.71> has joined #yocto16:02
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC16:02
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto16:04
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC16:05
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC16:08
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC16:10
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto16:12
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC16:19
*** toscalix <toscalix!~toscalix@61.215.197.74> has quit IRC16:22
challinani used to use AltaVista ;)16:25
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto16:26
challinanhas anyone done any work with XIP with Yocto/ARM?16:26
*** obsrwr_ <obsrwr_!~obsrwr@188.24.243.226> has joined #yocto16:28
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ealnpwhdxvavqevs> has joined #yocto16:28
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto16:29
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC16:31
RPchallinan: I heard people talk about it periodically, then nothing again16:32
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC16:34
*** gtristan <gtristan!~tristanva@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC16:41
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has joined #yocto16:44
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC16:45
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC16:46
*** jbrianceau is now known as jbrianceau_away16:48
*** Tenhi <Tenhi!~tenhi@static.177.80.201.138.clients.your-server.de> has joined #yocto16:53
*** sno <sno!~sno@62.157.143.22> has quit IRC16:57
*** lamego <lamego!~jose@134.134.139.76> has quit IRC16:58
*** Tenhi <Tenhi!~tenhi@static.177.80.201.138.clients.your-server.de> has quit IRC16:58
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto16:58
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto16:58
-YoctoAutoBuilder- build #880 of nightly-x86-64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/88017:02
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC17:02
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto17:08
*** josep_ <josep_!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has joined #yocto17:15
*** josep_ is now known as josep17:16
-YoctoAutoBuilder- build #825 of nightly-ipk is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/82517:18
*** aehs29 <aehs29!~aehernan@134.134.137.73> has left #yocto17:19
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC17:25
-YoctoAutoBuilder- build #869 of nightly-x86-64-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/86917:33
*** paulg <paulg!~paul@192.190.0.143> has quit IRC17:34
khemchallinan: heh XIP good old days .. now its coming back for IoT I guess17:35
challinanyeah, seems a bit obsolete, right? LOL17:35
challinanvery hardware dependent, there are usually better ways to get fast boot ;)17:36
khemare you restricted on RAM ?17:39
challinankhem: this was more of a generic question posed by someone here.  the person asking was thinking more about fast boot than tiny systems.17:42
* zeddii remembers tossing XIP patches in the bin .. and being very happy17:43
*** townxelliot <townxelliot!~ell@176.253.150.70> has quit IRC17:43
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto17:47
-YoctoAutoBuilder- build #819 of nightly-rpm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/81917:52
*** paulg <paulg!~paul@72.1.195.9> has joined #yocto17:58
khemXIP is like credit card :) performance wise you pay later18:04
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto18:06
-YoctoAutoBuilder- build #805 of nightly-deb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/80518:11
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto18:15
khemI am seeing a new problem for some weeks now, its more prominent with clang based compiler what I see is that --sysroot option on cmdline does not replace STAGING_HOST dirs properly and what I see is --sysroot= /tmp-glibc/sysroots/qemux86-64 as you can see it has put a space for the ${STAGING_DIR}18:16
khemfor more see http://errors.yoctoproject.org/Errors/Details/70740/ e.g.18:16
khemanyone seen this ?18:17
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC18:18
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto18:19
kergothweird18:19
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto18:19
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has quit IRC18:20
khemkergoth: I see it happen on ubuntu 14.04 as well as on centos 718:20
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto18:20
khemand usually happens during world builds18:20
khemit could be related to clang playing with TOOLCHAIN_OPTIONS but then it should be deterministic18:21
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto18:22
* kergoth plays with pkgconf to see how it does instead of pkg-config18:23
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC18:24
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC18:24
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto18:27
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto18:39
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto18:43
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bshvokrcezioghgo> has quit IRC18:49
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto18:50
rburtonkhem: hm, i've seen that.18:52
rburtondig out the temp/run.do_whatever for the broken task and look at what the shell is.  iirc there was something broken there.18:53
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto19:28
*** eernst <eernst!c0373729@gateway/web/freenode/ip.192.55.55.41> has joined #yocto19:30
-YoctoAutoBuilder- build #850 of nightly-x86-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/85019:31
-YoctoAutoBuilder- build #862 of nightly-x86 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/86219:34
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has quit IRC19:35
khemrburton: I am using dash19:35
rburtonkhem: i mean the script, find the broken line and see what variable is messed up.  sure a colleague saw this recently.19:36
*** Biliogadafr <Biliogadafr!~pin@nat3-minsk-pool-46-53-183-225.telecom.by> has quit IRC19:44
*** belen <belen!~Adium@134.134.137.71> has quit IRC19:46
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has quit IRC19:50
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has joined #yocto19:53
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has quit IRC19:53
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:53
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto19:57
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC19:59
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto20:00
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has joined #yocto20:02
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC20:03
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto20:06
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto20:07
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC20:11
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has quit IRC20:11
*** tomz_ <tomz_!~tomz@134.134.139.77> has joined #yocto20:15
istariluckyhi there, is possible via local.conf define that symlinks in deploydir will be created with absolute path?20:24
-YoctoAutoBuilder- build #481 of nightly-arm64 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/48120:28
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto20:43
*** __karthik <__karthik!~karthik@192.91.75.30> has quit IRC20:49
*** __karthik <__karthik!~karthik@192.91.75.30> has joined #yocto20:50
-YoctoAutoBuilder- build #835 of nightly-ppc-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/83521:01
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC21:07
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC21:08
*** maelcum <maelcum!~horst@185.28.184.2> has quit IRC21:09
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC21:10
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto21:11
*** obsrwr_ <obsrwr_!~obsrwr@188.24.243.226> has quit IRC21:15
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC21:18
*** berton <berton!~fabio@177.100.227.79> has quit IRC21:21
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC21:34
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC21:35
-YoctoAutoBuilder- build #875 of nightly-arm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/87521:40
*** seezer <seezer!seezer@quassel/developer/seezer> has quit IRC21:43
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto21:46
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC22:01
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto22:01
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto22:01
*** ftonello_ <ftonello_!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto22:03
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC22:05
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC22:06
*** igor2 <igor2!~igor@vpn.aker.com.br> has joined #yocto22:07
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC22:10
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto22:10
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto22:11
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC22:12
*** ftonello_ <ftonello_!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC22:13
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto22:14
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC22:15
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC22:21
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC22:24
*** lamego <lamego!~jose@134.134.139.76> has quit IRC22:26
*** benjamirc <benjamirc!besquive@nat/intel/x-gatiuwxhxqpbyeaq> has quit IRC22:27
*** igor2 <igor2!~igor@vpn.aker.com.br> has quit IRC22:35
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC22:36
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto22:36
*** josep <josep!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has quit IRC22:38
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto22:43
*** eernst <eernst!c0373729@gateway/web/freenode/ip.192.55.55.41> has quit IRC22:44
-YoctoAutoBuilder- build #820 of nightly-arm-lsb is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/82022:52
*** nisha <nisha!~nisha@38.104.105.146> has quit IRC22:59
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC23:05
-YoctoAutoBuilder- build #935 of nightly is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/93523:17
*** paulg <paulg!~paul@72.1.195.9> has quit IRC23:24
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:27
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC23:28
*** tjamison <tjamison!~tjamison@38.104.105.146> has quit IRC23:28
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto23:29
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC23:31
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC23:39
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC23:42
-YoctoAutoBuilder- build #197 of nightly-no-x11 is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/19723:42
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC23:50
*** aehs29 <aehs29!~aehernan@134.134.139.76> has left #yocto23:57

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!