*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 00:08 | |
*** paulg <paulg!~paulg@209.226.41.163> has quit IRC | 00:52 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 01:22 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 01:23 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewxhesabfguidmwl> has joined #yocto | 01:39 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 02:01 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 02:02 | |
*** bananadev <bananadev!~onlyester@117.6.99.240> has joined #yocto | 02:16 | |
*** catau <catau!49eebcb6@gateway/web/freenode/ip.73.238.188.182> has joined #yocto | 02:18 | |
catau | Hi, 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 effect | 02:20 |
---|---|---|
catau | PREFERRED_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 there | 02:23 |
kergoth | that's set if it isn't set already | 02:23 |
kergoth | which explicitly does *not* set it when it's already set | 02:23 |
kergoth | use = | 02:23 |
*** bananadev <bananadev!~onlyester@117.6.99.240> has quit IRC | 02:23 | |
catau | kergoth: oh, geez, what a simple fix, sorry! | 02:24 |
catau | kergoth: thanks so much! I should have read the docs more patiently :) | 02:24 |
*** bananadev <bananadev!~onlyester@118.70.128.150> has joined #yocto | 02:25 | |
catau | regarding the source, I looked in /usr/src/ and didn't spot anything there. /lib/modules didn't seem to have a link for 'build' either | 02:26 |
catau | am I misunderstanding the kernel-devsrc command? | 02:27 |
*** wenzong <wenzong!~wfan@106.120.101.38> has joined #yocto | 02:28 | |
catau | skimming 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 #yocto | 02:36 | |
kergoth | TOOLCHAIN_TARGET_TASK is how you add packages to an sdk. if you're building a rootfs, not an sdk, that's the wrong variable | 02:38 |
kergoth | you'd do better with CORE_IMAGE_EXTRA_INSTALL += "kernel-devsrc" or IMAGE_INSTALL_append = " kernel-devsrc" if the latter | 02:39 |
kergoth | which is in the docs | 02:39 |
catau | kergoth: 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 |
kergoth | look up 'former' and 'latter' in a dictionary | 02:42 |
kergoth | CORE_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 sample | 02:43 |
catau | my apologies, I'll refer to the docs | 02:43 |
*** paulg <paulg!~paul@198-84-239-75.cpe.teksavvy.com> has quit IRC | 02:53 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has quit IRC | 03:07 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto | 03:24 | |
jynik | Anyone 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 |
jynik | Just 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 partition | 03:44 |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-ewxhesabfguidmwl> has quit IRC | 03:47 | |
jynik | This 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 #yocto | 03:55 | |
*** bananadev <bananadev!~onlyester@118.70.128.150> has quit IRC | 03:57 | |
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has joined #yocto | 04:00 | |
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has quit IRC | 04:03 | |
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has joined #yocto | 04:03 | |
*** bananadev_ <bananadev_!~onlyester@117.6.99.240> has quit IRC | 04:04 | |
*** catau <catau!49eebcb6@gateway/web/freenode/ip.73.238.188.182> has quit IRC | 04:23 | |
*** _stephan <_stephan!~stephan@213.168.84.195> has joined #yocto | 04:25 | |
*** obsrwr9 <obsrwr9!~obsrwr@188.24.243.226> has joined #yocto | 04:50 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC | 05:16 | |
*** wenzong <wenzong!~wfan@106.120.101.38> has quit IRC | 05:17 | |
*** obsrwr9 <obsrwr9!~obsrwr@188.24.243.226> has quit IRC | 05:23 | |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto | 05:26 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 05:26 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto | 05:31 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 05:35 | |
*** khem <khem!~khem@c-76-102-32-192.hsd1.ca.comcast.net> has joined #yocto | 05:39 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 05:39 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 05:47 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC | 05:48 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto | 05:49 | |
*** Flow86 <Flow86!sbnc@www.siedler25.org> has joined #yocto | 05:49 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC | 05:52 | |
Flow86 | Hey 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/150dfbd30f002c39ebdf619142af9a00 | 05:55 |
kergoth | sysroot contents are only installed from specific paths | 05:56 |
kergoth | only files in ${D}${includedir} get installed into ${includedir} in the sysroot, by default | 05:57 |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 05:57 | |
Flow86 | kergoth | 05:57 |
kergoth | either install them where they belong, or append to the sysroot_stage_all() function to stage the non-standard path. see staging.bbclass for examples | 05:57 |
kergoth | ? | 05:57 |
Flow86 | ah okay | 05:57 |
Flow86 | well I tried to install them into ${includedir} but it seems theyre still not populated? | 05:58 |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 05:59 | |
Flow86 | kergoth: thank you, sysroot_stage_all was the missing hint! | 06:05 |
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto | 06:13 | |
*** pohly <pohly!~pohly@host-091-097-084-236.ewe-ip-backbone.de> has joined #yocto | 06:23 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has quit IRC | 06:26 | |
*** jchonig <jchonig!~quassel@firewall.honig.net> has joined #yocto | 06:27 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has joined #yocto | 06:33 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 06:36 | |
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC | 06:38 | |
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto | 06:39 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:48 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto | 06:55 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 07:00 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 07:00 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bshvokrcezioghgo> has joined #yocto | 07:00 | |
*** bananadev__ <bananadev__!~onlyester@118.70.128.150> has quit IRC | 07:03 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has joined #yocto | 07:03 | |
*** pohly <pohly!~pohly@host-091-097-084-236.ewe-ip-backbone.de> has quit IRC | 07:05 | |
*** pohly <pohly!~pohly@dyndsl-178-142-075-196.ewe-ip-backbone.de> has joined #yocto | 07:07 | |
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:e17d:db1a:c217:2af5> has joined #yocto | 07:10 | |
*** townxelliot <townxelliot!~ell@176.253.150.70> has joined #yocto | 07:12 | |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 07:15 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 07:17 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:18 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 07:21 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC | 07:21 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has joined #yocto | 07:22 | |
*** sujith_h <sujith_h!~toaster@139.181.35.34> has quit IRC | 07:24 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 07:24 | |
*** josep <josep!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has quit IRC | 07:25 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:27 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 07:33 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 07:34 | |
*** Biliogadafr <Biliogadafr!~pin@nat3-minsk-pool-46-53-183-225.telecom.by> has joined #yocto | 07:34 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 07:35 | |
*** mckoan|away is now known as mckoan | 07:37 | |
mckoan | good morning | 07:37 |
*** jbrianceau_away is now known as jbrianceau | 07:38 | |
*** pohly <pohly!~pohly@dyndsl-178-142-075-196.ewe-ip-backbone.de> has quit IRC | 07:42 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 07:44 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 07:46 | |
*** jku <jku!jku@nat/intel/x-hysfvwshfrjveacp> has joined #yocto | 07:47 | |
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has joined #yocto | 07:51 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 07:52 | |
*** mwalle <mwalle!~mwalle@194.25.174.126> has joined #yocto | 07:53 | |
*** edbart <edbart!ebartosh@nat/intel/x-bghulwipytlhxazz> has joined #yocto | 07:55 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 07:57 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 07:59 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 08:00 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has joined #yocto | 08:01 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has quit IRC | 08:01 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has joined #yocto | 08:01 | |
*** belen <belen!Adium@nat/intel/x-bviwtfabezbhvwbt> has joined #yocto | 08:02 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 08:02 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 08:03 | |
*** florin_ <florin_!~florin@5-13-189-227.residential.rdsnet.ro> has quit IRC | 08:10 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 08:10 | |
*** florin_ <florin_!~florin@5-13-133-195.residential.rdsnet.ro> has joined #yocto | 08:11 | |
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC | 08:14 | |
boucman_work | hey all | 08:29 |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 08:30 | |
*** edbart <edbart!ebartosh@nat/intel/x-bghulwipytlhxazz> has quit IRC | 08:34 | |
boucman_work | General yocto question | 08:35 |
*** edbart <edbart!ebartosh@nat/intel/x-qlxxpoxtoxsuorqx> has joined #yocto | 08:36 | |
boucman_work | I 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 package | 08:37 |
boucman_work | (the package itself is reused in multiple images, so I can't .bbappend the config file) | 08:38 |
boucman_work | what is the proper way to do this ? | 08:38 |
boucman_work | 08:38 | |
boucman_work | my 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_cmd | 08:39 |
boucman_work | but that would probably screw up package management | 08:39 |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 08:39 | |
mathieu_la | having some kind of dummy package containing a script that would be called on postinst to replace/edit the config file? | 08:43 |
boucman_work | one per image, and installing the proper one... | 08:43 |
mathieu_la | That'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 too | 08:43 |
boucman_work | doesn'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 IRC | 08:44 | |
mathieu_la | in my case I just edit the values of my config file | 08:44 |
boucman_work | right... post-install, not file installation | 08:45 |
boucman_work | I misread that | 08:45 |
boucman_work | that will cause problems at package upgrade time, unless the files are also marked as CONFFILES in the main package, though, but that could work | 08:46 |
*** edbart <edbart!ebartosh@nat/intel/x-qlxxpoxtoxsuorqx> has quit IRC | 08:46 | |
*** falstaff <falstaff!~quassel@223.42.150.83.ftth.as8758.net> has joined #yocto | 08:46 | |
mathieu_la | yeah that's what I'm fearing too, so my workflow feels quite bad having to install this dummy package on each upgrade too | 08:46 |
*** sno <sno!~sno@62.157.143.22> has joined #yocto | 08:47 | |
*** edbart <edbart!ebartosh@nat/intel/x-iyxelwxmjludsaqb> has joined #yocto | 08:47 | |
boucman_work | did you mark the file as CONFFILE ? (i'm asking because I don't know how well that feature works... | 08:47 |
boucman_work | if you did, it's supposed to not be overwritten at upgrade time | 08:48 |
mathieu_la | no, I'll read a bit about this | 08:48 |
boucman_work | ok | 08:48 |
mathieu_la | that could be useful for me because this configuration shouldn't be updated | 08:49 |
boucman_work | cool, happy I helped :P | 08:49 |
mathieu_la | yes thanks, that will save me some potential headscratches | 08:49 |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 08:59 | |
*** dv__ is now known as dv_ | 09:08 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 09:08 | |
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has joined #yocto | 09:29 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 09:30 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 09:40 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 09:42 | |
*** boucman_work <boucman_work!~boucman@193.56.60.161> has joined #yocto | 09:46 | |
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC | 09:49 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 10:02 | |
*** maxin <maxin!~maxin@194.136.86.45> has joined #yocto | 10:22 | |
*** m57n <m57n!c09d0b64@gateway/web/freenode/ip.192.157.11.100> has joined #yocto | 10:24 | |
m57n | hi guys | 10:25 |
*** slips <slips!~slips@62.167.164.82.customer.cdi.no> has quit IRC | 10:27 | |
*** maxin <maxin!~maxin@194.136.86.45> has quit IRC | 10:27 | |
*** slips <slips!~slips@62.167.164.82.customer.cdi.no> has joined #yocto | 10:33 | |
*** boucman_work <boucman_work!~boucman@193.56.60.161> has quit IRC | 10:37 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-10-138.ronkva.east.verizon.net> has joined #yocto | 10:40 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has joined #yocto | 10:47 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has quit IRC | 10:49 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has joined #yocto | 10:50 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 11:00 | |
*** mwarning <mwarning!~mwarning@2001:a60:a07d:1:e17d:db1a:c217:2af5> has left #yocto | 11:00 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 11:02 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 11:14 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 11:27 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 11:28 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 11:30 | |
*** learner <learner!d997f20f@gateway/web/freenode/ip.217.151.242.15> has joined #yocto | 11:33 | |
learner | Hi | 11:33 |
learner | Is 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 IRC | 11:34 | |
rburton | see COMPATIBLE_HOST | 11:35 |
rburton | ross@flashheart ~/Yocto/poky/meta (mut2) | 11:35 |
rburton | $ git grep COMPATIBLE_HOST|wc -l | 11:35 |
rburton | 51 | 11:35 |
rburton | plenty of examples :) | 11:35 |
learner | Thanks! | 11:36 |
neverpanic | Is there a way to get $BB_TASKDEPDATA of a different task in the same recipe? | 11:37 |
neverpanic | I have a task that runs before do_configure, but I'd like to read do_configure's dependencies | 11:37 |
neverpanic | Or 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 |
rburton | do_configure[prefuncs] | 11:38 |
rburton | or just do_configure_prepend, depending on what you're doing | 11:38 |
neverpanic | trying to implement separate sysroots with hardlinks | 11:38 |
rburton | you mean sysroot-per-build? | 11:39 |
neverpanic | yes | 11:39 |
neverpanic | with only the declared dependencies available | 11:39 |
rburton | not sure i'd be implementing that without deep hackery in the core classes | 11:39 |
neverpanic | I guess a prefunc would be better than just do_configure_prepending this | 11:40 |
rburton | you could prepend to prefuncs and hope that nothing else gets there before you | 11:40 |
rburton | not impossible to rule out of course | 11:40 |
neverpanic | Yeah, that's exactly my concern; ideally there would be a separate task before do_configure so that that doesn't happen | 11:40 |
neverpanic | But then I don't have all the dependencies that do_configure has, which I need | 11:40 |
rburton | or, just implement it in the core classes | 11:40 |
rburton | so its how the sysroot works instead of bolted on afterwards | 11:41 |
neverpanic | Basically I'd have to move every DEPENDS to add the dependency to do_prepare_sysroot rather than do_configure | 11:41 |
rburton | what about recipes that stop their do_configure running? | 11:42 |
neverpanic | I'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 default | 11:42 |
neverpanic | Yeah, this needs to happen in a separate task. do_configure[noexec] = "1" is far too common | 11:42 |
neverpanic | So 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 case | 11:43 |
neverpanic | Thanks for being my rubber duck :) | 11:43 |
rburton | :) | 11:44 |
*** berton <berton!~fabio@177.100.227.79> has joined #yocto | 11:44 | |
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has joined #yocto | 11:51 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 11:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:02 | |
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC | 12:07 | |
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto | 12:08 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 12:08 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto | 12:10 | |
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC | 12:27 | |
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto | 12:27 | |
Flow86 | hey 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 #yocto | 12:29 | |
mwalle | hi, 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 IRC | 12:36 | |
*** _stephan <_stephan!~stephan@213.168.84.195> has quit IRC | 12:36 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC | 12:40 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 12:42 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 12:42 | |
mathieu_la | Flow86 : I use it with --no-pager and the colors do show up in my terminal, I tried and have the same issue within the pager | 12:46 |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 12:46 | |
*** ofir <ofir!~ofir@134.191.232.69> has joined #yocto | 12:48 | |
ofir | Hi guys, I'm getting the following error: "error: Failed dependencies: /usr/src/kernels is needed by kernel-devel" | 12:48 |
ofir | while 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 #yocto | 12:50 | |
mathieu_la | Flow86 : check $SYSTEMD_PAGER | 12:53 |
*** edbart <edbart!ebartosh@nat/intel/x-iyxelwxmjludsaqb> has quit IRC | 12:54 | |
*** jku <jku!jku@nat/intel/x-hysfvwshfrjveacp> has quit IRC | 12:56 | |
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC | 12:59 | |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 12:59 | |
*** maciejjo <maciejjo!~maciejjo@fireball.maciejjo.pl> has quit IRC | 13:00 | |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC | 13:07 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 13:11 | |
*** gtristan <gtristan!~tristanva@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 13:16 | |
ofir | anyone here? | 13:16 |
*** maciejjo <maciejjo!~maciejjo@fireball.maciejjo.pl> has joined #yocto | 13:17 | |
Crofton|work | yeah, jsut ask away | 13:20 |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto | 13:23 | |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC | 13:28 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 13:30 | |
ofir | I'm looking for the grub config in Yocto | 13:31 |
*** belen <belen!Adium@nat/intel/x-bviwtfabezbhvwbt> has quit IRC | 13:31 | |
ofir | I 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 IRC | 13:37 | |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 13:38 | |
*** toscalix <toscalix!~toscalix@61.215.197.74> has joined #yocto | 13:39 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto | 13:39 | |
*** oan <oan!~oan@c83-254-9-28.bredband.comhem.se> has quit IRC | 13:40 | |
*** oan <oan!~oan@c83-254-9-28.bredband.comhem.se> has joined #yocto | 13:42 | |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has joined #yocto | 13:44 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC | 13:45 | |
*** nisha <nisha!~nisha@38.104.105.146> has joined #yocto | 13:48 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC | 13:53 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has joined #yocto | 13:53 | |
Flow86 | mathieu_la: hmm SYSTEMD_PAGER is less, but it seems that that less has some problmes with those ansi colorcodes. --no-pager works fine | 13:58 |
*** challinan <challinan!~chris@173-10-226-189-BusName-WestFlorida.hfc.comcastbusiness.net> has joined #yocto | 14:02 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 14:03 | |
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto | 14:05 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 14:06 | |
*** toscalix <toscalix!~toscalix@61.215.197.74> has quit IRC | 14:09 | |
*** toscalix <toscalix!~toscalix@61.215.197.74> has joined #yocto | 14:14 | |
*** hamis_lt_u <hamis_lt_u!~irfan@110.93.212.98> has quit IRC | 14:14 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:16 | |
*** maxin <maxin!~maxin@37-219-129-31.nat.bb.dnainternet.fi> has quit IRC | 14:18 | |
jonathanmaw | I 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 |
simonl | I'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 |
jonathanmaw | After a bit of snooping in bitbake's code, that comes from the depgraph's 'pn' list, rather than the 'rdepends-pn' list | 14:20 |
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto | 14:21 | |
simonl | I've simply put RREPLACES_pkg-a = "pkg-b (< version)" in the recipe and verified that the information shows up in the ipk | 14:22 |
* kergoth yawn | 14:22 | |
neverpanic | Flow86: Try less -R | 14:22 |
neverpanic | Using more instead also works | 14:23 |
simonl | anyway, 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 files | 14:26 |
simonl | force 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 #yocto | 14:28 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 14:29 | |
simonl | Obviously I don't want to have to hack some force-reinstall stuff into my upgrade process :P | 14:31 |
*** lamego <lamego!~jose@134.134.139.76> has quit IRC | 14:31 | |
*** billr <billr!~wcrandle@134.134.137.73> has joined #yocto | 14:32 | |
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto | 14:32 | |
*** maxin <maxin!~maxin@2001:998:22:0:2088:5631:f85b:3a59> has joined #yocto | 14:40 | |
khem | gm all | 14:41 |
khem | so now all qemu machines in OE-core build world for musl | 14:42 |
khem | https://gist.github.com/kraj/8d0799b348a488bdde8a110ca0536b90 | 14:42 |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 14:42 | |
kergoth | khem: nice, grats | 14:43 |
*** tjamison <tjamison!~tjamison@38.104.105.146> has joined #yocto | 14:55 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 14:56 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b44d.dynamic.kabel-deutschland.de> has quit IRC | 14:56 | |
*** maelcum <maelcum!~horst@185.28.184.2> has joined #yocto | 14:58 | |
jonathanmaw | I 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 #yocto | 14:59 | |
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC | 14:59 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has left #yocto | 15:00 | |
maelcum | hello. 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 |
jonathanmaw | I've tried commenting-out DEPENDS and PACKAGE_ARCH in the packagegroup, and the PROVIDES in the package already. | 15:01 |
maelcum | how 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 |
kergoth | just use RCONFLICTS+RREPLACES, which map to Conflicts and Replaces in the deb control file | 15: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/499 | 15:10 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 15:12 | |
simonl | kergoth: you don't happen to know any gotchas relating to that? | 15:13 |
kergoth | afaik they're used as is in the binary package metadata, so the capabijlities depend on the package manager you're using | 15:14 |
simonl | maybe I need to look at opkg to understand how and why it works like it does then | 15:14 |
kergoth | that would be best, if you're using opkg, yes | 15:16 |
*** cference <cference!~cference@192-171-39-10.cpe.pppoe.ca> has joined #yocto | 15:17 | |
*** maxin <maxin!~maxin@2001:998:22:0:2088:5631:f85b:3a59> has left #yocto | 15:18 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 15:18 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 15:23 | |
maelcum | kergoth: nice, thanks! | 15:24 |
kergoth | np | 15:25 |
*** aehs29 <aehs29!~aehernan@134.134.139.77> has quit IRC | 15:25 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto | 15:26 | |
*** aehs29 <aehs29!~aehernan@134.134.137.73> has joined #yocto | 15:30 | |
*** mckoan is now known as mckoan|away | 15:32 | |
*** radzy <radzy!~radzy@unknown-216-77.windriver.com> has quit IRC | 15:32 | |
maelcum | RREPLACES and RCONFLICTS are *really* hard to google for some reason... | 15:33 |
maelcum | i've found them in the manual now but only with search in page | 15:33 |
simark1 | maelcum: 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/497 | 15:34 | |
simark1 | So Google won't try to autocorrect you | 15:34 |
kergoth | https://www.google.com#safe=off&q="RREPLACES"+yocto | 15:35 |
kergoth | first 3 links are all appropriate | 15:35 |
kergoth | indeed, quote | 15:35 |
maelcum | right, that works. | 15:36 |
maelcum | i liked google better when it still supported + / - operators :) | 15:36 |
kergoth | heh, taht brings back memories of altavista, painstakingly constructing a useful query :) | 15:37 |
*** radzy <radzy!~radzy@unknown-216-192.windriver.com> has joined #yocto | 15:37 | |
kergoth | finding anything used to be an art form | 15:37 |
*** cference <cference!~cference@192-171-39-10.cpe.pppoe.ca> has quit IRC | 15:38 | |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 15:40 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 15:43 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC | 15:44 | |
*** realBigFoot <realBigFoot!~realBigfo@192.55.54.45> has quit IRC | 15:44 | |
*** bottazzini <bottazzini!~realBigfo@192.55.54.45> has joined #yocto | 15:45 | |
*** paulg <paulg!~paul@192.190.0.143> has joined #yocto | 15:46 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 15:47 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 15:50 | |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 15:58 | |
*** belen <belen!~Adium@134.134.137.71> has joined #yocto | 16:02 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 16:02 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto | 16:04 | |
*** jonathanmaw <jonathanmaw!~jonathanm@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:05 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 16:08 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 16:10 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 16:12 | |
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC | 16:19 | |
*** toscalix <toscalix!~toscalix@61.215.197.74> has quit IRC | 16:22 | |
challinan | i used to use AltaVista ;) | 16:25 |
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto | 16:26 | |
challinan | has anyone done any work with XIP with Yocto/ARM? | 16:26 |
*** obsrwr_ <obsrwr_!~obsrwr@188.24.243.226> has joined #yocto | 16:28 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-ealnpwhdxvavqevs> has joined #yocto | 16:28 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 16:29 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 16:31 | |
RP | challinan: I heard people talk about it periodically, then nothing again | 16:32 |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 16:34 | |
*** gtristan <gtristan!~tristanva@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:41 | |
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has joined #yocto | 16:44 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 16:45 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 16:46 | |
*** jbrianceau is now known as jbrianceau_away | 16:48 | |
*** Tenhi <Tenhi!~tenhi@static.177.80.201.138.clients.your-server.de> has joined #yocto | 16:53 | |
*** sno <sno!~sno@62.157.143.22> has quit IRC | 16:57 | |
*** lamego <lamego!~jose@134.134.139.76> has quit IRC | 16:58 | |
*** Tenhi <Tenhi!~tenhi@static.177.80.201.138.clients.your-server.de> has quit IRC | 16:58 | |
*** lamego <lamego!~jose@134.134.139.76> has joined #yocto | 16:58 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 16: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/880 | 17:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 17:02 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 17:08 | |
*** josep_ <josep_!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has joined #yocto | 17:15 | |
*** josep_ is now known as josep | 17: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/825 | 17:18 | |
*** aehs29 <aehs29!~aehernan@134.134.137.73> has left #yocto | 17:19 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC | 17: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/869 | 17:33 | |
*** paulg <paulg!~paul@192.190.0.143> has quit IRC | 17:34 | |
khem | challinan: heh XIP good old days .. now its coming back for IoT I guess | 17:35 |
challinan | yeah, seems a bit obsolete, right? LOL | 17:35 |
challinan | very hardware dependent, there are usually better ways to get fast boot ;) | 17:36 |
khem | are you restricted on RAM ? | 17:39 |
challinan | khem: 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 happy | 17:43 | |
*** townxelliot <townxelliot!~ell@176.253.150.70> has quit IRC | 17:43 | |
*** aehs29 <aehs29!~aehernan@134.134.139.76> has joined #yocto | 17: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/819 | 17:52 | |
*** paulg <paulg!~paul@72.1.195.9> has joined #yocto | 17:58 | |
khem | XIP is like credit card :) performance wise you pay later | 18:04 |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 18: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/805 | 18:11 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 18:15 | |
khem | I 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 |
khem | for more see http://errors.yoctoproject.org/Errors/Details/70740/ e.g. | 18:16 |
khem | anyone seen this ? | 18:17 |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 18:18 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 18:19 | |
kergoth | weird | 18:19 |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 18:19 | |
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has quit IRC | 18:20 | |
khem | kergoth: I see it happen on ubuntu 14.04 as well as on centos 7 | 18:20 |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 18:20 | |
khem | and usually happens during world builds | 18:20 |
khem | it could be related to clang playing with TOOLCHAIN_OPTIONS but then it should be deterministic | 18:21 |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto | 18:22 | |
* kergoth plays with pkgconf to see how it does instead of pkg-config | 18:23 | |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 18:24 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC | 18:24 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 18:27 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 18:39 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 18:43 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-bshvokrcezioghgo> has quit IRC | 18:49 | |
*** sno <sno!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 18:50 | |
rburton | khem: hm, i've seen that. | 18:52 |
rburton | dig 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 #yocto | 19:28 | |
*** eernst <eernst!c0373729@gateway/web/freenode/ip.192.55.55.41> has joined #yocto | 19: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/850 | 19: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/862 | 19:34 | |
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has quit IRC | 19:35 | |
khem | rburton: I am using dash | 19:35 |
rburton | khem: 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 IRC | 19:44 | |
*** belen <belen!~Adium@134.134.137.71> has quit IRC | 19:46 | |
*** fledermaus <fledermaus!~vivek@2a00:1098:5:0:5d4f:49fc:3e09:693> has quit IRC | 19:50 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has joined #yocto | 19:53 | |
*** bluelightning <bluelightning!~paul@2406:e007:4090:1:5e51:4fff:febb:401d> has quit IRC | 19:53 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:53 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto | 19:57 | |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 19:59 | |
*** igor2 <igor2!~igor@177.159.144.73> has joined #yocto | 20:00 | |
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has joined #yocto | 20:02 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC | 20:03 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 20:06 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto | 20:07 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC | 20:11 | |
*** pohly <pohly!~pohly@host-091-097-062-046.ewe-ip-backbone.de> has quit IRC | 20:11 | |
*** tomz_ <tomz_!~tomz@134.134.139.77> has joined #yocto | 20:15 | |
istarilucky | hi 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/481 | 20:28 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 20:43 | |
*** __karthik <__karthik!~karthik@192.91.75.30> has quit IRC | 20:49 | |
*** __karthik <__karthik!~karthik@192.91.75.30> has joined #yocto | 20: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/835 | 21:01 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 21:07 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 21:08 | |
*** maelcum <maelcum!~horst@185.28.184.2> has quit IRC | 21:09 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 21:10 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto | 21:11 | |
*** obsrwr_ <obsrwr_!~obsrwr@188.24.243.226> has quit IRC | 21:15 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 21:18 | |
*** berton <berton!~fabio@177.100.227.79> has quit IRC | 21:21 | |
*** tlab <tlab!~tlab@104.235.20.44> has quit IRC | 21:34 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 21: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/875 | 21:40 | |
*** seezer <seezer!seezer@quassel/developer/seezer> has quit IRC | 21:43 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has joined #yocto | 21:46 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** ftonello_ <ftonello_!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto | 22:03 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC | 22:05 | |
*** igor2 <igor2!~igor@177.159.144.73> has quit IRC | 22:06 | |
*** igor2 <igor2!~igor@vpn.aker.com.br> has joined #yocto | 22:07 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC | 22:10 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has joined #yocto | 22:10 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 22:11 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has quit IRC | 22:12 | |
*** ftonello_ <ftonello_!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC | 22:13 | |
*** evanmeagher <evanmeagher!~MongooseW@12.104.179.154> has joined #yocto | 22:14 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC | 22:15 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.54.45> has quit IRC | 22:21 | |
*** agust <agust!~agust@p4FCB6950.dip0.t-ipconnect.de> has quit IRC | 22:24 | |
*** lamego <lamego!~jose@134.134.139.76> has quit IRC | 22:26 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-gatiuwxhxqpbyeaq> has quit IRC | 22:27 | |
*** igor2 <igor2!~igor@vpn.aker.com.br> has quit IRC | 22:35 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 22:36 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 22:36 | |
*** josep <josep!~josep@c-3b1ae455.010-118-73746f7.cust.bredbandsbolaget.se> has quit IRC | 22:38 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 22:43 | |
*** eernst <eernst!c0373729@gateway/web/freenode/ip.192.55.55.41> has quit IRC | 22: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/820 | 22:52 | |
*** nisha <nisha!~nisha@38.104.105.146> has quit IRC | 22:59 | |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 23:05 | |
-YoctoAutoBuilder- build #935 of nightly is complete: Failure [failed] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/935 | 23:17 | |
*** paulg <paulg!~paul@72.1.195.9> has quit IRC | 23:24 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 23:27 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 23:28 | |
*** tjamison <tjamison!~tjamison@38.104.105.146> has quit IRC | 23:28 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has joined #yocto | 23:29 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 23:31 | |
*** ftonello <ftonello!~felipe@82-71-26-47.dsl.in-addr.zen.co.uk> has quit IRC | 23:39 | |
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC | 23: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/197 | 23:42 | |
*** Jefro <Jefro!~jefro@ip-64-134-136-113.public.wayport.net> has quit IRC | 23:50 | |
*** aehs29 <aehs29!~aehernan@134.134.139.76> has left #yocto | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!