bluelightning | kergoth: both of those sound useful... the latter might be better placed in recipetool perhaps | 00:10 |
---|---|---|
bluelightning | I really have to get some sleep but we ought to talk more about this | 00:10 |
bluelightning | 'night | 00:10 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:10 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 00:11 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 00:13 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 00:23 | |
*** eballetbo <eballetbo!eballetbo@pasanda.collabora.co.uk> has quit IRC | 00:29 | |
*** eballetbo <eballetbo!eballetbo@pasanda.collabora.co.uk> has joined #yocto | 00:29 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 00:44 | |
*** paulg <paulg!~paulg@71-19-175-186.dedicated.allstream.net> has quit IRC | 00:55 | |
kergoth | k, night | 00:57 |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 01:08 | |
*** denix <denix!~denix@pool-108-51-169-48.washdc.fios.verizon.net> has joined #yocto | 01:19 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 01:37 | |
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has quit IRC | 01:37 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 01:38 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 01:39 | |
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has joined #yocto | 01:55 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 02:10 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 02:19 | |
*** denix <denix!~denix@pool-108-51-169-48.washdc.fios.verizon.net> has quit IRC | 02:33 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 02:49 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 03:12 | |
*** afxez0r <afxez0r!~afxez0r@134.134.137.71> has quit IRC | 03:17 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 04:08 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 04:53 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 05:15 | |
*** akhandav <akhandav!~arun@139.181.35.34> has joined #yocto | 05:17 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 05:21 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 05:23 | |
*** grma <grma!~gruberm@HSI-KBW-46-237-193-133.hsi.kabel-badenwuerttemberg.de> has joined #yocto | 05:27 | |
*** hamis <hamis!~irfan@39.42.39.155> has quit IRC | 05:28 | |
*** e8johan <e8johan!~quassel@90-229-157-121-no198.tbcn.telia.com> has joined #yocto | 05:39 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 05:42 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 05:44 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 05:45 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 05:56 | |
*** [w00t] <[w00t]!88a32c66@gateway/web/cgi-irc/kiwiirc.com/ip.136.163.44.102> has joined #yocto | 06:01 | |
*** imphil <imphil!~philipp@2001:a60:1120:b501:fc1a:204b:cc86:fe86> has joined #yocto | 06:02 | |
[w00t] | Hi, I've been having trouble with booting the yocto-built linux kernel using extlinux. I've tried both the standard (no change in config) and altering the config (both with and without initrd) but it always complains that it is unable to find a valid root file system. Booting with my custom made kernel is however possible. Has anyone else encounter | 06:05 |
[w00t] | ed similar issues? | 06:05 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 06:12 | |
redengin | [w00t], does your custom include a different fstypes? | 06:13 |
[w00t] | redengin: I've tried including as many fs types as possible in both the custom and for the yocto config | 06:15 |
redengin | have you tried a diff between the yocto .config and your custom .config? | 06:16 |
[w00t] | redengin: I'm about to :) I'm guessing that there will be quite a big difference as the gentoo one features a lot less modules | 06:18 |
redengin | [w00t], sorry, I don't have any experience with extlinux to know what it may specifically need | 06:21 |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has joined #yocto | 06:22 | |
redengin | what fstype is your root? | 06:22 |
[w00t] | ext3 | 06:22 |
[w00t] | And it's included in the kernel | 06:23 |
*** wadim_ <wadim_!~egorov@mail.phytec.de> has joined #yocto | 06:23 | |
redengin | [w00t], what device is it on? | 06:24 |
[w00t] | It seems like either the module isn't loaded properly or it is somehow unable to find the root... at first I got a similar issue when the initrd failed to locate /sbin/init due to it being symlinked to /sbin/init.sysvinit | 06:24 |
*** imphil <imphil!~philipp@2001:a60:1120:b501:fc1a:204b:cc86:fe86> has quit IRC | 06:24 | |
[w00t] | redengin: It's a virtual machine | 06:24 |
[w00t] | redengin: vmware | 06:25 |
redengin | [w00t], it'll still need to be mapped to some sort of device scsi, ide, sata, etc. | 06:25 |
[w00t] | sata | 06:26 |
redengin | and its only the kernel that changes between your test cases? | 06:27 |
[w00t] | redengin: yes | 06:29 |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 06:32 | |
*** jku <jku!jku@nat/intel/x-dtjyvzdxjdmitxbe> has joined #yocto | 06:35 | |
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has joined #yocto | 06:35 | |
[w00t] | I'll try to build it as similar to my custom one as possible and se if it works. Probably just missed some small feature.. | 06:36 |
*** ntl <ntl!~ntl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 06:37 | |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has quit IRC | 06:41 | |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has joined #yocto | 06:42 | |
redengin | while you're building, do a diff between the two configs... thats probably going to show the critical difference | 06:46 |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has quit IRC | 06:47 | |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has joined #yocto | 06:52 | |
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has joined #yocto | 06:53 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-zzanocipxpbhywje> has joined #yocto | 06:54 | |
[w00t] | redengin: I did.. It differs a lot | 06:54 |
*** jbrianceau_away is now known as jbrianceau | 06:54 | |
redengin | can you pastebin it, there aren't a lot of things that would influence initrd or filesystems | 06:54 |
*** pidge <pidge!~pidge@2a02:8084:0:3000:c88f:346c:7660:7eac> has quit IRC | 06:56 | |
[w00t] | redengin: Unfortunately I'm not allowed to | 06:58 |
[w00t] | redengin: But I've got different architectures in the config, and also the yocto sets CONFIG_EMBEDDED | 06:59 |
*** kanupatar <kanupatar!79f4c042@gateway/web/freenode/ip.121.244.192.66> has joined #yocto | 06:59 | |
[w00t] | redengin: Pentium M vs i686 | 07:01 |
kanupatar | hi guys | 07:02 |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 07:05 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 07:11 | |
redengin | hi | 07:11 |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-akuqctibbtkigsmg> has joined #yocto | 07:15 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:21 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:24 | |
*** stiandre <stiandre!~stiandre@109.247.13.242> has joined #yocto | 07:33 | |
*** [Sno] <[Sno]!~sno@rademacherexchange.de> has joined #yocto | 07:37 | |
*** sgw_ <sgw_!~sgw_@c-73-164-210-189.hsd1.or.comcast.net> has quit IRC | 07:38 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:38 | |
*** sgw_ <sgw_!~sgw_@c-73-164-210-189.hsd1.or.comcast.net> has joined #yocto | 07:40 | |
-YoctoAutoBuilder- build #37 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/37 | 07:47 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has quit IRC | 07:47 | |
*** joseppc <joseppc!~Josep@sestofw01.enea.se> has joined #yocto | 07:55 | |
jaeckel | is there a way to create system-wide environment variables in yocto? | 08:13 |
*** darkspike <darkspike!~darkspike@217.110.68.82> has quit IRC | 08:15 | |
bluelightning | jaeckel: can you explain what you mean by that? | 08:15 |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has joined #yocto | 08:18 | |
bluelightning | brb | 08:20 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 08:20 | |
jaeckel | I currently have a problem when using gnupg from init scripts because it doesn't correctly resolve ~ to /root but to /, so I wanted to set GNUPGHOME to point to the correct folder | 08:25 |
*** kanupatar <kanupatar!79f4c042@gateway/web/freenode/ip.121.244.192.66> has quit IRC | 08:29 | |
-YoctoAutoBuilder- build #314 of nightly-arm is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/314 | 08:59 | |
*** [w00t] <[w00t]!88a32c66@gateway/web/cgi-irc/kiwiirc.com/ip.136.163.44.102> has quit IRC | 09:04 | |
*** babu <babu!~babu@192.55.55.39> has joined #yocto | 09:11 | |
*** rrvic <rrvic!~rrvic@c134-252.i06-2.onvol.net> has joined #yocto | 09:34 | |
*** darkspike <darkspike!~darkspike@217.110.68.82> has joined #yocto | 09:36 | |
*** rrvic <rrvic!~rrvic@c134-252.i06-2.onvol.net> has quit IRC | 09:36 | |
*** akhandav <akhandav!~arun@139.181.35.34> has quit IRC | 09:46 | |
*** akhandav <akhandav!~arun@139.181.35.34> has joined #yocto | 09:47 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 09:55 | |
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has quit IRC | 09:57 | |
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has joined #yocto | 09:58 | |
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has joined #yocto | 09:58 | |
*** aswin <aswin!~aswin@106.208.76.149> has joined #yocto | 10:02 | |
*** rperier <rperier!~quassel@2001:41d0:52:100::44a> has quit IRC | 10:08 | |
*** rperier <rperier!~quassel@ubuntu/member/rperier> has joined #yocto | 10:08 | |
*** roxell <roxell!~roxell@linaro/roxell> has quit IRC | 10:15 | |
*** roxell <roxell!~roxell@linaro/roxell> has joined #yocto | 10:16 | |
gardarh | Is anyone here familiar with the difference between inheriting distutils and setuptools when building python packages? | 10:32 |
gardarh | I'm building this recipe: http://pastebin.com/aSfcLFDd (it builds the SOAPpy package) | 10:33 |
gardarh | which has dependencies... if I use setuptools it will put the SOAPpy folder directly under the site-packages, like this: http://pastebin.com/KS5YnNBz | 10:35 |
*** miandonmenmian <miandonmenmian!~miandonme@140.206.114.194> has quit IRC | 10:37 | |
gardarh | However, when using distutils it will extract all dependencies but put in incorrectly under site-packages, like this: http://pastebin.com/sdRguwMq | 10:45 |
gardarh | I could just move all the site-packages subdirs to the dir above but I feel like I'm not using the tool correctly and should perhaps pass a flag or something | 10:47 |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 10:55 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 11:43 | |
lpapp | good morning | 11:43 |
lpapp | is Bernhard Reutner-Fischer available in this channel? | 11:43 |
lpapp | khem: ping | 11:44 |
lpapp | khem: what exactly did you mean by "may be you can insert a custom task after useradd_sysroot ?"? | 11:45 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 11:49 | |
*** Crofton <Crofton!~balister@108.44.121.212> has quit IRC | 12:01 | |
*** aswin <aswin!~aswin@106.208.76.149> has quit IRC | 12:05 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 12:09 | |
*** ddom <ddom!~ddom@p4FFDA857.dip0.t-ipconnect.de> has joined #yocto | 12:10 | |
lpapp | bluelightning: perhaps you know what a custom task would be? Sorry for the highlight. | 12:10 |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 12:11 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has joined #yocto | 12:11 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 12:12 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 12:13 | |
abelloni | do_sometask() { } | 12:17 |
abelloni | addtask sometask after useradd_sysroot | 12:17 |
*** dmoseley <dmoseley!~dmoseley@cpe-174-96-222-251.carolina.res.rr.com> has quit IRC | 12:21 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has joined #yocto | 12:22 | |
lpapp | abelloni: literally like that in the recipe? | 12:27 |
*** aswin <aswin!~aswin@106.208.78.165> has joined #yocto | 12:28 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 12:30 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 12:31 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 12:32 | |
abelloni | lpapp: sure | 12:34 |
*** babu <babu!~babu@192.55.55.39> has quit IRC | 12:39 | |
lpapp | abelloni: actually it looks even simpler, it seems that the useradd task runs before do_install, so I can probably do my own thing in there? | 12:40 |
lpapp | Please refer to: https://github.com/openembedded/oe-core/blob/master/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb#L60 | 12:41 |
lpapp | "# The new users and groups are created before the do_install # step, so you are now free to make use of them:" | 12:41 |
lpapp | although it is unfortunate that things like ${datadir} is not documented. | 12:43 |
abelloni | I'm not sure you understand what a community project is | 12:43 |
lpapp | given that I have been doing that for well over a decade, it is unlikely. :) | 12:44 |
lpapp | (not that my comment does not stand still) | 12:45 |
lpapp | (community project or not) | 12:45 |
abelloni | I mean it has been at least one year that I see you complaining about things not working properly or not being documented | 12:47 |
lpapp | yeah, not very long time. I am relatively new to the project. | 12:48 |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 12:48 | |
lpapp | and by complaining you mean providing feedback, right? | 12:48 |
lpapp | (most of which were fixed by Scott, thankfully) | 12:48 |
*** pidge <pidge!~pidge@2a02:8084:0:3000:90da:72f7:38ca:8352> has joined #yocto | 12:48 | |
*** pidge_ <pidge_!~pidge@2a02:8084:0:3000:90da:72f7:38ca:8352> has joined #yocto | 12:48 | |
lpapp | hmm, it seems to be documented actually, just not searchable by the direct variable names: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-CONFFILES | 12:51 |
lpapp | (I guess I did not know what else to look for other than the variable names) | 12:51 |
*** tsramos <tsramos!~tsramos@192.55.55.39> has joined #yocto | 12:52 | |
lpapp | I wonder if there is a better place to put this information at, in the documentation as this knowledge is not CONFFILES specific. | 12:54 |
lpapp | I was personally looking for it under the bitbake section. | 12:54 |
AlexVaduva | hello guys I meet the following do_rootfs warning: libstdc++-staticdev-4.9.1-r0.0@ppce500mc is already installed | 13:14 |
AlexVaduva | indeed the package appears in the log file defined twice | 13:15 |
*** pidge_ <pidge_!~pidge@2a02:8084:0:3000:90da:72f7:38ca:8352> has quit IRC | 13:15 | |
AlexVaduva | in the "NOTE: Installing the following packages:" | 13:15 |
AlexVaduva | but I cannot seem to understand why | 13:15 |
AlexVaduva | could you please help me? | 13:15 |
lpapp | which recipe does it come from? | 13:15 |
lpapp | two different or the same? | 13:16 |
*** parrot <parrot!~chankitx@192.198.146.171> has quit IRC | 13:16 | |
AlexVaduva | to be honest I do not know | 13:17 |
*** chankit <chankit!~chankitx@192.198.146.171> has joined #yocto | 13:17 | |
AlexVaduva | I am now searcing for them :D | 13:17 |
lpapp | I think that is the first thing to figure out | 13:17 |
lpapp | but if you do not mean to install it on your own, then PRIVATE_LIBS will not be necessary. | 13:17 |
*** simonl <simonl!uid6729@gateway/web/irccloud.com/x-orbkezycqfnlpjyw> has joined #yocto | 13:18 | |
AlexVaduva | it seems it is brought by two different packagegroups | 13:19 |
bluelightning | that shouldn't be a problem | 13:19 |
AlexVaduva | that is what I am thinking also | 13:19 |
bluelightning | I think there's a bug here somewhere (possibly in smart) and we are only seeing it now because we are exposing warning messages printed during do_rootfs | 13:19 |
AlexVaduva | but I believe bitbake know to reunite two lists of packages | 13:20 |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 13:20 | |
AlexVaduva | smart could impact the do_rootfs task? | 13:20 |
AlexVaduva | noob question because i do not know much about it :D | 13:20 |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-buhxjkvnaftqhmbz> has joined #yocto | 13:22 | |
AlexVaduva | also my image does not contain smart in its packages | 13:22 |
bluelightning | AlexVaduva: when you have RPM packaging selected, we use smart to do the actual image assembly during do_rootfs - ultimately we just send a list of packages to smart and it figures out all of the dependencies and determines the final list of packages that need to be installed | 13:25 |
AlexVaduva | aah ok | 13:25 |
AlexVaduva | so it must be a smart bug somewhere | 13:25 |
bluelightning | well, the question is, are we sending the same package twice to smart, or is this coming about due to the internal behaviour of smart itself | 13:25 |
AlexVaduva | so this is why it finds duplicate packages | 13:26 |
bluelightning | if we are sending the same package twice, that would probably be a bug on our side | 13:26 |
AlexVaduva | well the packages | 13:26 |
bluelightning | another option is we could whitelist this warning | 13:26 |
AlexVaduva | because there are a few | 13:26 |
lpapp | hmm, there is no bitbake variable for the home holder. | 13:26 |
AlexVaduva | seem to apear in more then one packagegroup | 13:26 |
lpapp | folder, sorry. | 13:26 |
bluelightning | though I don't know that we already have whitelisting functionality for the do_rootfs warning code | 13:26 |
lpapp | something like ${homedir} | 13:27 |
AlexVaduva | 588:NOTE: warning: libstdc++-staticdev-4.9.1-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 589:warning: libexpat-dev-2.1.0-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 590:warning: libc6-staticdev-2.20-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 591:warning: libstdc++-dev-4.9.1-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 592:warning: libusb-1.0-dbg-1.0.19-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 593:warning: gettext-dev-0.18.3.2-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 594:warning: libgomp-dev-4.9.1-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 595:warning: libc6-dev-2.20-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 596:warning: libc6-dbg-2.20-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | 597:warning: libgcc-s-dev-4.9.1-r0.0@ppce500mc is already installed | 13:27 |
AlexVaduva | these are the warnings | 13:27 |
bluelightning | right, that doesn't really mean much without context though | 13:27 |
bluelightning | lpapp: if you mean the home directory for a specific user, that wouldn't work | 13:28 |
lpapp | bluelightning: for the generic /home location. | 13:28 |
bluelightning | I guess noone has cared to move that up to now... | 13:28 |
lpapp | it just feels a bit out of place to type /home/foo/.profile beside the other variables. | 13:28 |
bluelightning | there is only ROOT_HOME that specifies the home directory for the root user | 13:29 |
lpapp | I am still pondering if it is a valid thing to do, but I think it is. | 13:29 |
lpapp | since it is common in server setup that services are run under a particular user, which is intentionally not root. | 13:29 |
lpapp | sure, /home does not have much meaning in desktop content for packages, but on servers, it may. | 13:29 |
lpapp | server is a bit specific. | 13:29 |
bluelightning | yes but for service users you shouldn't really be using .profile for anything | 13:29 |
lpapp | so what should I use then for extending the PATH? | 13:30 |
bluelightning | .profile AFAIK is for interactive shells | 13:30 |
lpapp | or I should not extend the PATH in the first place? | 13:30 |
bluelightning | either don't, or do it in the script that starts the service | 13:30 |
lpapp | I think it is OK to put suid binaries into /sbin. | 13:30 |
lpapp | bluelightning: that is fine as long as the devs remember to run that services through that script and not manually. | 13:31 |
bluelightning | so it is interactive | 13:31 |
bluelightning | in which case .profile would be the way to do it then | 13:31 |
lpapp | bluelightning: the only problem with that approach is that you have to take care in the code when doing exec, etc. | 13:31 |
lpapp | with .profile, that is no issue in the code. | 13:31 |
lpapp | well, the other problem is obviously that you cannot run the services easily without using the init service | 13:32 |
bluelightning | did you consider auto-extending PATH in the global /etc/profile based on some other criteria (group membership) as I suggested the other day? | 13:32 |
lpapp | one more thing to replicate otherwise. | 13:32 |
lpapp | yes, I did consider and deemed complex :) | 13:32 |
lpapp | or unusual. | 13:32 |
lpapp | at least for me. | 13:32 |
bluelightning | complex? it's trivial | 13:32 |
lpapp | complex in the sense that it makes the system non-standardy | 13:32 |
lpapp | profiles were meant for this, I think. | 13:33 |
lpapp | therefore I was looking for ${homedir/foo/.profile. /home/foo feels out of place when everything starts with variables in the recipe for the installation instructions. | 13:34 |
lpapp | it is just stylistic, sure, but still :) | 13:34 |
lpapp | well, not necessarily stylistic, but yeah. | 13:34 |
bluelightning | it's up to you, but that is my advice | 13:34 |
lpapp | bluelightning: etc has security issues, too. | 13:35 |
lpapp | -> /home/nic/.profile is not visible by others | 13:35 |
*** aswin <aswin!~aswin@106.208.78.165> has quit IRC | 13:36 | |
lpapp | therefore, it is a bit unusual request from desktop point of view, but it makes sense to me from server point of view. | 13:36 |
lpapp | 1) I would like to make it distro policy, not hard coded in the services 2) I would like to constrain its visibility to that particular user 3) I would like to have consistent variable usage for that installation - These are my requirements. | 13:37 |
lpapp | 4) Ideally, I would like to make it so that the devs can avoid the initscripts, so that they can just use NFS and run the binary from there without adjustments. | 13:38 |
lpapp | it seems to me these are only fulfilled by /home/foo/.profile | 13:38 |
lpapp | unless you revoke the read access for /etc/profile | 13:38 |
lpapp | (but that would have other problems, like users would not be able to read while this information relates to them, too!) | 13:40 |
lpapp | so that is why I think I wanted /home/foo/.profile over other solutions. It is not an easy decision as /home/foo/.profile looks painful from package point of view. | 13:41 |
lpapp | I may have missed something. | 13:41 |
*** kanavin_ <kanavin_!ak@nat/intel/x-pfyvvvcztzbhbkuf> has quit IRC | 13:41 | |
lpapp | I considered the busybox change that Bernhard created after my suggestion, but that also has issues :) | 13:44 |
lpapp | 1) You pollute your filesystem with a skeleton file 2) Busybox specific solution, not buildsystem specific. | 13:44 |
lpapp | 3) It is not yet in busybox, so it would mean some additional maintenance to me. | 13:44 |
lpapp | (it is also questionable whether it gets at all, at this point) | 13:45 |
lpapp | in* | 13:45 |
*** benjamirc <benjamirc!besquive@nat/intel/x-qgtmrrhrrkeuarcl> has joined #yocto | 13:45 | |
*** akhandav <akhandav!~arun@139.181.35.34> has quit IRC | 13:58 | |
*** akhandav <akhandav!~arun@139.181.35.34> has joined #yocto | 13:59 | |
*** AndersD <AndersD!~anders@213-64-219-84-no126.business.telia.com> has quit IRC | 13:59 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 14:01 | |
*** wadim_ <wadim_!~egorov@mail.phytec.de> has quit IRC | 14:01 | |
*** Crofton|work <Crofton|work!~balister@108.44.121.212> has quit IRC | 14:05 | |
*** dfaught <dfaught!~dfaught@cpe-72-190-67-145.tx.res.rr.com> has joined #yocto | 14:07 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 14:08 | |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has quit IRC | 14:08 | |
*** lamego <lamego!~lamego@134.134.139.70> has joined #yocto | 14:08 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 14:13 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-qgtmrrhrrkeuarcl> has quit IRC | 14:13 | |
*** Crofton <Crofton!~balister@63.164.30.24> has joined #yocto | 14:14 | |
*** stiandre <stiandre!~stiandre@109.247.13.242> has quit IRC | 14:15 | |
*** jku <jku!jku@nat/intel/x-dtjyvzdxjdmitxbe> has quit IRC | 14:16 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-12-238.nwrknj.east.verizon.net> has joined #yocto | 14:19 | |
*** e8johan <e8johan!~quassel@90-229-157-121-no198.tbcn.telia.com> has quit IRC | 14:28 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:33 | |
*** paulg_ is now known as paulg | 14:37 | |
*** sarahsharp <sarahsharp!~sarah@192.55.55.39> has quit IRC | 14:40 | |
paulg | seems the fetcher change to not use sums for hg broke vim downloads... | 14:40 |
paulg | reverting commit 70c1d222c08ba5bdca416c6f1c2bcb0f15c93126 fixes it | 14:41 |
paulg | you need to cleanall in order to force a fetch, else you won't see it. | 14:42 |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 14:42 | |
paulg | ERROR: Function failed: Fetcher failure: Fetch command failed with exit code 255, output: | 14:42 |
paulg | abort: repository /home/paul/poky/build/downloads/hg/vim.googlecode.com/hg/vim not found! | 14:42 |
*** lamego <lamego!~lamego@134.134.139.70> has quit IRC | 14:42 | |
*** lamego <lamego!~lamego@134.134.139.70> has joined #yocto | 14:43 | |
*** Crofton <Crofton!~balister@63.164.30.24> has quit IRC | 14:48 | |
kergoth | morning | 14:49 |
*** frsc <frsc!~frsc@dslb-178-010-249-230.178.010.pools.vodafone-ip.de> has quit IRC | 14:56 | |
lpapp | hmm, interesting QA issue: gcc-cross-canadian-arm: found library in wrong location | 14:56 |
*** mago__ is now known as mago|away | 14:57 | |
*** dmoseley <dmoseley!~dmoseley@cpe-172-72-214-31.carolina.res.rr.com> has joined #yocto | 14:58 | |
lpapp | bluelightning: it seems that you have done some fixes for that claiming that it was still over zealous | 15:02 |
bluelightning | lpapp: I believe it is yes, you may choose to simply disable it | 15:03 |
lpapp | bluelightning: so how can I pin it down whether or not it is a false positive? | 15:04 |
*** Crofton <Crofton!~balister@63.164.30.24> has joined #yocto | 15:05 | |
*** afxez0r <afxez0r!afxez0r@nat/intel/x-wllbuivptyzqvpwe> has joined #yocto | 15:06 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has joined #yocto | 15:07 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:08 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 15:09 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has quit IRC | 15:16 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 15:21 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 15:29 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-znenzmoyghtmnhjb> has joined #yocto | 15:30 | |
*** lamego <lamego!~lamego@134.134.139.70> has quit IRC | 15:30 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 15:31 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-znenzmoyghtmnhjb> has quit IRC | 15:32 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.137.75> has joined #yocto | 15:32 | |
*** sjolley1 <sjolley1!sjolley@nat/intel/x-nghwvxgidbeziyik> has quit IRC | 15:32 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 15:39 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-itpakkmyhrindhnh> has joined #yocto | 15:39 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has quit IRC | 15:43 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-itpakkmyhrindhnh> has quit IRC | 15:44 | |
*** kanupatar <kanupatar!a32f0ee6@gateway/web/freenode/ip.163.47.14.230> has joined #yocto | 15:44 | |
kanupatar | hi guys | 15:44 |
*** lamego <lamego!lamego@nat/intel/x-smnfxjgwfcwklewr> has joined #yocto | 15:48 | |
*** timsche <timsche!~quassel@port-92-192-61-44.dynamic.qsc.de> has joined #yocto | 15:51 | |
kanupatar | Exception: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output: fatal: '/home/xxx/DriverSrc' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. | 15:51 |
*** tlwoerner <tlwoerner!~trevor@unaffiliated/tlwoerner> has joined #yocto | 15:52 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 15:52 | |
kanupatar | any ideas? | 15:53 |
kergoth | sounds like you made your recipe point to a nonexistent local repositroy | 15:54 |
kergoth | which would be exactlyw hat it says | 15:55 |
*** kanupatar <kanupatar!a32f0ee6@gateway/web/freenode/ip.163.47.14.230> has quit IRC | 15:58 | |
*** sjolley <sjolley!~sjolley@134.134.137.73> has joined #yocto | 15:58 | |
*** kanupatar <kanupatar!a32f0ee6@gateway/web/freenode/ip.163.47.14.230> has joined #yocto | 16:00 | |
kanupatar | bitbake core-image-weston gives me following error. Please check Exception: ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output: fatal: '/home/xxx/DriverSrc' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rig | 16:01 |
kergoth | yes, you already said that. in multiple channels | 16:02 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 16:03 | |
kanupatar | kergoth:my low connection | 16:04 |
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has joined #yocto | 16:04 | |
*** bluelightning_ <bluelightning_!~paul@83.217.123.106> has quit IRC | 16:04 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 16:04 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 16:05 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-lrrckvgarvdwlpxt> has joined #yocto | 16:06 | |
*** bluelightning_ is now known as bluelightning | 16:06 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.137.75> has quit IRC | 16:08 | |
*** lamego <lamego!lamego@nat/intel/x-smnfxjgwfcwklewr> has quit IRC | 16:09 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has joined #yocto | 16:09 | |
*** lamego <lamego!lamego@nat/intel/x-bhbuazmfyhthlihq> has joined #yocto | 16:09 | |
*** Crofton <Crofton!~balister@63.164.30.24> has quit IRC | 16:16 | |
*** ddom <ddom!~ddom@p4FFDA857.dip0.t-ipconnect.de> has quit IRC | 16:19 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-lrrckvgarvdwlpxt> has quit IRC | 16:20 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:25 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:26 | |
*** afxez0r <afxez0r!afxez0r@nat/intel/x-wllbuivptyzqvpwe> has quit IRC | 16:32 | |
*** lamego <lamego!lamego@nat/intel/x-bhbuazmfyhthlihq> has quit IRC | 16:34 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has quit IRC | 16:34 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-qebewqcxipxrifkj> has joined #yocto | 16:39 | |
*** Mohican <Mohican!~Doug@eduroam-143-106-147-247.wifi.ccuec.unicamp.br> has joined #yocto | 16:47 | |
*** jbrianceau is now known as jbrianceau_away | 16:47 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has left #yocto | 16:48 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has joined #yocto | 16:48 | |
*** lamego <lamego!~lamego@134.134.139.70> has joined #yocto | 16:48 | |
*** DS_ <DS_!c9529440@gateway/web/freenode/ip.201.82.148.64> has joined #yocto | 16:50 | |
*** kanupatar <kanupatar!a32f0ee6@gateway/web/freenode/ip.163.47.14.230> has quit IRC | 16:51 | |
*** [Sno] <[Sno]!~sno@rademacherexchange.de> has quit IRC | 16:52 | |
DS_ | Hello! I just tried baking an image (something very common), however I just got ~33 error messages like this one: "ERROR: QA Issue: Package version for package kernel went backwards which would break....... [version-going-backwards]". I googled and it appears the maintainers of some layer/recipe decided to change stuff around. How can I repair this in my system? Do I need to clean everything and start from scratch, or will this go away th | 16:53 |
*** rewitt <rewitt!rewitt@nat/intel/x-iwbmgofekccbpdhd> has quit IRC | 17:01 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 17:02 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-qebewqcxipxrifkj> has quit IRC | 17:03 | |
*** raffo <raffo!~raffo@dsl093-172-033.pit1.dsl.speakeasy.net> has quit IRC | 17:05 | |
*** scottrif <scottrif!~scottrif@179.42.226.114> has joined #yocto | 17:07 | |
*** simonl <simonl!uid6729@gateway/web/irccloud.com/x-orbkezycqfnlpjyw> has quit IRC | 17:10 | |
*** afxez0r <afxez0r!~afxez0r@134.134.137.71> has joined #yocto | 17:16 | |
*** ant_work <ant_work!~ant__@host222-188-static.61-79-b.business.telecomitalia.it> has quit IRC | 17:16 | |
*** raffo <raffo!~raffo@dsl093-172-033.pit1.dsl.speakeasy.net> has joined #yocto | 17:18 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 17:21 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has quit IRC | 17:24 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 17:26 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has joined #yocto | 17:27 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.70> has joined #yocto | 17:31 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@93.51.28.96> has quit IRC | 17:37 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 17:37 | |
*** rtollert_ <rtollert_!~rtollert@130.164.62.231> has quit IRC | 17:40 | |
*** glfernando <glfernando!~glfernand@134.134.139.72> has joined #yocto | 17:41 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 17:50 | |
*** rtollert <rtollert!~rtollert@130.164.62.231> has joined #yocto | 17:50 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.70> has quit IRC | 18:01 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has quit IRC | 18:09 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 18:09 | |
*** sarahsharp <sarahsharp!~sarah@192.55.54.42> has joined #yocto | 18:15 | |
*** sm0ketst <sm0ketst!54c63c29@gateway/web/freenode/ip.84.198.60.41> has joined #yocto | 18:17 | |
sm0ketst | hi all. What is the best way to use the linux-yocto-rt? dependency in the image and preferred in the machine.conf only? | 18:18 |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 18:19 | |
sm0ketst | if i use the yocto-bsp to create mybsp, i can select only the 3.10 for the linux-yocto-rt kernel, and it also provides 3.10 bbappend with .scc files but not for the 3.14, no choice. | 18:20 |
*** paulg_ <paulg_!~paulg@72.1.195.9> has joined #yocto | 18:21 | |
sm0ketst | but i can see the 3.15 for the rt in the dizzy branch, and if i remove the preferred version from 3.10 i can build the 3.14. In any case i can run only the standard but not the rt | 18:21 |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has joined #yocto | 18:25 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has quit IRC | 18:26 | |
*** adelcast <adelcast!~adelcast@130.164.62.224> has joined #yocto | 18:26 | |
*** Crofton <Crofton!~balister@63.164.30.172> has joined #yocto | 18:27 | |
*** denix <denix!~denix@pool-108-51-169-48.washdc.fios.verizon.net> has joined #yocto | 18:31 | |
*** Crofton <Crofton!~balister@63.164.30.172> has quit IRC | 18:32 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:33 | |
*** lamego <lamego!~lamego@134.134.139.70> has quit IRC | 18:35 | |
*** Crofton <Crofton!~balister@63.164.30.172> has joined #yocto | 18:37 | |
*** benjamirc <benjamirc!~besquive@134.134.137.75> has quit IRC | 18:39 | |
*** DS_ <DS_!c9529440@gateway/web/freenode/ip.201.82.148.64> has quit IRC | 18:40 | |
*** afxez0r <afxez0r!~afxez0r@134.134.137.71> has quit IRC | 18:42 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 18:45 | |
*** TRoGd0R <TRoGd0R!~nrogers@rrcs-208-125-42-52.nys.biz.rr.com> has joined #yocto | 18:45 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 18:46 | |
TRoGd0R | How can I update my local.conf to include pgrep and pkill? Thanks! | 18:46 |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 18:47 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 18:48 | |
TRoGd0R | I added IMAGE_INSTALL_append = " procps" but it didn't give me pgrep or pkill | 18:48 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-zzanocipxpbhywje> has quit IRC | 18:49 | |
*** e8johan <e8johan!~quassel@90-229-157-121-no198.tbcn.telia.com> has joined #yocto | 18:57 | |
*** paulbarker <paulbarker!~pbarker@cpc19-shep11-2-0-cust55.8-3.cable.virginm.net> has joined #yocto | 18:58 | |
paulbarker | halstead: I'm trying to upload an opkg release to downloads.yoctoproject.org but getting a time out from ssh. It's been ages since I last did this, anything changed? | 19:00 |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 19:00 | |
*** Crofton <Crofton!~balister@63.164.30.172> has quit IRC | 19:01 | |
halstead | paulbarker, Yes. We moved it to a faster network but ssh is now blocked by the firewall. You'll need to bounce via another server. I'll send the config via e-mail. | 19:11 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 19:12 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 19:15 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 19:17 | |
paulbarker | halstead: Cheers | 19:18 |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-dbiruciparyvwopp> has joined #yocto | 19:18 | |
*** jbrianceau_away is now known as jbrianceau_home | 19:18 | |
*** Crofton <Crofton!~balister@63.164.30.172> has joined #yocto | 19:22 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 19:36 | |
*** stiandre <stiandre!~stiandre@250.97.45.31.customer.cdi.no> has joined #yocto | 19:40 | |
*** jbrianceau_home is now known as jbrianceau_away | 19:43 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 19:46 | |
*** stiandre_ <stiandre_!~stiandre@109.247.13.242> has joined #yocto | 19:48 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has quit IRC | 19:52 | |
*** stiandre <stiandre!~stiandre@250.97.45.31.customer.cdi.no> has quit IRC | 19:52 | |
*** berton <berton!~fabio@201.22.227.56> has joined #yocto | 19:54 | |
*** Crofton <Crofton!~balister@63.164.30.172> has quit IRC | 19:58 | |
*** e8johan <e8johan!~quassel@90-229-157-121-no198.tbcn.telia.com> has quit IRC | 20:10 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 20:10 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 20:12 | |
*** lcmcd <lcmcd!~lcm@c-71-193-138-26.hsd1.or.comcast.net> has joined #yocto | 20:12 | |
*** stiandre <stiandre!~stiandre@109.247.13.242> has joined #yocto | 20:15 | |
*** pohly <pohly!~pohly@p5DE8E006.dip0.t-ipconnect.de> has quit IRC | 20:17 | |
*** ddalex1 <ddalex1!~ddalex@109.144.177.188> has joined #yocto | 20:17 | |
*** Crofton <Crofton!~balister@63.164.30.172> has joined #yocto | 20:17 | |
*** stiandre_ <stiandre_!~stiandre@109.247.13.242> has quit IRC | 20:17 | |
*** tmpsantos <tmpsantos!~tmpsantos@91-158-160-81.elisa-laajakaista.fi> has quit IRC | 20:21 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 20:27 | |
*** orzen <orzen!~orzen@h180n2-ld-c-a31.ias.bredband.telia.com> has joined #yocto | 20:30 | |
*** paulg_ <paulg_!~paulg@72.1.195.9> has quit IRC | 20:37 | |
*** Mohican <Mohican!~Doug@eduroam-143-106-147-247.wifi.ccuec.unicamp.br> has quit IRC | 20:40 | |
*** paulbarker <paulbarker!~pbarker@cpc19-shep11-2-0-cust55.8-3.cable.virginm.net> has quit IRC | 20:40 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 20:44 | |
*** sm0ketst <sm0ketst!54c63c29@gateway/web/freenode/ip.84.198.60.41> has quit IRC | 20:49 | |
*** timsche <timsche!~quassel@port-92-192-61-44.dynamic.qsc.de> has quit IRC | 20:54 | |
*** ant_home <ant_home!~ant__@host215-169-dynamic.56-82-r.retail.telecomitalia.it> has joined #yocto | 20:57 | |
*** TRoGd0R <TRoGd0R!~nrogers@rrcs-208-125-42-52.nys.biz.rr.com> has left #yocto | 20:57 | |
*** berton <berton!~fabio@201.22.227.56> has quit IRC | 20:58 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 21:01 | |
deuter | hi | 21:03 |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has joined #yocto | 21:22 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 21:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 21:27 | |
*** stiandre <stiandre!~stiandre@109.247.13.242> has quit IRC | 21:35 | |
*** tsramos <tsramos!~tsramos@192.55.55.39> has quit IRC | 21:38 | |
*** tsramos <tsramos!tsramos@nat/intel/x-mlfxfxsdhqwhcwfu> has joined #yocto | 21:39 | |
*** Crofton <Crofton!~balister@63.164.30.172> has quit IRC | 21:39 | |
*** tsramos <tsramos!tsramos@nat/intel/x-mlfxfxsdhqwhcwfu> has quit IRC | 21:43 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 21:48 | |
*** dfaught <dfaught!~dfaught@cpe-72-190-67-145.tx.res.rr.com> has quit IRC | 21:50 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 21:52 | |
RP | kergoth: there is a problem with this update_data removal :(. d.keys() doesn't list the override expanded version of keys. Turns out making it do so is expensive too :( | 21:58 |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** sarahsharp <sarahsharp!~sarah@192.55.54.42> has quit IRC | 22:03 | |
*** ddalex1 <ddalex1!~ddalex@109.144.177.188> has quit IRC | 22:09 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has joined #yocto | 22:29 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 22:31 | |
*** ant_home <ant_home!~ant__@host215-169-dynamic.56-82-r.retail.telecomitalia.it> has quit IRC | 22:32 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-buhxjkvnaftqhmbz> has quit IRC | 22:43 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has joined #yocto | 22:46 | |
*** nicktick <nicktick!~john@unaffiliated/nicktick> has joined #yocto | 22:56 | |
*** Valentin <Valentin!~valentin@5.128.82.19> has quit IRC | 23:02 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 23:13 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 23:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 23:23 | |
*** Aethenelle <Aethenelle!~Aethenell@199.15.128.78> has quit IRC | 23:26 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-dbiruciparyvwopp> has quit IRC | 23:39 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!