Wednesday, 2019-07-24

*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:02
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:03
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto00:13
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:14
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:24
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:32
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto00:35
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC01:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto01:01
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC01:06
*** kaspter <kaspter!~Instantbi@115.195.53.198> has joined #yocto01:08
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto01:28
*** camus <camus!~Instantbi@115.195.53.198> has joined #yocto01:29
*** kaspter <kaspter!~Instantbi@115.195.53.198> has quit IRC01:31
*** camus is now known as kaspter01:31
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto02:02
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC02:05
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC02:43
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto02:44
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-itiiuhlgiumiajrb> has quit IRC03:07
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC03:19
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto03:22
*** tgraydon <tgraydon!tgraydon@nat/intel/x-nmsdabyvywgmfnbe> has quit IRC03:23
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC03:35
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC03:36
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto03:37
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC03:45
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC04:09
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto04:21
*** saraf <saraf!~a_saraf@103.195.201.118> has joined #yocto04:22
*** anujm <anujm!anujm@nat/intel/x-vnebzrvolcwmpota> has quit IRC04:32
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC04:43
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto04:44
khemzeddii: do you have plans to bump linux-libc-headers to newer than 5.0 soon'ish04:53
khemthat is 5.2+, there is this change https://github.com/torvalds/linux/commit/35341ca0614ab13e1ef34ad4f29a39e15ef31fa8 that will fix bunch of packages on aarch64/musl which use ptrace stuff04:59
khemzeddii:see https://git.openembedded.org/openembedded-core-contrib/commit/?h=yoe/mut&id=16b5032528164fd4063c86e52ced95a4266b4a6305:02
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto05:20
ThomasD13Hi, I have some problems to build a package "grpcSandbox", which depends on gRPC and protobuf. There already exists recipes for gRPC and protobuf which builds well.05:24
ThomasD13However, I do not really understand how to link from my grpcSandbox package, to the shared libs from gRPC and how to execute the meta-compiler "protoc" which is provided by protobuf.05:25
ThomasD13This is the recipe for grpcSandbox: https://pastebin.com/anzQVYiF05:28
ThomasD13When I start the devshell for package grpcSandbox, I expected that the executable "protoc" from protobuf would be known, since I listed it as dependency. Its not available. What is the problem here?05:31
*** kaspter <kaspter!~Instantbi@115.195.53.198> has quit IRC05:35
*** kaspter <kaspter!~Instantbi@115.195.53.198> has joined #yocto05:36
*** kaspter <kaspter!~Instantbi@115.195.53.198> has quit IRC05:44
yoctiNew news from stackoverflow: How to access protoc compiler in own Yocto package and reference to gRPC libs <https://stackoverflow.com/questions/57176185/how-to-access-protoc-compiler-in-own-yocto-package-and-reference-to-grpc-libs>06:07
LetoThe2ndThomasD13: it should probably be a couple of things. protoc is to be executed on the host, so you need to depend on the -native version of it06:08
*** agust <agust!~agust@pD95F1DFD.dip0.t-ipconnect.de> has joined #yocto06:09
LetoThe2ndThomasD13: stupid idea, have you outright grepped meta-openembedded or such for protobuf to find any already existing users that could be used as inspiration?06:09
ThomasD13Hi LetoThe2nd. Okay, so the native thing is first which I will try. No I didn't grepped for protobuf recipes already. Thats a good idea, I will try to find any references06:15
ThomasD13But is my asumption correct, that in the sysroot directory of package grpcSandbox should be the stuff available, which I declared as DEPENDS within its recipe?06:18
LetoThe2ndThomasD13: yes and no06:20
LetoThe2ndThomasD13: in the target arch sysroot those things that you declared DEPENDS should be available.06:20
LetoThe2ndThomasD13: so the library to link against should be there.06:20
LetoThe2ndThomasD13: whereas any compiler, preprocessor, tools, etc. that are to be executed at build time are not supposed to be there. in your case, protoc.06:21
*** mckoan|away is now known as mckoan06:32
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has joined #yocto06:59
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has quit IRC07:01
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has joined #yocto07:01
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto07:06
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has quit IRC07:07
*** frsc <frsc!~frsc@10-65-142-46.pool.kielnet.net> has joined #yocto07:16
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto07:21
*** yacar_ <yacar_!~yacar@80.215.11.48> has joined #yocto07:26
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto07:29
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has left #yocto07:30
ThomasD13LetoThe2nd, okay that is good to know. However, is it possible to make protoc at build time (on my native sysroot) available? Exists even are generic solution for this kind of task?07:53
LetoThe2ndThats what DEPENDing on a -native recipe is meant for :)07:55
LetoThe2ndThomasD13: the -native in a package name has basically exactly that meaning.07:55
ThomasD13Okay, so when my recipe looks like this: DEPENDS_${PN} += " protobuf protobuf-native grpc"07:56
ThomasD13it should theoretically work07:56
ThomasD13But what can I do when it does not?? I don't know where to even start to look at...07:57
LetoThe2ndthe next step would be to look and see if the protobuf packages are actually what you want, or if the protoc tool is not put into a distinct package07:58
LetoThe2ndand, DEPENDS is usually without _${PN}07:59
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-pfmjsoixmtkaoeli> has joined #yocto07:59
ThomasD13alright, thank you ;)07:59
*** Tamis <Tamis!504e056a@80.78.5.106> has joined #yocto08:02
yoctiNew news from stackoverflow: Find Codeaurora oe installation manifest [on hold] <https://stackoverflow.com/questions/57171719/find-codeaurora-oe-installation-manifest>08:07
*** ricardocrudo <ricardocrudo!5387f440@i5387F440.versanet.de> has joined #yocto08:15
ricardocrudowhat is the best way to change systemd journal config to use volatile storage?08:16
LetoThe2ndricardocrudo: AFAIK this should be the default08:19
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:32
ricardocrudoLetoThe2nd the file installed by bitbake has Storage=auto08:34
LetoThe2ndricardocrudo: are you sure that this comes from generic poky and not from some bsp/layer?08:36
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC08:37
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto08:40
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto08:44
*** yann <yann!~yann@85.118.38.73> has joined #yocto08:45
ricardocrudoLetoThe2nd: yes, I just tested08:46
LetoThe2ndricardocrudo: hm08:46
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC08:55
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto08:57
*** florian_kc is now known as florian08:57
LetoThe2ndricardocrudo: well the read-only-rootfs IMAGE_FEATURE triggers it, AFAIK. maybe find some inspiration in meta/recipes-core/volatile-binds/volatile-binds.bb09:01
yoctiNew news from stackoverflow: How to create a custom recipe for MQTT in yocto? <https://stackoverflow.com/questions/57179143/how-to-create-a-custom-recipe-for-mqtt-in-yocto>09:07
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:21
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC09:34
yoctiNew news from stackoverflow: Yocto - using extensible SDK with multilib <https://stackoverflow.com/questions/57022234/yocto-using-extensible-sdk-with-multilib>09:37
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto09:39
*** yacar_ <yacar_!~yacar@80.215.11.48> has quit IRC09:53
*** zbooth <zbooth!cc4da337@204.77.163.55> has quit IRC09:53
*** JPEW <JPEW!cc4da337@204.77.163.55> has quit IRC09:57
*** ricardocrudo <ricardocrudo!5387f440@i5387F440.versanet.de> has quit IRC10:04
*** MarcWe <MarcWe!hmwmatrixo@gateway/shell/matrix.org/x-brilvvdgcteafnrj> has quit IRC10:08
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-xsslkinxuvrkvnvm> has quit IRC10:08
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-zibjqwqyoeygunxe> has quit IRC10:08
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-dtopeywxzonzjgnc> has quit IRC10:09
*** saraf <saraf!~a_saraf@123.252.238.18> has joined #yocto10:16
*** Tamis <Tamis!504e056a@80.78.5.106> has quit IRC10:33
yoctiNew news from stackoverflow: Replace mosquitto.conf file with bbappend? <https://stackoverflow.com/questions/57180909/replace-mosquitto-conf-file-with-bbappend>10:37
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:4c34:bd0b:e9d3:a6a2> has joined #yocto10:43
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-vqeodmhdkvpbzete> has joined #yocto10:47
qschulzMmmm people? If a patch I sent one the mailing list for backporting and isn't part of thud or thud-next branch nor in the latest review request (30 or so patches a few days ago), it's most likely not going to make it for 2.6.3 is it?10:50
RPqschulz: its looking tricky. Which patch?10:56
qschulzfor opkg10:56
qschulzlet me get the link in the archive10:56
qschulzhttps://lists.yoctoproject.org/pipermail/poky/2019-June/011777.html10:57
RPqschulz: right, I remember the discussion. We should fix that. Not sure what armin's plans are here though. Those patches do have higher risk10:58
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-phbloagrjkgtwvjh> has joined #yocto11:02
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:4c34:bd0b:e9d3:a6a2> has quit IRC11:16
*** yacar_ <yacar_!~yacar@80.215.6.151> has joined #yocto11:17
qschulzRP: yes, I do understand. I just wanted to make sure they are not forgotten, so that they're merged one day or at least discussed a little bit more to find something that suits poky more11:27
RPqschulz: well, they are merged in master, its just a question of the stable series11:29
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC11:32
qschulzRP: yes sorry, merged in thud/any release affected by the same bug is what I meant11:32
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC11:33
RPqschulz: I think I'd remind Armin about them. Only trouble is I know he's now travelling11:35
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has quit IRC11:38
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has joined #yocto11:38
qschulzRP: "I" in the sense "If I was in your boots" or "I" in "I, RP, would"?11:40
*** berton <berton!~berton@181.220.86.53> has joined #yocto11:40
rburtonthe boots one11:45
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto11:49
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto11:50
ThomasD13LetoThe2nd You are a hero ;)  Thank you very much, my package compiles now (install still fails but I think I'm able to fix that too)11:50
LetoThe2ndThomasD13: :)11:53
ThomasD13Main problem was DEPENDS_${PN}. Changing that to DEPENDS resulted in available protoc and libs/headers11:54
ThomasD13I don't really understand this, but I'm happy to be a step furhter11:55
LetoThe2ndThomasD13: the usual applies: reding the dev-manual, as well as looking at already existing recipes.11:56
LetoThe2ndyet i am sure RP or such can explain it in a sentence or two11:57
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has quit IRC11:58
*** saraf <saraf!~a_saraf@123.252.238.18> has quit IRC12:01
*** akrpic77 <akrpic77!c12e4b03@193.46.75.3> has joined #yocto12:19
akrpic77hello!12:19
akrpic77how to depend on source (files) of another recipe in a recipe12:19
LetoThe2ndakrpic77: by rethinking your concept.12:20
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC12:25
RPakrpic77: add them to the second recipe's SRC_URI too ;-)12:39
zeddiiIt's going to be one of those days ..12:39
zeddiiI should probably just stand up and leave my keyboard12:40
* zeddii does just that12:40
LetoThe2ndzeddii: yeah i should do that too.12:50
* RP likes the idea12:54
LetoThe2ndat least i'm only like 2.5hrs away from going to the nearest se.12:54
LetoThe2ndlake.12:55
RPLetoThe2nd: there is a beach out my window covered in people enjoying the sun...12:56
LetoThe2ndRP: how surprising!12:57
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto12:58
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:05
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has joined #yocto13:18
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC13:22
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has quit IRC13:23
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto13:27
yoctiNew news from stackoverflow: Yocto compilation <https://stackoverflow.com/questions/57183971/yocto-compilation>13:38
*** King_InuYasha <King_InuYasha!~King_InuY@fedora/ngompa> has joined #yocto13:48
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC13:48
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:191f:8ef2:2a3d:ca58> has joined #yocto14:09
milloni there's a following construct in of the recipes i'm dealing with:14:09
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC14:10
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto14:10
milloniSRC_URI_append_kernelpatchok +=14:10
millonii know what the _append bit does, but what's with the kernelpatchok part?14:10
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto14:10
millonii looked in the .bbclass files of the classes the recipe inherits but didn't find anything14:11
RPmilloni: looks like some kind of override (see OVERRIDES)14:12
millonisorry - OVERRIDES where?14:12
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC14:13
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto14:15
*** zbooth <zbooth!cc4da337@204.77.163.55> has joined #yocto14:15
RPmilloni: have a look in the bitbake manual for overrides. kernelpatchok is likely an override14:16
milloniright, thanks14:16
*** yacar_ <yacar_!~yacar@80.215.6.151> has quit IRC14:19
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto14:22
akrpic77RP: yes! thank you14:28
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:191f:8ef2:2a3d:ca58> has quit IRC14:37
yoctiNew news from stackoverflow: Supply a .deb kernel in yocto [on hold] <https://stackoverflow.com/questions/57185083/supply-a-deb-kernel-in-yocto>14:38
*** bbraun <bbraun!~bbraun@opendarwin/core/bbraun> has quit IRC14:43
*** yacar_ <yacar_!~yacar@80.215.6.151> has joined #yocto14:48
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC14:49
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto14:50
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC14:50
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto14:51
*** JPEW <JPEW!cc4da337@204.77.163.55> has joined #yocto15:04
RPJPEW: tracked down the performance issue, its sqlite: http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next&id=0101966e8fe640258fb163d58d44b862bb2b2a3c15:08
JPEWHmm, ya. I think you would want to do something different for a shared (non-local) server (enable WAL, or what have you).15:10
JPEWDid you happen to try with WAL?15:10
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC15:11
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto15:12
zboothAnyone available that could advise on kernel metadata handling?15:17
JPEWRP: I think the following would give the best performance/safety tradeoff: "PRAGMA synchronous = NORMAL; PRAGMA journal_mode = WAL"15:19
*** kaspter <kaspter!~Instantbi@2409:8928:648:2f2:191f:8ef2:2a3d:ca58> has joined #yocto15:21
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC15:29
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC15:35
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC15:39
RPJPEW: basically as soon as you get any kind of fsync() in there it will die during a build :(15:41
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto15:42
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC15:44
JPEWRP: FWIW, with that mode it will only fsync twice when the WAL gets full (once to flush the WAL itself, and once to commit the changes to the database once the WAL has been replayed). I know that can still be really slow though15:46
RPJPEW: fsync() can take minutes in a decent build :(15:46
RPJPEW: realistically we can't afford it15:46
JPEWRP: Ya.... However, if you make that the default, it really can't be used as a generic hashserver.... it *will* get corrupted at some point. Perhaps it needs an option?15:47
RPJPEW: yes, I'd accept it as an option15:47
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto15:47
zeddiihmm. systemd doesn't build with the 5.2 headers15:48
* zeddii googles15:48
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC15:49
*** yacar_ <yacar_!~yacar@80.215.6.151> has quit IRC15:54
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto15:57
RPJPEW: btw, can we just delete the libsdl bbappend in mingw?16:02
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto16:04
JPEWI don't know.... are we no longer building nativesdk-libsdl?16:04
RPJPEW: I'm hoping its just libsdl216:05
*** kaspter <kaspter!~Instantbi@2409:8928:648:2f2:191f:8ef2:2a3d:ca58> has quit IRC16:08
JPEWRP: Seems reasonable then16:13
RPJPEW: we're deleting it in oe-core fwiw (in -next)16:19
JPEWAh, Ok. That makes sense. I'll push a patch to meta-mingw master-next to remove it16:19
RPJPEW: I think you may be able just to go to master, I doubt anything uses it now16:22
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC16:26
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e991> has joined #yocto16:27
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto16:32
*** mckoan is now known as mckoan|away16:37
*** frsc <frsc!~frsc@10-65-142-46.pool.kielnet.net> has quit IRC16:40
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC17:05
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC17:06
*** vineela <vineela!vtummala@nat/intel/x-uwzfaqzotmtezspk> has joined #yocto17:11
*** sgw <sgw!~sgw@134.134.139.77> has quit IRC17:25
*** vineela <vineela!vtummala@nat/intel/x-uwzfaqzotmtezspk> has quit IRC17:37
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e991> has quit IRC17:37
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto17:37
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto18:05
tgoodwinIs anyone familiar with the autobuilder2 setup and README?  The section "on the controller" makes it sound like the yocto-autobuilder-helper should be installed inside the worker's directory, but the "Deployment" section says it should be in the build user's home directory.18:07
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto18:13
JPEWRP: libsdl is no longer in meta-mingw18:13
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has joined #yocto18:18
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC18:32
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has quit IRC18:41
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto18:43
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC18:48
*** leitao <leitao!~leitao@2a02:c7f:a63:f000:83b:ce0f:f5ae:3633> has joined #yocto18:55
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC19:01
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-djywxrlkdiimxzlm> has joined #yocto19:03
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-pfmjsoixmtkaoeli> has quit IRC19:08
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto19:27
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto19:28
*** leitao <leitao!~leitao@2a02:c7f:a63:f000:83b:ce0f:f5ae:3633> has quit IRC19:32
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC19:34
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto19:49
*** zbooth <zbooth!cc4da337@204.77.163.55> has quit IRC20:00
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:13
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC20:15
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto20:15
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has quit IRC20:36
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto20:36
*** akrpic77 <akrpic77!c12e4b03@193.46.75.3> has quit IRC20:47
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC20:51
*** yann <yann!~yann@85.118.38.73> has quit IRC20:59
*** FailDev <FailDev!18d83107@24.216.49.7> has joined #yocto21:10
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC21:11
*** berton <berton!~berton@181.220.86.53> has quit IRC21:15
*** nabokov <nabokov!~armand@67.218.223.154> has quit IRC21:35
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC21:40
*** bbraun <bbraun!~bbraun@opendarwin/core/bbraun> has joined #yocto21:41
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC21:46
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC21:50
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto21:52
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has joined #yocto21:57
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto21:59
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has quit IRC22:05
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC22:10
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-wfsohpkmdzspijyf> has joined #yocto22:10
*** mrpelotazo <mrpelotazo!~mrpelotaz@HSI-KBW-091-089-218-251.hsi2.kabel-badenwuerttemberg.de> has quit IRC22:11
*** FailDev <FailDev!18d83107@24.216.49.7> has quit IRC22:14
RPJPEW: cool, thanks22:28
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto22:30
RPtgoodwin: its in the homedir, alongside yocto-controller22:30
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC22:38
*** FailDev <FailDev!18d83107@24.216.49.7> has joined #yocto22:40
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto22:40
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC22:43
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto22:43
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-kbktwnyoqmtoxteq> has joined #yocto22:51
*** agust <agust!~agust@pD95F1DFD.dip0.t-ipconnect.de> has quit IRC23:18
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC23:19
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has joined #yocto23:19
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has quit IRC23:57
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has joined #yocto23:57

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