*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:02 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 00:03 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 00:13 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:14 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 00:24 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 00:32 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 00:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 01:01 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:06 | |
*** kaspter <kaspter!~Instantbi@115.195.53.198> has joined #yocto | 01:08 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 01:28 | |
*** camus <camus!~Instantbi@115.195.53.198> has joined #yocto | 01:29 | |
*** kaspter <kaspter!~Instantbi@115.195.53.198> has quit IRC | 01:31 | |
*** camus is now known as kaspter | 01:31 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 02:02 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 02:05 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 02:43 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 02:44 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-itiiuhlgiumiajrb> has quit IRC | 03:07 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC | 03:19 | |
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto | 03:22 | |
*** tgraydon <tgraydon!tgraydon@nat/intel/x-nmsdabyvywgmfnbe> has quit IRC | 03:23 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 03:35 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 03:36 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 03:37 | |
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC | 03:45 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 04:09 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 04:21 | |
*** saraf <saraf!~a_saraf@103.195.201.118> has joined #yocto | 04:22 | |
*** anujm <anujm!anujm@nat/intel/x-vnebzrvolcwmpota> has quit IRC | 04:32 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 04:43 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto | 04:44 | |
khem | zeddii: do you have plans to bump linux-libc-headers to newer than 5.0 soon'ish | 04:53 |
---|---|---|
khem | that 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 stuff | 04:59 |
khem | zeddii:see https://git.openembedded.org/openembedded-core-contrib/commit/?h=yoe/mut&id=16b5032528164fd4063c86e52ced95a4266b4a63 | 05:02 |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto | 05:20 | |
ThomasD13 | Hi, 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 |
ThomasD13 | However, 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 |
ThomasD13 | This is the recipe for grpcSandbox: https://pastebin.com/anzQVYiF | 05:28 |
ThomasD13 | When 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 IRC | 05:35 | |
*** kaspter <kaspter!~Instantbi@115.195.53.198> has joined #yocto | 05:36 | |
*** kaspter <kaspter!~Instantbi@115.195.53.198> has quit IRC | 05:44 | |
yocti | New 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 |
LetoThe2nd | ThomasD13: 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 it | 06:08 |
*** agust <agust!~agust@pD95F1DFD.dip0.t-ipconnect.de> has joined #yocto | 06:09 | |
LetoThe2nd | ThomasD13: 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 |
ThomasD13 | Hi 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 references | 06:15 |
ThomasD13 | But 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 |
LetoThe2nd | ThomasD13: yes and no | 06:20 |
LetoThe2nd | ThomasD13: in the target arch sysroot those things that you declared DEPENDS should be available. | 06:20 |
LetoThe2nd | ThomasD13: so the library to link against should be there. | 06:20 |
LetoThe2nd | ThomasD13: 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 mckoan | 06:32 | |
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has joined #yocto | 06:59 | |
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has quit IRC | 07:01 | |
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has joined #yocto | 07:01 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto | 07:06 | |
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has quit IRC | 07:07 | |
*** frsc <frsc!~frsc@10-65-142-46.pool.kielnet.net> has joined #yocto | 07:16 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 07:21 | |
*** yacar_ <yacar_!~yacar@80.215.11.48> has joined #yocto | 07:26 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has joined #yocto | 07:29 | |
*** Hodhr <Hodhr!~Hodhr@162.206.70.37.rev.sfr.net> has left #yocto | 07:30 | |
ThomasD13 | LetoThe2nd, 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 |
LetoThe2nd | Thats what DEPENDing on a -native recipe is meant for :) | 07:55 |
LetoThe2nd | ThomasD13: the -native in a package name has basically exactly that meaning. | 07:55 |
ThomasD13 | Okay, so when my recipe looks like this: DEPENDS_${PN} += " protobuf protobuf-native grpc" | 07:56 |
ThomasD13 | it should theoretically work | 07:56 |
ThomasD13 | But what can I do when it does not?? I don't know where to even start to look at... | 07:57 |
LetoThe2nd | the 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 package | 07:58 |
LetoThe2nd | and, DEPENDS is usually without _${PN} | 07:59 |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-pfmjsoixmtkaoeli> has joined #yocto | 07:59 | |
ThomasD13 | alright, thank you ;) | 07:59 |
*** Tamis <Tamis!504e056a@80.78.5.106> has joined #yocto | 08:02 | |
yocti | New 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 #yocto | 08:15 | |
ricardocrudo | what is the best way to change systemd journal config to use volatile storage? | 08:16 |
LetoThe2nd | ricardocrudo: AFAIK this should be the default | 08:19 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:32 | |
ricardocrudo | LetoThe2nd the file installed by bitbake has Storage=auto | 08:34 |
LetoThe2nd | ricardocrudo: 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 IRC | 08:37 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 08:40 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 08:44 | |
*** yann <yann!~yann@85.118.38.73> has joined #yocto | 08:45 | |
ricardocrudo | LetoThe2nd: yes, I just tested | 08:46 |
LetoThe2nd | ricardocrudo: hm | 08:46 |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 08:55 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 08:57 | |
*** florian_kc is now known as florian | 08:57 | |
LetoThe2nd | ricardocrudo: well the read-only-rootfs IMAGE_FEATURE triggers it, AFAIK. maybe find some inspiration in meta/recipes-core/volatile-binds/volatile-binds.bb | 09:01 |
yocti | New 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 #yocto | 09:21 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 09:34 | |
yocti | New 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 #yocto | 09:39 | |
*** yacar_ <yacar_!~yacar@80.215.11.48> has quit IRC | 09:53 | |
*** zbooth <zbooth!cc4da337@204.77.163.55> has quit IRC | 09:53 | |
*** JPEW <JPEW!cc4da337@204.77.163.55> has quit IRC | 09:57 | |
*** ricardocrudo <ricardocrudo!5387f440@i5387F440.versanet.de> has quit IRC | 10:04 | |
*** MarcWe <MarcWe!hmwmatrixo@gateway/shell/matrix.org/x-brilvvdgcteafnrj> has quit IRC | 10:08 | |
*** kayterina <kayterina!kayterina-@gateway/shell/matrix.org/x-xsslkinxuvrkvnvm> has quit IRC | 10:08 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-zibjqwqyoeygunxe> has quit IRC | 10:08 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-dtopeywxzonzjgnc> has quit IRC | 10:09 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has joined #yocto | 10:16 | |
*** Tamis <Tamis!504e056a@80.78.5.106> has quit IRC | 10:33 | |
yocti | New 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 #yocto | 10:43 | |
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-vqeodmhdkvpbzete> has joined #yocto | 10:47 | |
qschulz | Mmmm 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 |
RP | qschulz: its looking tricky. Which patch? | 10:56 |
qschulz | for opkg | 10:56 |
qschulz | let me get the link in the archive | 10:56 |
qschulz | https://lists.yoctoproject.org/pipermail/poky/2019-June/011777.html | 10:57 |
RP | qschulz: right, I remember the discussion. We should fix that. Not sure what armin's plans are here though. Those patches do have higher risk | 10:58 |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-phbloagrjkgtwvjh> has joined #yocto | 11:02 | |
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:4c34:bd0b:e9d3:a6a2> has quit IRC | 11:16 | |
*** yacar_ <yacar_!~yacar@80.215.6.151> has joined #yocto | 11:17 | |
qschulz | RP: 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 more | 11:27 |
RP | qschulz: well, they are merged in master, its just a question of the stable series | 11:29 |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 11:32 | |
qschulz | RP: yes sorry, merged in thud/any release affected by the same bug is what I meant | 11:32 |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC | 11:33 | |
RP | qschulz: I think I'd remind Armin about them. Only trouble is I know he's now travelling | 11:35 |
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has quit IRC | 11:38 | |
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has joined #yocto | 11:38 | |
qschulz | RP: "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 #yocto | 11:40 | |
rburton | the boots one | 11:45 |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 11:49 | |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto | 11:50 | |
ThomasD13 | LetoThe2nd 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 |
LetoThe2nd | ThomasD13: :) | 11:53 |
ThomasD13 | Main problem was DEPENDS_${PN}. Changing that to DEPENDS resulted in available protoc and libs/headers | 11:54 |
ThomasD13 | I don't really understand this, but I'm happy to be a step furhter | 11:55 |
LetoThe2nd | ThomasD13: the usual applies: reding the dev-manual, as well as looking at already existing recipes. | 11:56 |
LetoThe2nd | yet i am sure RP or such can explain it in a sentence or two | 11:57 |
*** alessioigor <alessioigor!~alessioig@140.105.207.227> has quit IRC | 11:58 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has quit IRC | 12:01 | |
*** akrpic77 <akrpic77!c12e4b03@193.46.75.3> has joined #yocto | 12:19 | |
akrpic77 | hello! | 12:19 |
akrpic77 | how to depend on source (files) of another recipe in a recipe | 12:19 |
LetoThe2nd | akrpic77: by rethinking your concept. | 12:20 |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC | 12:25 | |
RP | akrpic77: add them to the second recipe's SRC_URI too ;-) | 12:39 |
zeddii | It's going to be one of those days .. | 12:39 |
zeddii | I should probably just stand up and leave my keyboard | 12:40 |
* zeddii does just that | 12:40 | |
LetoThe2nd | zeddii: yeah i should do that too. | 12:50 |
* RP likes the idea | 12:54 | |
LetoThe2nd | at least i'm only like 2.5hrs away from going to the nearest se. | 12:54 |
LetoThe2nd | lake. | 12:55 |
RP | LetoThe2nd: there is a beach out my window covered in people enjoying the sun... | 12:56 |
LetoThe2nd | RP: how surprising! | 12:57 |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto | 12:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 13:05 | |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has joined #yocto | 13:18 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC | 13:22 | |
*** TobSnyder <TobSnyder!~schneider@95.90.163.47> has quit IRC | 13:23 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has joined #yocto | 13:27 | |
yocti | New news from stackoverflow: Yocto compilation <https://stackoverflow.com/questions/57183971/yocto-compilation> | 13:38 |
*** King_InuYasha <King_InuYasha!~King_InuY@fedora/ngompa> has joined #yocto | 13:48 | |
*** ThomasD13 <ThomasD13!d472ff94@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC | 13:48 | |
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:191f:8ef2:2a3d:ca58> has joined #yocto | 14:09 | |
milloni | there's a following construct in of the recipes i'm dealing with: | 14:09 |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 14:10 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 14:10 | |
milloni | SRC_URI_append_kernelpatchok += | 14:10 |
milloni | i know what the _append bit does, but what's with the kernelpatchok part? | 14:10 |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 14:10 | |
milloni | i looked in the .bbclass files of the classes the recipe inherits but didn't find anything | 14:11 |
RP | milloni: looks like some kind of override (see OVERRIDES) | 14:12 |
milloni | sorry - OVERRIDES where? | 14:12 |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 14:13 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 14:15 | |
*** zbooth <zbooth!cc4da337@204.77.163.55> has joined #yocto | 14:15 | |
RP | milloni: have a look in the bitbake manual for overrides. kernelpatchok is likely an override | 14:16 |
milloni | right, thanks | 14:16 |
*** yacar_ <yacar_!~yacar@80.215.6.151> has quit IRC | 14:19 | |
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto | 14:22 | |
akrpic77 | RP: yes! thank you | 14:28 |
*** kaspter <kaspter!~Instantbi@2409:8928:848:59c2:191f:8ef2:2a3d:ca58> has quit IRC | 14:37 | |
yocti | New 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 IRC | 14:43 | |
*** yacar_ <yacar_!~yacar@80.215.6.151> has joined #yocto | 14:48 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC | 14:49 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto | 14:50 | |
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC | 14:50 | |
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto | 14:51 | |
*** JPEW <JPEW!cc4da337@204.77.163.55> has joined #yocto | 15:04 | |
RP | JPEW: tracked down the performance issue, its sqlite: http://git.yoctoproject.org/cgit.cgi/poky/commit/?h=master-next&id=0101966e8fe640258fb163d58d44b862bb2b2a3c | 15:08 |
JPEW | Hmm, ya. I think you would want to do something different for a shared (non-local) server (enable WAL, or what have you). | 15:10 |
JPEW | Did you happen to try with WAL? | 15:10 |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC | 15:11 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto | 15:12 | |
zbooth | Anyone available that could advise on kernel metadata handling? | 15:17 |
JPEW | RP: 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 #yocto | 15:21 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:29 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 15:35 | |
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC | 15:39 | |
RP | JPEW: 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 #yocto | 15:42 | |
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC | 15:44 | |
JPEW | RP: 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 though | 15:46 |
RP | JPEW: fsync() can take minutes in a decent build :( | 15:46 |
RP | JPEW: realistically we can't afford it | 15:46 |
JPEW | RP: 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 |
RP | JPEW: yes, I'd accept it as an option | 15:47 |
*** learningc <learningc!~learningc@121.122.92.39> has joined #yocto | 15:47 | |
zeddii | hmm. systemd doesn't build with the 5.2 headers | 15:48 |
* zeddii googles | 15:48 | |
*** learningc <learningc!~learningc@121.122.92.39> has quit IRC | 15:49 | |
*** yacar_ <yacar_!~yacar@80.215.6.151> has quit IRC | 15:54 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has joined #yocto | 15:57 | |
RP | JPEW: btw, can we just delete the libsdl bbappend in mingw? | 16:02 |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 16:04 | |
JPEW | I don't know.... are we no longer building nativesdk-libsdl? | 16:04 |
RP | JPEW: I'm hoping its just libsdl2 | 16:05 |
*** kaspter <kaspter!~Instantbi@2409:8928:648:2f2:191f:8ef2:2a3d:ca58> has quit IRC | 16:08 | |
JPEW | RP: Seems reasonable then | 16:13 |
RP | JPEW: we're deleting it in oe-core fwiw (in -next) | 16:19 |
JPEW | Ah, Ok. That makes sense. I'll push a patch to meta-mingw master-next to remove it | 16:19 |
RP | JPEW: I think you may be able just to go to master, I doubt anything uses it now | 16:22 |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 16:26 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e991> has joined #yocto | 16:27 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 16:32 | |
*** mckoan is now known as mckoan|away | 16:37 | |
*** frsc <frsc!~frsc@10-65-142-46.pool.kielnet.net> has quit IRC | 16:40 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 17:05 | |
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC | 17:06 | |
*** vineela <vineela!vtummala@nat/intel/x-uwzfaqzotmtezspk> has joined #yocto | 17:11 | |
*** sgw <sgw!~sgw@134.134.139.77> has quit IRC | 17:25 | |
*** vineela <vineela!vtummala@nat/intel/x-uwzfaqzotmtezspk> has quit IRC | 17:37 | |
*** leitao <leitao!~leitao@2620:10d:c092:200::1:e991> has quit IRC | 17:37 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 17:37 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto | 18:05 | |
tgoodwin | Is 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 #yocto | 18:13 | |
JPEW | RP: libsdl is no longer in meta-mingw | 18:13 |
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has joined #yocto | 18:18 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 18:32 | |
*** mekuto <mekuto!~mekuto@unaffiliated/mekuto> has quit IRC | 18:41 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:43 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:48 | |
*** leitao <leitao!~leitao@2a02:c7f:a63:f000:83b:ce0f:f5ae:3633> has joined #yocto | 18:55 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 19:01 | |
*** wak-work <wak-work!wak-workma@gateway/shell/matrix.org/x-djywxrlkdiimxzlm> has joined #yocto | 19:03 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-pfmjsoixmtkaoeli> has quit IRC | 19:08 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 19:27 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 19:28 | |
*** leitao <leitao!~leitao@2a02:c7f:a63:f000:83b:ce0f:f5ae:3633> has quit IRC | 19:32 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 19:34 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 19:49 | |
*** zbooth <zbooth!cc4da337@204.77.163.55> has quit IRC | 20:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:13 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 20:15 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 20:15 | |
*** rburton_ <rburton_!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 20:36 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 20:36 | |
*** akrpic77 <akrpic77!c12e4b03@193.46.75.3> has quit IRC | 20:47 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 20:51 | |
*** yann <yann!~yann@85.118.38.73> has quit IRC | 20:59 | |
*** FailDev <FailDev!18d83107@24.216.49.7> has joined #yocto | 21:10 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 21:11 | |
*** berton <berton!~berton@181.220.86.53> has quit IRC | 21:15 | |
*** nabokov <nabokov!~armand@67.218.223.154> has quit IRC | 21:35 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 21:40 | |
*** bbraun <bbraun!~bbraun@opendarwin/core/bbraun> has joined #yocto | 21:41 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 21:46 | |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 21:50 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 21:52 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has joined #yocto | 21:57 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 21:59 | |
*** justanotherboy <justanotherboy!~justanoth@THOUSAND-EY.bear1.Houston1.Level3.net> has quit IRC | 22:05 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:10 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-wfsohpkmdzspijyf> has joined #yocto | 22:10 | |
*** mrpelotazo <mrpelotazo!~mrpelotaz@HSI-KBW-091-089-218-251.hsi2.kabel-badenwuerttemberg.de> has quit IRC | 22:11 | |
*** FailDev <FailDev!18d83107@24.216.49.7> has quit IRC | 22:14 | |
RP | JPEW: cool, thanks | 22:28 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 22:30 | |
RP | tgoodwin: its in the homedir, alongside yocto-controller | 22:30 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 22:38 | |
*** FailDev <FailDev!18d83107@24.216.49.7> has joined #yocto | 22:40 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 22:40 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 22:43 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 22:43 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-kbktwnyoqmtoxteq> has joined #yocto | 22:51 | |
*** agust <agust!~agust@pD95F1DFD.dip0.t-ipconnect.de> has quit IRC | 23:18 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 23:19 | |
*** yann <yann!~yann@aputeaux-655-1-52-10.w86-195.abo.wanadoo.fr> has joined #yocto | 23:19 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has quit IRC | 23:57 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.147.201> has joined #yocto | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!