*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 00:01 | |
*** AbleBacon__ <AbleBacon__!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 00:18 | |
*** stephano <stephano!~stephano@134.134.139.74> has quit IRC | 00:19 | |
*** CoRfr <CoRfr!~CoRfr@carmd-fwm01.sierrawireless.com> has quit IRC | 00:42 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 00:46 | |
khem | christner_home: Its probably missing right include paths, does your package use pkgconfig to detect deps ? | 00:50 |
---|---|---|
khem | christner_home: if so then add inherit pkgconfig to your recipe | 00:50 |
*** nighty-- <nighty--!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:55 | |
*** aaronchu <aaronchu!c0c693a4@gateway/web/freenode/ip.192.198.147.164> has joined #yocto | 01:11 | |
desert | how can I use gitpv.class ? | 01:23 |
desert | or any mechanism to get package version from git describe --tags? | 01:24 |
khem | desert: you can use SRCPV variable | 01:25 |
desert | okay, y just googled srcpv what does it contain? | 01:26 |
desert | ohh i see the manual | 01:26 |
desert | the version string of the current package | 01:26 |
desert | i'll echo it to see what's that | 01:26 |
*** aaronchu <aaronchu!c0c693a4@gateway/web/freenode/ip.192.198.147.164> has quit IRC | 01:27 | |
desert | khem: i get SRCPV = AUTOINC+1b482764fc | 01:35 |
desert | git describe --tags gives me v3.0-703-g17e1935 | 01:36 |
khem | desert: there is a no automatic mechanism for adding tag info to PV | 01:38 |
khem | tags are floating and not going to work when one does not have n/w access e.g. | 01:38 |
khem | even when you might have sources checked out | 01:39 |
desert | can this work on a trusted lan where my repo is local? | 01:40 |
desert | seems i can do GITVER=$(cd ${S} && git describe --tags) | 01:47 |
desert | inside scripts but not outside | 01:47 |
desert | however at meta-openembedded/meta-oe/classes | 01:48 |
desert | i see gitpkgv.bbclass and gitver.bbclass | 01:48 |
*** Crofton <Crofton!~Crofton@103.70.64.68> has joined #yocto | 02:05 | |
christner_home | khem: no, I started looking at pkgconfig, but currently its just using cmake for configuration | 02:23 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 02:31 | |
*** christner_home <christner_home!~dchristne@c-69-136-225-218.hsd1.md.comcast.net> has quit IRC | 02:37 | |
*** christner_home <christner_home!~dchristne@70-91-95-105-washington.dc.hfc.comcastbusiness.net> has joined #yocto | 02:39 | |
*** christner_home <christner_home!~dchristne@70-91-95-105-washington.dc.hfc.comcastbusiness.net> has quit IRC | 02:44 | |
*** christner_home <christner_home!~dchristne@c-69-136-225-218.hsd1.md.comcast.net> has joined #yocto | 02:46 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 02:51 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 02:52 | |
*** Crofton <Crofton!~Crofton@103.70.64.68> has quit IRC | 02:59 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 03:05 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 03:06 | |
*** christner_home <christner_home!~dchristne@c-69-136-225-218.hsd1.md.comcast.net> has quit IRC | 03:25 | |
*** christner_home <christner_home!~dchristne@70-91-95-105-washington.dc.hfc.comcastbusiness.net> has joined #yocto | 03:27 | |
khem | christner_home: cmake files might be detecting libnl, so try inherit pkgconfig and see if that helps | 03:34 |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 03:45 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 03:45 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 03:53 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 04:18 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 04:19 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 04:19 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 04:23 | |
*** User__ <User__!~User@mti-37-145.tm.net.my> has joined #yocto | 04:31 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 04:33 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 04:34 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 04:34 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has quit IRC | 04:35 | |
*** hundeboll <hundeboll!~hundeboll@open-mesh.org/catwoman/hundeboll> has quit IRC | 04:37 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has joined #yocto | 04:48 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has joined #yocto | 04:48 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 04:50 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 04:51 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 04:52 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-dghfofuoissamihq> has quit IRC | 05:00 | |
*** agust <agust!~agust@p50886A4D.dip0.t-ipconnect.de> has joined #yocto | 05:16 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has quit IRC | 05:20 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-cstpfofxqrtxnznf> has joined #yocto | 05:25 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has joined #yocto | 05:39 | |
*** User__ <User__!~User@mti-37-145.tm.net.my> has quit IRC | 05:41 | |
*** morphis <morphis!~morphis@pD9ED6141.dip0.t-ipconnect.de> has joined #yocto | 05:44 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 05:48 | |
*** learningc <learningc!~User@mti-37-145.tm.net.my> has quit IRC | 05:48 | |
*** pohly <pohly!~pohly@p5484976F.dip0.t-ipconnect.de> has joined #yocto | 05:57 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has joined #yocto | 06:03 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 06:04 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 06:04 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 06:08 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 06:09 | |
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-sxtcgabwtrksktbs> has quit IRC | 06:18 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 06:19 | |
*** frieder <frieder!~frieder@200116b8246873006ca88fcdaef1046a.dip.versatel-1u1.de> has joined #yocto | 06:20 | |
*** pouet_forever <pouet_forever!~Mutter@92.184.116.21> has joined #yocto | 06:25 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:28 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 06:29 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 06:29 | |
*** pouet_forever <pouet_forever!~Mutter@92.184.116.21> has quit IRC | 06:30 | |
*** pouet_forever <pouet_forever!~Mutter@92.184.116.21> has joined #yocto | 06:30 | |
*** pouet_forever <pouet_forever!~Mutter@92.184.116.21> has quit IRC | 06:34 | |
*** pouet_forever <pouet_forever!~Mutter@92.184.116.21> has joined #yocto | 06:46 | |
*** aaronchu <aaronchu!c0c693a4@gateway/web/freenode/ip.192.198.147.164> has joined #yocto | 06:47 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 06:53 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 06:54 | |
*** pouet_forever <pouet_forever!~nico@213.56.200.5> has joined #yocto | 06:59 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 06:59 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 06:59 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-98-092.dsl.tropolys.de> has joined #yocto | 07:02 | |
*** aaronchu <aaronchu!c0c693a4@gateway/web/freenode/ip.192.198.147.164> has quit IRC | 07:02 | |
*** yann|work <yann|work!~yann@LFbn-1-9167-222.w86-238.abo.wanadoo.fr> has quit IRC | 07:02 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 07:05 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has joined #yocto | 07:08 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 07:10 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 07:10 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 07:12 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 07:12 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has joined #yocto | 07:15 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 07:16 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 07:22 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 07:23 | |
*** caluminium <caluminium!~caluminiu@ip5b417f89.dynamic.kabel-deutschland.de> has joined #yocto | 07:29 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 07:34 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 07:34 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 07:36 | |
*** TobSnyder <TobSnyder!~schneider@ipb2180691.dynamic.kabel-deutschland.de> has joined #yocto | 07:36 | |
-YoctoAutoBuilder- build #1130 of nightly-multilib is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-multilib/builds/1130 | 07:38 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 07:38 | |
*** caluminium_ <caluminium_!~caluminiu@ip5b417f89.dynamic.kabel-deutschland.de> has joined #yocto | 07:39 | |
*** caluminium <caluminium!~caluminiu@ip5b417f89.dynamic.kabel-deutschland.de> has quit IRC | 07:42 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has quit IRC | 07:49 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 07:53 | |
*** caluminium_ <caluminium_!~caluminiu@ip5b417f89.dynamic.kabel-deutschland.de> has quit IRC | 07:58 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 08:02 | |
-YoctoAutoBuilder- build #1210 of nightly is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly/builds/1210 | 08:04 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 08:04 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:08 | |
*** yann|work <yann|work!~yann@AMontsouris-681-1-47-188.w90-87.abo.wanadoo.fr> has joined #yocto | 08:09 | |
-YoctoAutoBuilder- build #1111 of nightly-no-x11 is complete: Failure [failed Running Sanity Tests] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/1111 | 08:10 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 08:24 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has joined #yocto | 08:24 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto | 08:26 | |
*** pouet_forever <pouet_forever!~nico@213.56.200.5> has quit IRC | 08:29 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 08:34 | |
*** tasslehoff <tasslehoff!~aronning@80.77.101.233> has quit IRC | 08:37 | |
*** tasslehoff <tasslehoff!~aronning@80.77.101.233> has joined #yocto | 08:43 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 08:44 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 08:47 | |
*** aaronchu <aaronchu!c0c692ab@gateway/web/freenode/ip.192.198.146.171> has joined #yocto | 08:48 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 08:51 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 08:55 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 09:04 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 09:05 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 09:06 | |
-YoctoAutoBuilder- build #1112 of nightly-no-x11 is complete: Success [build successful] Build details are at https://autobuilder.yocto.io/builders/nightly-no-x11/builds/1112 | 09:11 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 09:13 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 09:14 | |
yocti | New news from stackoverflow: Yocto sumo with RPI3B+ with older Boost <https://stackoverflow.com/questions/51169935/yocto-sumo-with-rpi3b-with-older-boost> | 09:14 |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 09:14 | |
*** henriknj <henriknj!~hnje@193.106.123.182> has joined #yocto | 09:16 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 09:22 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 09:25 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 09:25 | |
*** pouet_forever <pouet_forever!~nico@213.56.200.5> has joined #yocto | 09:32 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 09:33 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 09:33 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 09:36 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 09:38 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 09:40 | |
lindblandro | anyone else had problems with "smart newer/upgrade"? for some reason smart doesn't recognize an updated version of a package *except* for -lic component. | 09:46 |
lindblandro | wondering if I should debug this further or just upgrade to sumo | 09:47 |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 09:47 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has quit IRC | 09:52 | |
*** kaspter <kaspter!~Instantbi@125.118.59.41> has quit IRC | 09:55 | |
*** kaspter <kaspter!~Instantbi@115.216.25.8> has joined #yocto | 09:56 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 10:01 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 10:02 | |
*** sjolley <sjolley!sjolley@nat/intel/x-hcasgrqoeqpwvuwf> has quit IRC | 10:02 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 10:03 | |
*** nighty-- <nighty--!~nighty@kyotolabs.asahinet.com> has quit IRC | 10:07 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 10:12 | |
yocti | New news from stackoverflow: how to remove qt keyboard support for qtwebbroser from qt5.7 <https://stackoverflow.com/questions/51171099/how-to-remove-qt-keyboard-support-for-qtwebbroser-from-qt5-7> | 10:15 |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has joined #yocto | 10:16 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:16 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 10:23 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 10:25 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 10:25 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 10:26 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 10:43 | |
*** aaronchu <aaronchu!c0c692ab@gateway/web/freenode/ip.192.198.146.171> has quit IRC | 10:46 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 10:57 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 11:02 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 11:02 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 11:10 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 11:11 | |
rburton | lindblandro: upgrading to sumo seems like a good idea anyway | 11:14 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 11:14 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 11:19 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 11:19 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has joined #yocto | 11:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 11:28 | |
*** stoke_ <stoke_!566fad8e@gateway/web/freenode/ip.86.111.173.142> has joined #yocto | 11:39 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 11:39 | |
stoke_ | Hey, relatively silly question here. I'm trying to "devtool modify" a recipe that a module vendor has written. The problem is that the original repo they're cloning from has code with CRLF endings. So the recipe fixes this before applying patches. | 11:41 |
*** luneff <luneff!~yury@31.23.141.72> has joined #yocto | 11:42 | |
stoke_ | If I try to run devtool modify against this recipe it fails because devtool obviously doesn't have that function | 11:42 |
stoke_ | Is there a smart way to get around this? | 11:42 |
*** luneff <luneff!~yury@31.23.141.72> has quit IRC | 11:44 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 11:49 | |
*** paulg <paulg!~paulg@198-84-204-211.cpe.teksavvy.com> has quit IRC | 11:53 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 11:55 | |
*** Spinola <Spinola!d57e7f5a@gateway/web/freenode/ip.213.126.127.90> has joined #yocto | 11:59 | |
Spinola | ERROR: linux-libc-headers-4.12-r0 do_package_write_rpm: The recipe linux-libc-headers is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dbg-4.12-r0.cortexa9hf_neon.rpm (not matched to any task) /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dev-4.12-r0.cortexa9hf_n | 12:00 |
Spinola | I'm getting the above errors, can any body help? | 12:01 |
*** luneff <luneff!~yury@31.23.141.72> has joined #yocto | 12:05 | |
cornel | my first thought is that at least two packages try to install same file | 12:05 |
cornel | but i may be wrong | 12:05 |
Spinola | How could I debug this? | 12:06 |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has quit IRC | 12:07 | |
cornel | error message is incomplete, right? | 12:08 |
cornel | anyway, it seems to me that both rpms have same file(s) | 12:09 |
cornel | -dbg , -dev | 12:09 |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 12:10 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 12:11 | |
Spinola | It seems like the error message got truncated somehow | 12:13 |
Spinola | Next try: ERROR: linux-libc-headers-4.12-r0 do_package_write_rpm: The recipe linux-libc-headers is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dbg-4.12-r0.cortexa9hf_neon.rpm (not matched to any task) /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dev-4.12-r0.co | 12:13 |
Spinola | Hmm | 12:14 |
Spinola | ERROR: linux-libc-headers-4.12-r0 do_package_write_rpm: The recipe linux-libc-headers is trying to install files into a shared area when those files already exist. Those files and their manifest location are: | 12:14 |
Spinola | /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dbg-4.12-r0.cortexa9hf_neon.rpm | 12:14 |
Spinola | (not matched to any task) | 12:15 |
Spinola | /media/harddisk1/dsg-a/deploy/rpm/cortexa9hf_neon/linux-libc-headers-dev-4.12-r0.cortexa9hf_neon.rpm | 12:15 |
Spinola | (not matched to any task) Please verify which recipe should provide the above files. | 12:15 |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 12:16 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 12:22 | |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 12:22 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 12:28 | |
Spinola | Sorry my mistake, I tried to do a full rebuild so I remove the /tmp and /sstate-cache from the build directory, but I did not remove the deploy directory. ;-( | 12:30 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 12:30 | |
*** Spinola <Spinola!d57e7f5a@gateway/web/freenode/ip.213.126.127.90> has quit IRC | 12:35 | |
*** Spinola <Spinola!d57e7f5a@gateway/web/freenode/ip.213.126.127.90> has joined #yocto | 12:36 | |
*** johnward_ <johnward_!~johnward@148.252.241.226> has joined #yocto | 12:36 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 12:38 | |
*** Spinola <Spinola!d57e7f5a@gateway/web/freenode/ip.213.126.127.90> has quit IRC | 12:44 | |
rburton | generally no need to remove sstate-cache unless you *really* want to build from scratch | 12:45 |
rburton | and deploy is in tmp so not sure what happened... | 12:45 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 12:48 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 12:49 | |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 12:57 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 12:58 | |
*** vladzouth <vladzouth!500c5411@gateway/web/freenode/ip.80.12.84.17> has joined #yocto | 12:59 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has joined #yocto | 12:59 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 13:06 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 13:08 | |
*** johnward_ <johnward_!~johnward@148.252.241.226> has quit IRC | 13:14 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 13:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 13:19 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 13:20 | |
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-qsxuvmqqzcoarnof> has joined #yocto | 13:23 | |
*** sno <sno!~sno@tmo-106-43.customers.d1-online.com> has quit IRC | 13:27 | |
vladzouth | Hi, i'am confused about some aspects of yocto build. I generates two sdk of two differents machine from yocto but the sysroot of these sdk are different. I expeted to have the same sysroot because of the image generated contains the same software package. Do you have an explanation? Thanks | 13:27 |
luneff | "are different" - how exactly? There could be per _machine customizations in recipes | 13:31 |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 13:32 | |
vladzouth | luneff: there is many program and lib which is not present on one of the sysroot | 13:32 |
rburton | how did you build the SDKs | 13:33 |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 13:34 | |
vladzouth | rburton: I build a core-image-sato for the two machine and run bitbake core-image-sato -c populate sdk | 13:34 |
*** kaspter <kaspter!~Instantbi@115.216.25.8> has quit IRC | 13:35 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 13:36 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 13:37 | |
*** kaspter <kaspter!~Instantbi@115.216.25.8> has joined #yocto | 13:38 | |
rburton | assuming the only difference is MACHINE then there shoudl be no differences, so please pastebin what the differences are | 13:38 |
rburton | maybe a pair of file lists | 13:38 |
*** aurele <aurele!~aurele@84.239.69.5> has quit IRC | 13:38 | |
rburton | (apart from differences like machine-specific binaries) | 13:39 |
*** stoke_ <stoke_!566fad8e@gateway/web/freenode/ip.86.111.173.142> has quit IRC | 13:39 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 13:42 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 13:47 | |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 13:49 | |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 13:49 | |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 13:49 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 13:50 | |
*** aurele <aurele!~aurele@84.239.69.5> has joined #yocto | 13:51 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 13:55 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 13:57 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 13:59 | |
desert | my ${SRCPV} is replaced with AUTOINC+1b482764fc but the manual specifies AUTOINC should be replaced with a number, or zero | 14:00 |
desert | but it's not happening | 14:00 |
desert | I still get the string "AUTOINC" just as is | 14:00 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 14:00 | |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 14:02 | |
vladzouth | rburton: I think i find out what the difference comes. I have a package that is not in one of my build thus the difference. thank you for the help. | 14:03 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-buqdntfnotfskiik> has joined #yocto | 14:05 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 14:06 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 14:08 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 14:09 | |
*** bosinski <bosinski!5bc69199@gateway/web/freenode/ip.91.198.145.153> has joined #yocto | 14:09 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 14:10 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 14:11 | |
bosinski | Hi, I'm having kind of confusion about kernel module autoloading. There's KERNEL_MODULE_AUTOLOAD variable, but there's also kernel-modules package which can be assigned to MACHINE_EXTRA_RRECOMMENDS. | 14:16 |
bosinski | What's the difference between them and which setting has a precedence? | 14:17 |
zeddii | one installs the modules, one autoloads. | 14:23 |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 14:23 | |
zeddii | also, kernel-modules is a meta package that depends on all the individual module packages. | 14:23 |
zeddii | rdepends, I should say. | 14:23 |
*** johnward <johnward!~johnward@148.252.241.226> has quit IRC | 14:26 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 14:26 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 14:27 | |
bosinski | I'd like to install and load all modules inside kernel source which are declared as =m in my defconfig and KERNEL_FEATURES, any idea how to do this without manually typing all module names into KERNEL_MODULE_AUTOLOAD? | 14:28 |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 14:29 | |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 14:29 | |
*** sno <sno!~sno@b2b-78-94-80-58.unitymedia.biz> has joined #yocto | 14:29 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has quit IRC | 14:31 | |
*** mattsm <mattsm!~mattsm@75-13-95-234.lightspeed.austtx.sbcglobal.net> has joined #yocto | 14:39 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC | 14:39 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 14:42 | |
*** kaspter <kaspter!~Instantbi@115.216.25.8> has quit IRC | 14:43 | |
*** TobSnyder <TobSnyder!~schneider@ipb2180691.dynamic.kabel-deutschland.de> has quit IRC | 14:49 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 15:01 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 15:09 | |
*** aduskett2 <aduskett2!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 15:10 | |
*** bosinski_2 <bosinski_2!252f2d35@gateway/web/freenode/ip.37.47.45.53> has joined #yocto | 15:11 | |
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has quit IRC | 15:18 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:21 | |
*** pouet_forever <pouet_forever!~nico@213.56.200.5> has quit IRC | 15:29 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 15:34 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 15:35 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 15:35 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 15:38 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 15:38 | |
*** thaytan <thaytan!~thaytan@180-150-118-156.NBN.mel.aussiebb.net> has joined #yocto | 15:39 | |
*** robertmarshall <robertmarshall!~robertmar@cpc126996-macc4-2-0-cust25.1-3.cable.virginm.net> has quit IRC | 16:01 | |
*** Kakounet <Kakounet!~Thunderbi@che44-1-88-163-84-4.fbx.proxad.net> has quit IRC | 16:01 | |
*** johnward <johnward!~johnward@148.252.241.226> has joined #yocto | 16:06 | |
*** fl0v0 <fl0v0!~fvo@mue-88-130-98-092.dsl.tropolys.de> has quit IRC | 16:10 | |
*** bosinski_2 <bosinski_2!252f2d35@gateway/web/freenode/ip.37.47.45.53> has quit IRC | 16:10 | |
*** diego_r <diego_r!~diego@host57-224-static.7-79-b.business.telecomitalia.it> has quit IRC | 16:14 | |
yocti | New news from stackoverflow: How is /dev/block/bootdevic/by-name created? <https://stackoverflow.com/questions/49822694/how-is-dev-block-bootdevic-by-name-created> | 16:16 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 16:19 | |
*** bosinski_ <bosinski_!c21d8901@gateway/web/freenode/ip.194.29.137.1> has joined #yocto | 16:21 | |
khem | RP: we need to revert http://git.openembedded.org/openembedded-core/commit/?id=2e7f3b2b9318d1e5395ad58131eafb873f614326 | 16:23 |
khem | RP: that change is wrong | 16:23 |
khem | if we want to transform plain .dts files into .dtb targets then we should check for file extention and then do it. | 16:25 |
khem | since kernel make infra allows to do make path/to/dtb or path/to/dtbo | 16:26 |
*** luneff <luneff!~yury@31.23.141.72> has quit IRC | 16:28 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:29 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:29 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has joined #yocto | 16:29 | |
*** vdehors <vdehors!~vdehors@static-css-ccs-204145.business.bouyguestelecom.com> has quit IRC | 16:31 | |
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-qsxuvmqqzcoarnof> has quit IRC | 16:32 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 16:35 | |
*** johnward <johnward!~johnward@148.252.241.226> has left #yocto | 16:52 | |
*** yann|work <yann|work!~yann@AMontsouris-681-1-47-188.w90-87.abo.wanadoo.fr> has quit IRC | 17:01 | |
*** neverpan1c <neverpan1c!~clemens@towel.neverpanic.de> has joined #yocto | 17:08 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC | 17:08 | |
*** frieder <frieder!~frieder@200116b8246873006ca88fcdaef1046a.dip.versatel-1u1.de> has quit IRC | 17:08 | |
*** neverpan1c is now known as neverpanic | 17:08 | |
*** desert <desert!~quassel@192.100.196.156> has quit IRC | 17:13 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 17:23 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:25 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC | 17:25 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 17:25 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:26 | |
*** dc13ff <dc13ff!uid190567@gateway/web/irccloud.com/x-zohvgwyosadipbpy> has joined #yocto | 17:39 | |
*** aragua <aragua!~aragua@232-28-190-109.dsl.ovh.fr> has joined #yocto | 17:51 | |
*** johnward <johnward!~johnward@90.203.82.156> has joined #yocto | 17:51 | |
*** aragua_ <aragua_!~aragua@232-28-190-109.dsl.ovh.fr> has quit IRC | 17:51 | |
*** falstaff <falstaff!~quassel@37.17.239.3> has quit IRC | 18:09 | |
*** falstaff <falstaff!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has joined #yocto | 18:10 | |
*** yann|work <yann|work!~yann@LFbn-1-9167-222.w86-238.abo.wanadoo.fr> has joined #yocto | 18:12 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:12 | |
*** johnward <johnward!~johnward@90.203.82.156> has quit IRC | 18:13 | |
*** johnward <johnward!~johnward@90.203.82.156> has joined #yocto | 18:24 | |
*** johnward <johnward!~johnward@90.203.82.156> has left #yocto | 18:25 | |
*** nemunaire <nemunaire!~nemunaire@ra.nemunai.re> has quit IRC | 18:25 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-buqdntfnotfskiik> has quit IRC | 18:34 | |
*** aduskett1 <aduskett1!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 18:36 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 18:37 | |
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60::2> has joined #yocto | 18:38 | |
*** falstaff <falstaff!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has quit IRC | 18:44 | |
*** falstaff <falstaff!~quassel@2a02:169:34d6:0:38bf:a3ff:fe35:2815> has joined #yocto | 18:45 | |
*** cdleonard <cdleonard!~nxf25340@92.121.36.198> has quit IRC | 18:55 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:58 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has joined #yocto | 19:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 19:16 | |
*** diego_r <diego_r!~diego@2.43.161.138> has joined #yocto | 19:25 | |
*** marekbelisko <marekbelisko!~marekbeli@178-143-25-86.dynamic.orange.sk> has joined #yocto | 19:32 | |
marekbelisko | hello is there any available documentation how to enable plymouth splash for x86 intel nut? | 19:33 |
marekbelisko | I'm trying to do it for few days but still without success | 19:33 |
*** falstaff_ <falstaff_!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has joined #yocto | 19:34 | |
*** falstaff <falstaff!~quassel@2a02:169:34d6:0:38bf:a3ff:fe35:2815> has quit IRC | 19:34 | |
*** johnward <johnward!~johnward@90.203.82.156> has joined #yocto | 19:36 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 19:38 | |
*** falstaff_ <falstaff_!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has quit IRC | 19:53 | |
*** falstaff <falstaff!~quassel@2a02:169:34a0:0:38bf:a3ff:fe35:2815> has joined #yocto | 19:53 | |
*** t0mmy <t0mmy!~tprrt@ram31-1-82-234-79-177.fbx.proxad.net> has quit IRC | 19:54 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:57 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 20:05 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 20:05 | |
*** johnward <johnward!~johnward@90.203.82.156> has quit IRC | 20:12 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 20:14 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 20:15 | |
*** florian_kc is now known as florian | 20:15 | |
yocti | New news from stackoverflow: Using printers on Yocto <https://stackoverflow.com/questions/51180262/using-printers-on-yocto> | 20:16 |
*** pohly <pohly!~pohly@p5484976F.dip0.t-ipconnect.de> has quit IRC | 20:20 | |
*** falstaff_ <falstaff_!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has joined #yocto | 20:22 | |
*** falstaff <falstaff!~quassel@2a02:169:34a0:0:38bf:a3ff:fe35:2815> has quit IRC | 20:22 | |
*** falstaff_ <falstaff_!~quassel@2a02:169:34b6:0:38bf:a3ff:fe35:2815> has quit IRC | 20:31 | |
*** falstaff <falstaff!~quassel@2a02:169:34d6:0:38bf:a3ff:fe35:2815> has joined #yocto | 20:31 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 20:56 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 20:58 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 21:01 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 21:04 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 21:07 | |
*** marekbelisko <marekbelisko!~marekbeli@178-143-25-86.dynamic.orange.sk> has quit IRC | 21:12 | |
*** morphis <morphis!~morphis@pD9ED6141.dip0.t-ipconnect.de> has quit IRC | 21:27 | |
*** diego_r <diego_r!~diego@2.43.161.138> has quit IRC | 21:33 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-pzcyzopvgsdbfauv> has joined #yocto | 21:35 | |
*** CoRfr <CoRfr!~CoRfr@204.239.253.215> has joined #yocto | 21:53 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 21:59 | |
*** dev1990 <dev1990!~dev@dynamic-78-8-77-4.ssp.dialog.net.pl> has quit IRC | 22:05 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 22:07 | |
*** yann|work <yann|work!~yann@LFbn-1-9167-222.w86-238.abo.wanadoo.fr> has quit IRC | 22:07 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 22:07 | |
*** slips <slips!~slips@2.51-174-212.customer.lyse.net> has quit IRC | 22:09 | |
*** slips <slips!~slips@2.51-174-212.customer.lyse.net> has joined #yocto | 22:11 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 22:12 | |
*** CoRfr <CoRfr!~CoRfr@204.239.253.215> has quit IRC | 22:18 | |
*** dev1990 <dev1990!~dev@dynamic-78-8-170-107.ssp.dialog.net.pl> has joined #yocto | 22:20 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 22:22 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 22:22 | |
*** agust <agust!~agust@p50886A4D.dip0.t-ipconnect.de> has quit IRC | 22:33 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC | 22:40 | |
RP | khem: can you send a revert patch with the details in the commit message please? | 22:45 |
RP | khem: looks like martin already did | 22:45 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 22:47 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has quit IRC | 23:23 | |
*** aduskett <aduskett!~aduskett3@2600-6c4a-767f-f36a-8def-9b7b-65b7-7de6.dhcp6.chtrptr.net> has joined #yocto | 23:24 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 23:53 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!