Thursday, 2018-03-08

*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC00:01
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto00:01
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC00:18
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC00:27
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto00:28
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has quit IRC00:30
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-grdesdjvedyecddj> has joined #yocto00:31
*** learningc <learningc!~User@60.52.53.240> has quit IRC00:32
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC00:34
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto00:38
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto00:41
*** jbravo <jbravo!~jbravo@219.140.140.102> has quit IRC00:50
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto00:51
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-letqtgfhwwwryzbj> has quit IRC00:57
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC00:57
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto00:58
*** martinkelly <martinkelly!~martin@205.175.118.149> has joined #yocto01:05
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC01:14
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto01:15
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto01:19
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC01:28
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto01:29
learningcWhat's the difference between CORE_IMAGE_EXTRA_INSTALL and IMAGE_INSTALL?01:31
learningcWhen to use one or the other?01:31
*** martinkelly <martinkelly!~martin@205.175.118.149> has quit IRC01:35
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto01:40
*** noway42 <noway42!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has quit IRC01:56
kergothlearningc: CORE_IMAGE_EXTRA_INSTALL is specifically intended for *user* use, i.e. in local.conf. IMAGE_INSTALL is what's really used in the images. the latter cant' be safely set in local.conf, because some recipes set it with ?=, so the user set of it in local.conf can override the image entirely, user has to use _append, which is easy to muck up. so CORE_IMAGE_EXTRA_INSTALL is a less brittle mechanism specifically provided to user rather than to the01:57
kergoth image itself01:57
kergothnot the only time we've done that sort of thing01:57
learningcSo I should always use CORE_IMAGE_EXTRA_INSTALL in my local.conf?01:58
kergothassuming the images you're building inherit core-image, yes, absolutely, less error-prone01:59
learningcI see. Thanks01:59
kergothI'm not a big fan of usage of ?= or ??= in images or classes for this reason. there's no real reason to use it, the recipe can still override the class's default by setting it after the inherit02:00
kergoththey're useful in config files, but beyond that it tends to cause this sort of issue02:01
learningcbb.data_smart.ExpansionError: Failure expanding variable PACKAGECONFIG, expression was  ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} which triggered exception AttributeError: module 'bb.utils' has no attribute 'filter'02:04
learningcHow can I solve this issue?02:04
kergothsounds like mismatched layer branches02:04
kergothif one layer is master, they all need to be, if one is morty, they all need to be02:04
learningcI need to change branch?02:04
kergothi don't understandt heq uestion02:05
kergothas i said, every layer you have needs to be on the same branch / release02:05
learningcI see02:05
kergothif you're using a release version of poky/oe-core, then you'll need to use the release branches on any layers you clone02:05
learningcThen how to cange to no btanch?02:05
learningcchange02:05
kergoththere's no such thing as no branch02:05
learningcI downloaded a git version of yocto and when I chen branch it says no branch02:06
learningcThen I downloaded meta-openembedded and branch it to morty02:06
kergothagain, if you're using the morty branch in one layer, you need to use it everywhere02:08
*** RP <RP!~RP@134.134.139.93> has quit IRC02:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC02:12
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC02:14
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto02:16
*** stephano <stephano!~stephano@134.134.139.72> has quit IRC02:16
*** stephano <stephano!stephano@nat/intel/x-zdkqjhoosvatlhdi> has joined #yocto02:17
learningcIs master considered a branch?02:17
*** JoseBravo <JoseBravo!~jbravo@221.232.134.62> has joined #yocto02:17
*** stephano <stephano!stephano@nat/intel/x-zdkqjhoosvatlhdi> has quit IRC02:18
*** stephano <stephano!stephano@nat/intel/x-iorkfihrbwsdrzrp> has joined #yocto02:21
kergothyes02:21
kergothmaster are morty are two different release branches, incompatible02:21
kergothand02:21
*** stephano <stephano!stephano@nat/intel/x-iorkfihrbwsdrzrp> has quit IRC02:25
*** noway42 <noway42!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has joined #yocto02:32
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has quit IRC02:38
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has joined #yocto02:38
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has quit IRC02:39
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC02:43
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto02:44
yoctiNew news from stackoverflow: Embedded system Build-system to use debian pbuilder <https://stackoverflow.com/questions/49164336/embedded-system-build-system-to-use-debian-pbuilder>02:45
noway42I've enabled development tools using tools-sdk. But I have a dependency on the library libmicrohttpd.02:50
noway42I02:51
noway42I can't seem to link to it using g++ -lmicrohttpd. It complains library not found02:51
noway42How do I setup my scripts so that libmicrohttpd is discovered?02:51
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto03:00
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto03:02
*** noway42 <noway42!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has quit IRC03:03
*** sgw <sgw!~swold@134.134.139.83> has joined #yocto03:21
*** sgw <sgw!~swold@134.134.139.83> has quit IRC03:25
*** sgw <sgw!~swold@156.39.10.47> has joined #yocto03:26
*** sgw <sgw!~swold@156.39.10.47> has quit IRC03:31
*** sjolley1 <sjolley1!~sjolley@134.134.139.76> has quit IRC03:34
*** sjolley <sjolley!sjolley@nat/intel/x-rjnltxywbamcjhvu> has joined #yocto03:35
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-krtqjgnzpvgloijl> has joined #yocto03:56
*** kaspter <kaspter!~Instantbi@183.134.100.75> has quit IRC04:03
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC04:05
-YoctoAutoBuilder- build #837 of nightly-no-x11 is complete: Failure [failed BuildImages] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/83704:18
-YoctoAutoBuilder- build #849 of nightly-x86-64-lsb is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/84904:18
*** IsntFunny <IsntFunny!~styler2go@v22015051823525655.yourvserver.net> has joined #yocto04:29
*** styler2go <styler2go!~styler2go@v22015051823525655.yourvserver.net> has quit IRC04:31
*** kaspter <kaspter!~Instantbi@115.206.58.6> has joined #yocto05:01
*** kaspter <kaspter!~Instantbi@115.206.58.6> has quit IRC05:03
*** kaspter <kaspter!~Instantbi@115.206.58.6> has joined #yocto05:03
silviofI have a problem with the command 'wic list source-plugins' I get following error message: https://paste.ofcode.org/32eT6mGDGtCsNv2YRVepBVG ... what I'm doing wrong or what is the problem?05:11
*** gtristan <gtristan!~tristanva@221.147.85.22> has joined #yocto05:13
*** RP <RP!~RP@50.235.79.131> has joined #yocto05:16
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto05:18
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-grdesdjvedyecddj> has quit IRC05:21
*** JoseBravo <JoseBravo!~jbravo@221.232.134.62> has quit IRC05:24
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto05:35
*** armpit <armpit!~armpit@2601:202:4000:1184:6d76:b853:98d2:431c> has quit IRC05:37
*** jbravo <jbravo!~jbravo@221.232.134.62> has joined #yocto05:44
*** hanthings <hanthings!~nandor@194.9.245.17> has joined #yocto05:47
*** armpit <armpit!~armpit@2601:202:4000:1184:756c:e262:4329:13bc> has joined #yocto05:48
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-krtqjgnzpvgloijl> has quit IRC06:07
*** sgw <sgw!~swold@c-71-238-116-168.hsd1.or.comcast.net> has joined #yocto06:17
*** sgw <sgw!~swold@c-71-238-116-168.hsd1.or.comcast.net> has quit IRC06:22
*** sgw <sgw!~swold@c-71-238-116-168.hsd1.or.comcast.net> has joined #yocto06:23
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC06:26
-YoctoAutoBuilder- build #855 of nightly-multilib is complete: Failure [failed BuildImages_4] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/85506:28
*** sgw <sgw!~swold@c-71-238-116-168.hsd1.or.comcast.net> has quit IRC06:34
*** sgw <sgw!swold@nat/intel/x-oeraurxtzdrduceo> has joined #yocto06:35
*** wladz <wladz!~zuz@107.170.255.55> has quit IRC06:56
*** wladz <wladz!~zuz@107.170.255.55> has joined #yocto06:57
*** agust <agust!~agust@p4FCB54C8.dip0.t-ipconnect.de> has joined #yocto06:58
-YoctoAutoBuilder- build #866 of nightly-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running ESDK Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/86607:04
*** pidge <pidge!~pidge@2001:41d0:a:5dc5::> has quit IRC07:05
*** guenni90 <guenni90!d95b4710@gateway/web/freenode/ip.217.91.71.16> has joined #yocto07:05
guenni90hello fellows, currently i am trying to work with layers and trying to overlay hardly some .inc files. It seems to me like hard overlaysing, so that the inc file from the lower layer is not used, is not possible07:07
guenni90is that true?07:07
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto07:08
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto07:10
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has quit IRC07:15
-YoctoAutoBuilder- build #920 of nightly is complete: Failure [failed] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/92007:17
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto07:19
*** frieder <frieder!~frieder@i59F72002.versanet.de> has joined #yocto07:39
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has joined #yocto07:40
LetoThe2ndguenni90: without verifying it, i think that the includes are actually not meant to be overridden07:43
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto07:47
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has joined #yocto07:50
*** welhm <welhm!~welhm@zimbra.welvaarts.com> has quit IRC07:52
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC07:53
*** welhm <welhm!~welhm@zimbra.welvaarts.com> has joined #yocto07:55
*** welhm_ <welhm_!~welhm@zimbra.welvaarts.com> has joined #yocto07:55
*** fl0v0 <fl0v0!~fvo@mue-88-130-108-043.dsl.tropolys.de> has joined #yocto07:57
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC07:59
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto08:00
*** welhm_ <welhm_!~welhm@zimbra.welvaarts.com> has quit IRC08:01
*** tavish <tavish!~tavish@unaffiliated/tavish> has joined #yocto08:08
*** rajm <rajm!~robertmar@167.98.27.229> has joined #yocto08:10
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto08:15
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto08:20
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto08:23
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC08:23
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto08:25
*** falstaff <falstaff!~quassel@2001:1620:c6e:0:6030:f82b:a5ce:170e> has quit IRC08:41
*** falstaff <falstaff!~quassel@2001:1620:c6e:0:8894:73d3:3642:c761> has joined #yocto08:42
*** vdehors <vdehors!~vdehors@91-162-62-2.subs.proxad.net> has joined #yocto08:43
*** lusus__ <lusus__!~lusus@62.91.23.180> has quit IRC08:50
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto08:50
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-aihxignzhmmdjpmb> has joined #yocto08:54
*** vladzouth <vladzouth!500c5411@gateway/web/freenode/ip.80.12.84.17> has joined #yocto08:56
*** yann <yann!~yann@LFbn-1-527-224.w86-245.abo.wanadoo.fr> has quit IRC08:59
*** vladzouth <vladzouth!500c5411@gateway/web/freenode/ip.80.12.84.17> has quit IRC09:05
*** jbravo is now known as JoseBravo09:29
JoseBravoI'm having a hard time compiling a receipt due this error: "checking for jansson >= 2.6... no configure: error: Could not find jansson library - please install jansson >= 2.6"09:29
*** TobSnyder <TobSnyder!~schneider@178.24.3.37> has joined #yocto09:29
JoseBravoBut it's already on my DEPENDS09:30
JoseBravoIt's installing the version 2.9 but it can't locate it09:30
LetoThe2ndJoseBravo: well then see how it checks for the dependency. maybe it uses some hardcoded paths or magic09:31
LetoThe2ndat a first glance, it seems to come with pkg-config, so it should basically use that.09:31
JoseBravoLetoThe2nd, PKG_CHECK_MODULES(JANSSON, jansson >= 2.6, [AC_DEFINE(HAVE_JANSSON, 1, [Define if you have jansson >= 2.6])], [AC_MSG_ERROR([Could not find jansson library - please install jansson >= 2.6])])09:32
JoseBravoAnd I have in my recipe: inherit autotools pkgconfig09:32
LetoThe2ndthat seems to be right09:33
LetoThe2ndthen i guess you need to dig deeper in config.log, sorry.09:34
JoseBravoI tried to define HAVE_JANSSON, it passed that PKG_CHECK_MODULES.... but it died in the compilation process due missing stuff09:35
LetoThe2ndand you have verified that jansson really gets built? e.g. that the dependency is honoured?09:36
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto09:39
*** rajm <rajm!~robertmar@167.98.27.229> has left #yocto09:40
JoseBravoLetoThe2nd, yes09:41
JoseBravoI just ran bitbake -f -c cleans state jansson and then bitbake jansson...09:41
JoseBravoIt finished w/o any warning or error09:42
LetoThe2ndum. that does not tell you anything about the dependency.09:42
JoseBravoHow can I check that?09:42
LetoThe2ndclean jansson, and then build *YOUR* recipe09:42
LetoThe2ndif bitbake realizes that you need jansson and it is not yet available (because cleaned), then you should see it being built before bitbake attempts to build your stuff.09:43
JoseBravoI just did what you said, it does configure/compilte/package jansson09:45
JoseBravoAnd then the same error again09:45
LetoThe2ndthen, really look at your config.log whats going on.09:45
*** vidbina <vidbina!~vidbina@x4db3a1f2.dyn.telefonica.de> has joined #yocto09:48
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto09:50
*** yann <yann!~yann@178.208.16.32> has joined #yocto09:55
tasslehoffwhat is the proper way to add support for libstdc++fs in my image?10:05
*** kaspter <kaspter!~Instantbi@115.206.58.6> has quit IRC10:07
*** kaspter <kaspter!~Instantbi@115.206.58.6> has joined #yocto10:09
*** bertrik <bertrik!5a911fc2@gateway/web/freenode/ip.90.145.31.194> has joined #yocto10:17
*** bertrik <bertrik!5a911fc2@rockbox/developer/bertrik> has joined #yocto10:17
bertrikhi, I'm a bit desperate trying to make yocto do what I want and I need some help10:20
*** yann <yann!~yann@178.208.16.32> has quit IRC10:21
rburtonask away10:21
*** wladz <wladz!~zuz@107.170.255.55> has quit IRC10:21
bertrikI have a pre-existing yocto project that I want to modify, in particular I want to enable a kernel config option10:21
*** wladz <wladz!~zuz@107.170.255.55> has joined #yocto10:22
bertrikI tried creating a .cfg kernel configuration fragment with my kernel option and adding it in a .bbappend file to SRC_URI, I couldn't make that work10:22
rburtonnot all kernel recipes use and support fragments, what is the kernel recipe?10:23
bertrikI also tried specifying it with "kernel_conf_variable" in my .bbappend file and that actually seems to work if I run the 'configure' task10:23
bertrikrburton: mine is called linux-variscite, this is on an iMX6 board10:23
rburtonpretty sure those kernels don't support config fragments (only kernels using the linux-yocto tooling do)10:25
LetoThe2ndrburton: yep10:25
rburtoni guess you just need to provide a new defconfig10:26
LetoThe2ndhttps://github.com/varigit/meta-variscite-fslc/blob/morty/recipes-kernel/linux/linux-variscite_4.1.15.bb10:26
rburtonwould be nice if more BSPs used the magic tooling but i guess they have reasons not to10:26
*** vidbina <vidbina!~vidbina@x4db3a1f2.dyn.telefonica.de> has quit IRC10:27
LetoThe2ndwell on many arm platforms the mix-and-match we all know from x86 doesn't really apply, imho.10:27
LetoThe2ndplus, if you're a board vendor, you have technically no interest at all in handing out kernels that add custom options, because your buyer will moan at you even more (this does not work - well did you actually configure it?)10:28
rburtonstill, the ability to enable a few config options without having to write a new config is useful10:28
LetoThe2ndi did not say it is not useful :)10:29
rburtonbut yeah there's a good argument for why its in a vendors interest to ship a single defconfig that is tested, as then any changes are the user's responsibility10:29
bertrikrburton: ok, I'll forget about configuration fragments for now10:31
tasslehoffbertrik: I resorted to kernel_conf_variable on variscite as well.10:32
bertriktasslehoff: if I run 'bitbake linux-variscite -c configure' I do actually find a kernel .config in tmp/work/.../<etc>/build that contains my desired changes, but when I finally build it with 'bitbake linux-variscite' the .config appears to get overwritten again10:34
bertrik(I'm a yocto newbie)10:35
*** yann <yann!~yann@LFbn-1-482-85.w86-245.abo.wanadoo.fr> has joined #yocto10:37
bertrikCan I perhaps figure out which step resets my config? What steps are there? like fetch, unpack, patch, configure ...?10:38
*** demonimin_ <demonimin_!~demonimin@unaffiliated/demonimin> has joined #yocto10:38
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC10:39
*** welhm <welhm!~welhm@zimbra.welvaarts.com> has quit IRC10:40
*** welhm <welhm!~welhm@zimbra.welvaarts.com> has joined #yocto10:42
*** welhm_ <welhm_!~welhm@zimbra.welvaarts.com> has joined #yocto10:42
*** vdehors <vdehors!~vdehors@91-162-62-2.subs.proxad.net> has quit IRC10:43
*** welhm <welhm!~welhm@zimbra.welvaarts.com> has quit IRC10:43
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC10:49
tasslehoffbertrik: check this out http://variwiki.com/index.php?title=Yocto_Linux_logo10:51
tasslehoffThat "sticks" for my build10:52
bertrikthanks, I'll look into that10:57
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC10:58
tasslehoffthere are lots of libstdc++fs.a files in recipe-sysroot and nativesdk-$PN, but how do I add support to my image/sdk?10:58
rburtontasslehoff: https://www.yoctoproject.org/docs/current/sdk-manual/sdk-manual.html#sdk-adding-individual-packages10:59
lukmaIs this required to use "nativesdk-" prefix when I intent to have a recipe to be installed on SDK?10:59
lukmaor is it only now a convention ?10:59
lukmafor example "nativesdk-foo"10:59
lukmaor just "foo" and require nativesdk ?11:00
rburtoni'd consider it a requirement11:00
rburtoncalling a recipe foo that is only for nativesdk is just confusing11:00
LetoThe2ndcan a recipe provide different systemd units for different packages?11:02
tasslehoffhm. the file can be found in libstdc++-staticdev I see11:02
rburtonLetoThe2nd: yes11:05
LetoThe2ndrburton: kay, thanks.11:06
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has joined #yocto11:09
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:12
*** yann <yann!~yann@LFbn-1-482-85.w86-245.abo.wanadoo.fr> has quit IRC11:15
lukmaIs there anybody who can help me with runqemu scripts ?11:16
lukmaBecause I'm wondering why there is tunctl compiled in?11:18
lukmaas qemu-system-arm calls /dev/net/tun with some ioctls11:18
lukmaand then tapX is created by system.....11:19
*** morphis__ <morphis__!~morphis@pD9ED6071.dip0.t-ipconnect.de> has joined #yocto11:20
tasslehoffrburton: I know how to add packages, I'm just very unsure what to add in this case :)11:20
*** kxkamil <kxkamil!~k.koniecz@217-67-201-162.itsa.net.pl> has joined #yocto11:22
tasslehoffthe file originates from gcc-runtime, and can be found in image/usr/lib and packages-split/libstdc++-staticdev/usr/lib11:23
*** morphis_ <morphis_!~morphis@pD9ED6618.dip0.t-ipconnect.de> has quit IRC11:23
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC11:26
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto11:30
*** JoseBravo <JoseBravo!~jbravo@221.232.134.62> has quit IRC11:35
*** JoseBravo <JoseBravo!~jbravo@221.232.134.62> has joined #yocto11:35
*** yann <yann!~yann@178.208.16.32> has joined #yocto11:36
*** khem <khem!~khem@unaffiliated/khem> has quit IRC11:41
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto11:42
rburtontasslehoff: so add nativesd-libstdc++-staticdev to your sdk11:45
tasslehoffrburton: yeah. that worked well. and after a coffee I remembered what a static library does and stopped looking for stuff to add to my image :)11:48
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC11:54
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto11:54
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC11:57
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC11:58
bertrikI had added a line like "kernel_conf_variable CONFIG_RTC_DRV_PCF2127 y", turns out this translates into a kernel option CONFIG_CONFIG_RTC_DRV_PCF2127 y (so twice "CONFIG")12:02
bertrikok, it appears that was the problem ...12:06
bertriknot sure whether to laugh or cry, spent about 6 hours on this :/12:07
*** tasslehoff <tasslehoff!~Tasslehof@82.147.55.166> has quit IRC12:11
*** hanthings <hanthings!~nandor@194.9.245.17> has quit IRC12:13
*** jbravo <jbravo!~jbravo@219.140.140.102> has joined #yocto12:15
*** hanthings <hanthings!~nandor@194.9.245.28> has joined #yocto12:30
*** bertrik <bertrik!5a911fc2@rockbox/developer/bertrik> has quit IRC12:35
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto12:35
dzenhi there.12:35
dzenI've been watching a lots of docs since a few days.I want to see if it's possible to12:36
dzencreate a recipe to use python 3.6 as the default python version on a final image12:36
dzenis there some caveats ?12:36
*** gtristan <gtristan!~tristanva@221.147.85.22> has quit IRC12:37
*** gtristan <gtristan!~tristanva@110.11.179.89> has joined #yocto12:39
*** duffolonious <duffolonious!~bryan@68-168-189-223.fttp.usinternet.com> has quit IRC12:48
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC12:56
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC13:09
*** vdehors <vdehors!~vdehors@37.173.230.88> has joined #yocto13:12
*** cdleonard <cdleonard!~nxf25340@92.121.36.197> has joined #yocto13:21
*** tavish <tavish!~tavish@unaffiliated/tavish> has quit IRC13:26
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto13:27
*** kpo__ <kpo__!~bob@user-94-254-248-43.play-internet.pl> has quit IRC13:30
*** hanthings <hanthings!~nandor@194.9.245.28> has quit IRC14:00
*** marka <marka!~masselst@184.175.21.48> has joined #yocto14:07
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto14:11
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC14:13
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto14:14
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto14:15
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC14:16
*** stephano <stephano!~stephano@134.134.139.73> has joined #yocto14:30
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC14:37
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto14:38
*** jbravo <jbravo!~jbravo@219.140.140.102> has quit IRC14:40
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has quit IRC14:57
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC15:02
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC15:02
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto15:02
lukmaLets suppose I do want to add foo package to nativesdk.15:03
lukmaOne solution would be to create foo_%.bbappend with BBCLASSEXTEND = "nativesdk" in it.15:03
lukma(and then add it to nativesdk-package-group)15:03
lukmaIs there any other, better way to do it?15:03
*** RP <RP!~RP@50.235.79.131> has quit IRC15:04
*** vdehors <vdehors!~vdehors@37.173.230.88> has quit IRC15:04
*** TobSnyder <TobSnyder!~schneider@178.24.3.37> has quit IRC15:06
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC15:06
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto15:06
kergoththe bbappend is the best way to get it available, but you can append to TOOLCHAIN_HOST_TASK rather than mucking with the existing packagegroup15:07
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC15:07
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC15:07
lukmakergoth: I did something like: TOOLCHAIN_HOST_TASK_append = "nativesdk-my-packages"15:07
lukmathis is done in my distro.conf15:08
*** learningc <learningc!~User@60.52.53.240> has joined #yocto15:08
kergoththat's right, other than the missing leading space15:08
lukmakergoth: Yes.15:08
lukmakergoth: So if I do have "foo"15:09
lukmathen it is enough to have TOOLCHAIN_HOST_TASK_append = " nativesdk-foo"15:10
lukmawithout the need of bbappend ?15:10
lukmathe nativesdk- prefix would be resolved to provide native version of the package ?15:11
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto15:11
LetoThe2ndi have a recipe that provides two packages, and therefore SYSTEMD_SERVICE_${PN} and SYSTEMD_SERVICE_${PN}-foo. yet i have to add it manually to FILES_${PN}-foo, and it does not get auto-enabled, the one without -foo does. any trick i'm missing?15:16
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC15:17
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto15:17
lukmaLetoThe2nd: Maybe some "split" magic has been done in the recipe ?15:19
lukmaand you need to explicitly add some version of the package to be installed?15:19
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto15:19
LetoThe2ndlukma: there is magic for sure. the question is, which and where.15:20
lukmaI had similar issue with libgles in mesa15:21
lukmathis recipe did the split15:21
lukmaand then by default it installs only libglesv215:22
lukmaand I had to manually add libglesv1-mesa manually to packagegroup....15:22
LetoThe2ndlukma: the split itself is not the problem, all is well. just the additional systemd magic doesn't get applied to the split out package.15:23
*** learningc <learningc!~User@60.52.53.240> has quit IRC15:25
*** learningc <learningc!~User@60.52.53.240> has joined #yocto15:25
*** User_ <User_!~User@60.52.53.240> has joined #yocto15:28
*** learningc <learningc!~User@60.52.53.240> has quit IRC15:28
*** RP <RP!~RP@134.134.139.92> has joined #yocto15:31
-YoctoAutoBuilder- build #838 of nightly-no-x11 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/83815:34
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC15:37
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC15:37
*** rburton_ <rburton_!~textual@35.106.2.81.in-addr.arpa> has joined #yocto15:37
rburton_lukma: a better way would be to add that class extend to the recipe itself15:38
LetoThe2ndfor the record: one needs to extend SYSTEMD_PACKAGES15:38
*** noway96 <noway96!~noway96@50-244-213-195-static.hfc.comcastbusiness.net> has joined #yocto15:46
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto15:49
*** kaspter <kaspter!~Instantbi@115.206.58.6> has quit IRC15:49
*** User_ <User_!~User@60.52.53.240> has quit IRC15:57
*** learningc <learningc!~User@60.52.53.240> has joined #yocto16:00
-YoctoAutoBuilder- build #850 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64-lsb/builds/85016:02
*** styler2go <styler2go!~styler2go@v22015051823525655.yourvserver.net> has joined #yocto16:04
lukmarburton: And how to extend nativesdk rootfs? ${SDKTARGETSYSROOT}/ is not the correct directory16:07
*** IsntFunny <IsntFunny!~styler2go@v22015051823525655.yourvserver.net> has quit IRC16:08
*** vladzouth <vladzouth!500c5411@gateway/web/freenode/ip.80.12.84.17> has joined #yocto16:09
lukmaProbably it is sbindir_nativesdk16:14
-YoctoAutoBuilder- build #856 of nightly-multilib is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/85616:16
yoctiNew news from stackoverflow: Booting linux on imx6 sabrelite Bad Data CRC ERROR: can't get kernel image <https://stackoverflow.com/questions/49177323/booting-linux-on-imx6-sabrelite-bad-data-crc-error-cant-get-kernel-image>16:17
armpitRP, nightly-x86-64-lsb passed with new kernel changes.16:20
armpitthe is the one that hung with kvm enabled on 4.116:20
rburton_lukma: https://www.yoctoproject.org/docs/current/sdk-manual/sdk-manual.html#sdk-adding-individual-packages16:22
rburton_lukma: in the recipe you don't have to do anything16:22
*** vidbina <vidbina!~vidbina@x4db3a1f2.dyn.telefonica.de> has joined #yocto16:22
rburton_bbclasextend does the magic for you, renaming prefix_nativesdk to prefix etc etc16:22
lukmarburton: There are some issues, though16:25
lukmafor example - my SDK rootfs has <patch to SDK rootfs>/usr/bin16:26
*** vmesons is now known as vmeson16:26
lukmabut it lacks <patch to SDK rootfs>/usr/sbin16:26
lukmaand the package to which I've bbappended the BBCLASSEXTEND = "nativesdk"16:26
rburton_sbindir = "${bindir}" <-- from nativesdk.bbclass16:27
lukmawants to install its tools to /usr/sbin16:27
lukmaSo it requires:   FILES_${PN} += " /opt/misio/2.4.2/sysroots/x86_64-pokysdk-linux/usr/sbin/*"16:27
rburton_the tool is broken as its not listening to the paths about where to install16:28
lukmaThe  ${sbindir_nativesdk} is not working16:28
lukma{bindir} also16:28
rburton_it is, the problem is your makefile isn't listening16:28
rburton_presumably this is a closed source tool i can't look at the makefile for?16:28
lukmarburton: it is the iotop16:29
*** yann <yann!~yann@178.208.16.32> has quit IRC16:29
lukmafrom poky16:29
rburton_s/poky/meta-oe/16:29
lukmapoky/meta-openembedded/meta-oe/recipes-extended/iotop16:30
lukmaach , yes I put them all.....16:30
rburton_http://repo.or.cz/iotop.git/blob/HEAD:/setup.py <-- hardcodes sbin16:30
lukmaThe fix would be to FILES_${PN} += " /opt/misio/2.4.2/sysroots/x86_64-pokysdk-linux/usr/sbin/*"16:31
lukmaand then the compilation proceeds16:32
lukmaBut this is (/opt/misio/2.4.2/sysroots/x86_64-pokysdk-linux) the default path of SDK on host machine16:32
lukmaCan it be changed with some predefined stuff ?16:32
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has joined #yocto16:32
*** stephano <stephano!~stephano@134.134.139.73> has quit IRC16:34
vladzouthhi, i am newbie for embedded linux. I build an embedded linux with yocto and use mfgtool to burn uboot kernel and rootfs on my imx6 sabrelite. But after booting i have an error: Bad CRC , can't get kernel image. How can i fix this?16:36
lukma vladzouth: Do you see bootloader prompt?16:49
-YoctoAutoBuilder- build #867 of nightly-x86-64 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-x86-64/builds/86716:49
vladzouthwhat do you mean about it?16:50
*** sjolley <sjolley!sjolley@nat/intel/x-rjnltxywbamcjhvu> has quit IRC16:57
lukmaBad CRC may come from fitImage (kernel image) loading17:01
lukmamy question is if you can see the bootloader?17:01
-YoctoAutoBuilder- build #921 of nightly is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/92117:04
*** hnje <hnje!~hnje@5.103.133.127> has joined #yocto17:05
rburton_lukma: i'd be doing a mv in a do_install_append_class-nativesdk17:10
*** hastake <hastake!~ack@cable-78.29.214.214.coditel.net> has quit IRC17:10
armpitRP, stable/pyro-next build clean17:10
lukmarburton: Could you be more specific?17:11
lukmarburton: I cannot follow....17:11
*** hastake <hastake!~ack@cable-78.29.214.214.coditel.net> has joined #yocto17:12
lukmaI assume that I need to create do_install_append_class-nativesdk17:12
lukmaand then move something to proper location ?17:12
rburton_lukma: do_install_append_class-nativesdk() { mv ${D}${prefix}/sbin ${D}${sbindir} }17:12
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto17:12
lukmarburton: This is very specific :)17:12
rburton_append to do_install only for nativesdk builds a mv from the hardcoded prefix/sbin to what we think sbin should be17:13
rburton_add a comment saying why, obviously17:13
*** stephano <stephano!stephano@nat/intel/x-czbuafxfnjfydppc> has joined #yocto17:14
lukmarburton: Thanks for explanation :)17:14
rburton_context is that distutils is rubbish and you can't control where files go beyond a prefix17:16
*** guenni90_ <guenni90_!~micha@2a02:908:2222:5aa0:9cbd:7a4b:838b:d9aa> has joined #yocto17:16
vladzouth<lukma> , I can see the bootloader, i have execute this command (setenv bootcmd 'run bootargs; mmc dev 1;mmc read ${loadaddr} 0x800 0x3000;bootm') and now it loading the kernel fine but it is blocked at: Starting Kernel...17:19
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto17:25
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC17:27
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has quit IRC17:28
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto17:31
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto17:31
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has quit IRC17:34
*** vladzouth <vladzouth!500c5411@gateway/web/freenode/ip.80.12.84.17> has quit IRC17:35
*** tavish <tavish!~tavish@unaffiliated/tavish> has joined #yocto17:36
RParmpit: nice!17:39
*** dv_ <dv_!~dv@62.178.118.86> has quit IRC17:44
*** guenni90_ <guenni90_!~micha@2a02:908:2222:5aa0:9cbd:7a4b:838b:d9aa> has quit IRC17:46
*** stephano <stephano!stephano@nat/intel/x-czbuafxfnjfydppc> has quit IRC17:55
*** dv_ <dv_!~dv@62-178-118-86.cable.dynamic.surfer.at> has joined #yocto17:57
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto17:57
*** tavish <tavish!~tavish@unaffiliated/tavish> has quit IRC18:03
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto18:03
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-skdjzjcnbocbxbqv> has joined #yocto18:07
*** fl0v0 <fl0v0!~fvo@mue-88-130-108-043.dsl.tropolys.de> has quit IRC18:09
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC18:10
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto18:10
*** kxkamil <kxkamil!~k.koniecz@217-67-201-162.itsa.net.pl> has quit IRC18:12
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:348b:c19c:d49a:d1eb> has joined #yocto18:16
dreynauff..)18:16
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC18:30
*** ntl <ntl!~nathanl@65-36-80-8.dyn.grandenetworks.net> has joined #yocto18:31
*** sgw <sgw!swold@nat/intel/x-oeraurxtzdrduceo> has quit IRC18:32
*** sgw <sgw!swold@nat/intel/x-fgazalfxhcqapkhz> has joined #yocto18:33
*** learningc <learningc!~User@60.52.53.240> has quit IRC18:37
*** jjkivilu <jjkivilu!~jjk@80.223.77.163> has quit IRC18:37
*** User_ <User_!~User@60.52.53.240> has joined #yocto18:38
*** jjkivilu <jjkivilu!~jjk@80.220.56.59> has joined #yocto18:39
RParmpit: merged thanks18:43
-YoctoAutoBuilder- build #889 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/88918:43
*** armpit <armpit!~armpit@2601:202:4000:1184:756c:e262:4329:13bc> has quit IRC18:47
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC18:49
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC18:52
*** bluelightning <bluelightning!~paul@2406:e007:6d3e:1:5e51:4fff:febb:401d> has joined #yocto18:53
*** bluelightning <bluelightning!~paul@2406:e007:6d3e:1:5e51:4fff:febb:401d> has quit IRC18:53
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto18:53
*** Cheeseum <Cheeseum!~cheddar@104.131.135.217> has quit IRC18:58
*** hnje <hnje!~hnje@5.103.133.127> has quit IRC19:01
*** frieder <frieder!~frieder@i59F72002.versanet.de> has quit IRC19:04
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC19:05
*** stephano <stephano!stephano@nat/intel/x-hrghpizhrvqjrohv> has joined #yocto19:06
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC19:16
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto19:18
*** Martinheterjag <Martinheterjag!~Martiii@81-234-144-87-no29.tbcn.telia.com> has joined #yocto19:18
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC19:24
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has joined #yocto19:27
*** kpo__ <kpo__!~bob@user-94-254-248-43.play-internet.pl> has joined #yocto19:29
*** gtristan <gtristan!~tristanva@110.11.179.89> has quit IRC19:36
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC19:43
*** kpo__ <kpo__!~bob@user-94-254-248-43.play-internet.pl> has quit IRC19:48
yoctiNew news from stackoverflow: ABI mismatch when building go project with a yocto recipe <https://stackoverflow.com/questions/48626090/abi-mismatch-when-building-go-project-with-a-yocto-recipe>19:48
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has quit IRC19:49
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto19:57
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto20:04
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has quit IRC20:11
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto20:18
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto20:32
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC20:43
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto20:50
*** luc4 <luc4!~luca@93-46-89-64.ip106.fastwebnet.it> has joined #yocto20:54
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC20:57
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has quit IRC21:03
*** martinkelly <martinkelly!~martin@65-122-179-226.dia.static.qwest.net> has joined #yocto21:04
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has joined #yocto21:05
*** rcwoolley_ <rcwoolley_!~rwoolley@partnervpn-ala.windriver.com> has joined #yocto21:07
*** zeddii <zeddii!~bruce@partnervpn-ala.windriver.com> has joined #yocto21:07
*** oob <oob!~paulg@partnervpn-ala.windriver.com> has joined #yocto21:08
armpitRP, thanks21:08
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC21:09
*** zeddiii <zeddiii!~bruce@128.224.252.2> has quit IRC21:10
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC21:10
*** paulg_ <paulg_!~paulg@128.224.252.2> has quit IRC21:10
*** dreyna <dreyna!~dreyna@2601:646:4201:b1a0:348b:c19c:d49a:d1eb> has quit IRC21:11
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto21:14
*** paulg_ <paulg_!~paulg@128.224.252.2> has joined #yocto21:14
*** rwoolley__ <rwoolley__!~rwoolley@128.224.252.2> has joined #yocto21:14
*** zeddiii <zeddiii!~bruce@128.224.252.2> has joined #yocto21:14
*** rwoolley__ <rwoolley__!~rwoolley@128.224.252.2> has quit IRC21:15
*** rcwoolley_ <rcwoolley_!~rwoolley@partnervpn-ala.windriver.com> has quit IRC21:16
*** zeddii <zeddii!~bruce@partnervpn-ala.windriver.com> has quit IRC21:16
*** oob <oob!~paulg@partnervpn-ala.windriver.com> has quit IRC21:16
*** hnje <hnje!~hnje@static-5-186-55-130.ip.fibianet.dk> has quit IRC21:16
*** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has quit IRC21:22
*** lyang0 <lyang0!~lyang001@106.120.101.38> has quit IRC21:22
*** lyang0 <lyang0!~lyang001@106.120.101.38> has joined #yocto21:23
*** rubdos <rubdos!~rubdos@ptr-1uzevqefjgxdm5wv65h.18120a2.ip6.access.telenet.be> has joined #yocto21:24
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC21:24
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto21:25
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has quit IRC21:35
*** tripzero <tripzero!tripzero@nat/intel/x-mxnoaccivytxbsjz> has quit IRC21:43
*** tripzero <tripzero!~tripzero@134.134.139.75> has joined #yocto21:43
yoctiNew news from stackoverflow: suppress RPM install warning: "warning: group pulse does not exist - using root" <https://stackoverflow.com/questions/49182758/suppress-rpm-install-warning-warning-group-pulse-does-not-exist-using-root>21:48
*** oob <oob!~paulg@partnervpn-ala.windriver.com> has joined #yocto21:52
*** zeddii <zeddii!~bruce@partnervpn-ala.windriver.com> has joined #yocto21:52
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC21:53
*** paulg_ <paulg_!~paulg@128.224.252.2> has quit IRC21:54
*** zeddiii <zeddiii!~bruce@128.224.252.2> has quit IRC21:55
*** sjolley <sjolley!sjolley@nat/intel/x-wxaztecceqdrapnd> has joined #yocto21:55
*** comptroller <comptroller!~comptroll@47-213-225-245.paolcmtc01.res.dyn.suddenlink.net> has quit IRC21:55
*** zeddiii <zeddiii!~bruce@128.224.252.2> has joined #yocto21:57
*** paulg_ <paulg_!~paulg@128.224.252.2> has joined #yocto21:57
*** zeddii <zeddii!~bruce@partnervpn-ala.windriver.com> has quit IRC22:01
*** oob <oob!~paulg@partnervpn-ala.windriver.com> has quit IRC22:01
*** kpo__ <kpo__!~bob@user-94-254-248-43.play-internet.pl> has joined #yocto22:01
*** sjolley <sjolley!sjolley@nat/intel/x-wxaztecceqdrapnd> has quit IRC22:01
*** Willy-- <Willy--!~william@156.34.161.186> has quit IRC22:03
*** pohly <pohly!~pohly@p548497B7.dip0.t-ipconnect.de> has joined #yocto22:12
*** armpit <armpit!~armpit@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC22:18
*** stephano <stephano!stephano@nat/intel/x-hrghpizhrvqjrohv> has quit IRC22:34
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto22:35
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC22:37
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC22:41
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto22:41
*** dreyna <dreyna!~dreyna@unknown-157-218.windriver.com> has joined #yocto22:43
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto22:59
*** sjolley <sjolley!~sjolley@134.134.139.73> has quit IRC23:02
*** Martinheterjag <Martinheterjag!~Martiii@81-234-144-87-no29.tbcn.telia.com> has quit IRC23:02
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC23:09
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto23:10
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC23:12
*** stephano <stephano!~stephano@134.134.139.83> has joined #yocto23:13
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC23:15
*** georgem_ <georgem_!~georgem@216.21.169.52> has joined #yocto23:15
*** stephano <stephano!~stephano@134.134.139.83> has quit IRC23:16
*** jbravo <jbravo!~jbravo@219.140.140.102> has joined #yocto23:18
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC23:24
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto23:26
*** sjolley <sjolley!sjolley@nat/intel/x-wblzjtumgzdoomzx> has joined #yocto23:34
*** ladidadida <ladidadida!~ladidadid@ipbcc2211a.dynamic.kabel-deutschland.de> has quit IRC23:37
*** jbravo is now known as JoseBravo23:40
*** vidbina <vidbina!~vidbina@x4db3a1f2.dyn.telefonica.de> has quit IRC23:48
*** sjolley <sjolley!sjolley@nat/intel/x-wblzjtumgzdoomzx> has quit IRC23:49
*** luc4 <luc4!~luca@93-46-89-64.ip106.fastwebnet.it> has quit IRC23:49
*** sjolley <sjolley!~sjolley@134.134.139.73> has joined #yocto23:51

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