*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has quit IRC | 00:05 | |
*** mauz555 <mauz555!~mauz555@2a01:e0a:56d:9090:2de5:24c0:3b65:2c01> has quit IRC | 00:19 | |
*** Net147 <Net147!~Net147@119-18-5-146.771205.syd.nbn.aussiebb.net> has quit IRC | 00:35 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 00:35 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-mqikzkfyuvhersgk> has quit IRC | 01:10 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:5cba:90c5:ceef:edda> has quit IRC | 01:16 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:25 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 01:27 | |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 01:52 | |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has joined #yocto | 01:53 | |
*** robbawebba <robbawebba!~rob@2605:e000:151f:16f4:ccb1:8af4:7c6d:3933> has joined #yocto | 01:56 | |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has quit IRC | 01:56 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 01:59 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 01:59 | |
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto | 02:06 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 02:08 | |
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC | 02:24 | |
*** buildbeef <buildbeef!477fa3bf@pool-71-127-163-191.syrcny.fios.verizon.net> has quit IRC | 03:15 | |
*** aleblanc <aleblanc!~user@192-222-206-26.qc.cable.ebox.net> has joined #yocto | 03:23 | |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC | 03:25 | |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has joined #yocto | 03:33 | |
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has joined #yocto | 03:46 | |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has quit IRC | 04:09 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 04:13 | |
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has quit IRC | 04:19 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 04:21 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:4c7b:30a2:ac7d:8d4> has joined #yocto | 04:21 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC | 04:30 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 04:33 | |
*** ayaka <ayaka!~ayaka@103.42.215.143> has joined #yocto | 04:35 | |
ayaka | I have known how to use wic to create a image with my build target | 04:35 |
---|---|---|
ayaka | but the problem is I just want to create a ext4 image for the rootfs and a tar package for debugging rootfs | 04:35 |
ayaka | can wic do that ? Or I should do it in the old way ? | 04:36 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 04:37 | |
kergoth | wic doesn't have anyting to do with that | 04:44 |
kergoth | you can use wic as as a normal image fstype as you would any other image fstype | 04:44 |
kergoth | set WKS_FILE and add wic to IMAGE_FSTYPES | 04:44 |
kergoth | whether you also build a tarball of it, or use the debug rootfs support is independent of that | 04:44 |
*** gtristan <gtristan!~tristanva@110.11.227.189> has quit IRC | 04:46 | |
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has joined #yocto | 04:47 | |
*** gtristan <gtristan!~tristanva@110.11.227.177> has joined #yocto | 04:54 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 05:01 | |
*** vineela <vineela!~vtummala@134.134.139.83> has joined #yocto | 05:09 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has joined #yocto | 05:11 | |
*** vineela <vineela!~vtummala@134.134.139.83> has quit IRC | 05:15 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 05:18 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 05:23 | |
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has joined #yocto | 05:24 | |
ayaka | kergoth, but I think it is a common usage, it is better to create wks files for those purpose | 05:26 |
kergoth | that doesn't make sense. | 05:26 |
kergoth | the wks controls the creation of the .wic disk image only | 05:26 |
kergoth | whether you're also building other things has nothing to do with what wic is doing | 05:26 |
ayaka | if I submit those patches, will you accept it | 05:27 |
kergoth | and wic works independent of oe, whereas debug image construction is a specific oe feature | 05:27 |
ayaka | you see, many developer would like to only flash its rootfs while keeping its data partition | 05:27 |
ayaka | and debug its system | 05:27 |
kergoth | oe already has support for generating a parallel debug rootfs. whether you use wic to create the rootfs image doesn't matter | 05:28 |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-ktjsdxpbqkzicgwa> has joined #yocto | 05:39 | |
*** sgw <sgw!sgw@nat/intel/x-qxkubdpxldrholet> has quit IRC | 05:39 | |
stuom1 | is it possible to have npm install dependency from private repository? I get host key verification failed, although it is in same repository than the git sources in the same recipe that use the same ssh key | 05:49 |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has quit IRC | 05:52 | |
*** kpo <kpo!~kpo@bwu34.internetdsl.tpnet.pl> has quit IRC | 05:56 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has joined #yocto | 05:57 | |
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto | 06:04 | |
LetoThe2nd | stuom1: ssh key != key verification | 06:05 |
LetoThe2nd | stuom1: in most cases, its rather that the host serving the code through https/gits is having a self-signed or ortherwise invalid certificate | 06:06 |
stuom1 | it says also npm ERR! Could not create directory '/home/root/.ssh'. | 06:10 |
stuom1 | basically i can do "npm install" on host but not in recipe do_install anymore because of this new package in private repository, and need to figure out why | 06:14 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 06:15 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 06:20 | |
*** jobroe <jobroe!~manjaro-u@p579EB039.dip0.t-ipconnect.de> has joined #yocto | 06:23 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 06:24 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 06:32 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC | 06:41 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto | 06:46 | |
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has joined #yocto | 06:57 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 07:05 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 07:05 | |
*** robbawebba <robbawebba!~rob@2605:e000:151f:16f4:ccb1:8af4:7c6d:3933> has quit IRC | 07:07 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:12 | |
*** stuom1 <stuom1!~tuomas@62.236.216.29> has quit IRC | 07:19 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.122> has joined #yocto | 07:23 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 07:23 | |
*** mckoan|away is now known as mckoan | 07:25 | |
*** tolszak <tolszak!~tolszak@apn-31-0-23-138.dynamic.gprs.plus.pl> has joined #yocto | 07:26 | |
*** creich_ <creich_!~creich@p200300F6AF20EA10DDD958518D4E804D.dip0.t-ipconnect.de> has joined #yocto | 07:29 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 07:30 | |
*** creich <creich!~creich@p4FFE0519.dip0.t-ipconnect.de> has quit IRC | 07:30 | |
*** nameclash <nameclash!~nameclash@ip1f11b23e.dynamic.kabel-deutschland.de> has joined #yocto | 07:31 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 07:31 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 07:37 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 07:47 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 08:01 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has quit IRC | 08:09 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.192.37> has joined #yocto | 08:15 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 08:15 | |
*** gtristan <gtristan!~tristanva@110.11.227.177> has quit IRC | 08:26 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto | 08:27 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC | 08:28 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has joined #yocto | 08:31 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:34 | |
*** aggurio <aggurio!~alex@217.red-79-153-17.dynamicip.rima-tde.net> has joined #yocto | 08:35 | |
*** florian_kc is now known as florian | 08:36 | |
*** Plinnie <Plinnie!5350fe89@83.80.254.137> has joined #yocto | 08:38 | |
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has joined #yocto | 08:49 | |
angelo__ | hi, where could i find info on how to setup SRCREV_FORMAT ? | 09:10 |
angelo__ | on the manual i see "We need to document AUTOREV and SRCREV_FORMAT here." but maybe i am lookign the wrong place | 09:10 |
ayaka | kergoth: you mean add IMAGE_GEN_DEBUGFS=1 in local.conf | 09:12 |
angelo__ | ok, found it, sry | 09:12 |
ayaka | is it recommended way ? | 09:12 |
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has quit IRC | 09:17 | |
*** locutus_ <locutus_!~LocutusOf@5.170.192.140> has joined #yocto | 09:21 | |
*** jkimblad <jkimblad!~jacob@h-161-8.A137.corp.bahnhof.se> has joined #yocto | 09:23 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 09:23 | |
*** locutus_ <locutus_!~LocutusOf@5.170.192.140> has quit IRC | 09:30 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@5.170.192.140> has joined #yocto | 09:31 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 09:31 | |
Plinnie | I hope this is the right place to ask this question, I'm trying to build a native SDK including protobuf compiler (protoc) and the grpc plugin (which is just an executable) for C++ (both in meta-oe/recipes-devtools). Now, I do see the protoc in the SDK, and also the grpc libraries, but not the plugins for code generation, which would be essential | 09:37 |
Plinnie | for the SDK including grpc. What could be the cause of this? Thanks in advance. | 09:37 |
Plinnie | I have to say in advance, I'm using petalinux, so, it is not pure Yocto. But they couldn't help me there. | 09:38 |
*** locutus_ <locutus_!~LocutusOf@5.170.200.144> has joined #yocto | 09:38 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 09:41 | |
LetoThe2nd | Plinnie: maybe the plugins are in a second package or recipe? no idea, jsut guessing - you'll have to look at the recipes. | 09:47 |
Plinnie | Thank Leto. not as far as I can see. Then again, I don't see a separate recipe for the protobuf-compiler either. i don't know how bitbake determines which files end up in the sdk. Here is the protobuf recipe: https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/protobuf/protobuf_3.11.4.bb and here the grpc recipe | 09:56 |
Plinnie | https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/grpc/grpc_1.24.3.bb Both extend the nativesdk class | 09:56 |
*** locutus_ <locutus_!~LocutusOf@5.170.200.144> has quit IRC | 09:59 | |
angelo__ | well, using SRC_URI_append is bbappend to add a git repo from where getting some additional files (overlay), but seems this repo is totally replacing the .bb one. What may be wrong here ? | 09:59 |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 09:59 | |
angelo__ | s/is/in | 09:59 |
LetoThe2nd | Plinnie: was just giving ideas, i have never used this, sorry. | 10:00 |
Plinnie | ok, that is fine. Thanks for your pointers | 10:00 |
Plinnie | Would #oe be a more appropriate place for these questions? | 10:01 |
LetoThe2nd | Plinnie: both are fine, but as you've already asked here probably everybody in #oe already knows anyways. :) | 10:02 |
Plinnie | ah, ok! :-) | 10:03 |
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has quit IRC | 10:05 | |
*** angelo__ <angelo__!~prefetch@unaffiliated/ad/x-0785363> has left #yocto | 10:05 | |
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has joined #yocto | 10:07 | |
*** bradfa <bradfa!uid297668@gateway/web/irccloud.com/x-mhejanmkpepxkxba> has joined #yocto | 10:08 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 10:19 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 10:22 | |
*** Shaun <Shaun!~soneil@pdpc/supporter/professional/shauno> has quit IRC | 10:37 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 10:42 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 10:47 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 10:48 | |
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC | 10:48 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC | 10:49 | |
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto | 10:50 | |
*** Shaun <Shaun!~soneil@pdpc/supporter/professional/shauno> has joined #yocto | 10:51 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto | 10:55 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 11:06 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC | 11:09 | |
*** pbb <pbb!~quassel@pleroma.pbb.lc> has quit IRC | 11:12 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has joined #yocto | 11:15 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto | 11:17 | |
*** pbb <pbb!~quassel@pleroma.pbb.lc> has joined #yocto | 11:17 | |
*** pbb <pbb!~quassel@pleroma.pbb.lc> has quit IRC | 11:23 | |
*** pbb <pbb!~quassel@pleroma.pbb.lc> has joined #yocto | 11:24 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 11:31 | |
*** locutus_ <locutus_!~LocutusOf@mob-2-43-116-45.net.vodafone.it> has joined #yocto | 11:32 | |
*** berton <berton!~berton@181.220.84.90> has joined #yocto | 11:32 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has quit IRC | 11:34 | |
*** berton <berton!~berton@181.220.84.90> has quit IRC | 11:40 | |
*** locutus__ <locutus__!~LocutusOf@5.170.200.144> has joined #yocto | 11:40 | |
*** berton <berton!~berton@181.220.84.90> has joined #yocto | 11:43 | |
*** locutus_ <locutus_!~LocutusOf@mob-2-43-116-45.net.vodafone.it> has quit IRC | 11:43 | |
*** g0hl1n <g0hl1n!~g0hl1n@83-215-125-121.lhau.dyn.salzburg-online.at> has quit IRC | 11:54 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.130> has quit IRC | 11:56 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 12:02 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 12:03 | |
*** g0hl1n <g0hl1n!~g0hl1n@83-215-125-121.lhau.dyn.salzburg-online.at> has joined #yocto | 12:07 | |
*** g0hl1n <g0hl1n!~g0hl1n@83-215-125-121.lhau.dyn.salzburg-online.at> has quit IRC | 12:10 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 12:15 | |
*** bps2 <bps2!~bps@80.71.142.18> has joined #yocto | 12:15 | |
*** bps <bps!~bps@80.71.142.18> has quit IRC | 12:15 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 12:16 | |
*** alinucs_ <alinucs_!~abo@215.ip-51-38-235.eu> has quit IRC | 12:16 | |
*** alinucs <alinucs!~abo@215.ip-51-38-235.eu> has joined #yocto | 12:16 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has joined #yocto | 12:22 | |
*** Guest5261 <Guest5261!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has joined #yocto | 12:25 | |
*** Guest5261 is now known as PatrickE | 12:25 | |
*** meow` <meow`!~sbourdeli@192.222.247.54> has quit IRC | 12:26 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 12:34 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 12:34 | |
*** zeddii <zeddii!~zeddii@CPE04d4c4975b80-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC | 12:41 | |
*** zeddii <zeddii!~zeddii@CPE04d4c4975b80-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto | 12:41 | |
PatrickE | Hi, i want to use D-Bus in yocto. Is these somebody who can recommend a C++ open source library? | 12:43 |
PatrickE | https://www.freedesktop.org/wiki/Software/DBusBindings/ This list looks very old :) | 12:43 |
*** meow` <meow`!~sbourdeli@192.222.247.54> has joined #yocto | 12:47 | |
PatrickE | Or should i switch to systemd and use the sdbus-c++ binding? | 12:47 |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC | 12:47 | |
*** robbawebba <robbawebba!~rob@2605:e000:151e:1b1d:3e1c:db69:35e3:9938> has joined #yocto | 12:49 | |
*** vineela <vineela!vtummala@nat/intel/x-iksvukeyoinvnhag> has joined #yocto | 12:51 | |
kroon | PatrickE, use the plain C API ? | 12:51 |
PatrickE | kroon yes. But that would mean that i would have to write the C++ abstraction. I would like to avoid using a mixture of C and C++ in the upper layers of my software | 12:53 |
kroon | I don't see why one would need to add a C++ abstraction | 12:55 |
*** la_croix <la_croix!~la_croix@82.11.161.99> has joined #yocto | 12:55 | |
mfe555 | I've had good results with the QtDbus API in the past. | 12:56 |
*** buildbeef <buildbeef!477fa3bf@pool-71-127-163-191.syrcny.fios.verizon.net> has joined #yocto | 12:56 | |
PatrickE | mfe555 yes it looked really mature. But i think the license would be an issue :) | 12:57 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:02 | |
PatrickE | ./meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | 13:06 |
*** vineela <vineela!vtummala@nat/intel/x-iksvukeyoinvnhag> has quit IRC | 13:06 | |
*** vineela <vineela!vtummala@nat/intel/x-drbxefcxkxyhwqoh> has joined #yocto | 13:07 | |
aleblanc | hey good morning !/? , anyone ever had issue with pyro rootfs full host poisoning ? I'm building within a docker container running ubuntu1604. Using a image that inherit from core-image and the distro is "somewhat" inspire from poky-tiny. the final image is expected to be a tar.gz file. All file on the rootfs are own by my user in docker. | 13:09 |
*** maudat <maudat!~moda@107-190-37-226.cpe.teksavvy.com> has joined #yocto | 13:12 | |
*** la_croix <la_croix!~la_croix@82.11.161.99> has quit IRC | 13:13 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has quit IRC | 13:14 | |
*** paulg <paulg!~paulg@135-23-37-86.cpe.pppoe.ca> has quit IRC | 13:16 | |
*** rewitt1 <rewitt1!rewitt@nat/intel/x-rnfbrfguxnjvylhx> has quit IRC | 13:18 | |
*** rewitt1 <rewitt1!~rewitt@134.134.137.75> has joined #yocto | 13:19 | |
mcfrisk | aleblanc: in those kind of cases with poky based distros the QA checks would fail the build early. Sounds like pseudo or something else is not working at all which can be because of pseudo missing some new syscalls for example. I would try to reproduce with a minimal image debug the steps.. | 13:27 |
*** paulg <paulg!~paulg@135-23-37-86.cpe.pppoe.ca> has joined #yocto | 13:28 | |
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-026.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 13:31 | |
buildbeef | what's the process for submitting a recipe upstream to oe? | 13:32 |
*** locutus__ <locutus__!~LocutusOf@5.170.200.144> has quit IRC | 13:32 | |
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto | 13:32 | |
aleblanc | mcfrisk: I looked into the check rootfs_check_host_user_contaminated , it look specifically for a /home/USER, as /home/root exist , the test pass. I'm not aware of any other test. (feel free to tell if yo know any) . As for pseudo, running a "bitbake some package -c devshell" follow by doig a touch FILE show that the file does endup with user root. But will try with a minimal image an debug for | 13:32 |
aleblanc | sure | 13:32 |
*** derRichard <derRichard!~derRichar@static.16.105.130.94.clients.your-server.de> has quit IRC | 13:33 | |
*** derRichard <derRichard!~derRichar@static.16.105.130.94.clients.your-server.de> has joined #yocto | 13:33 | |
*** hpsy <hpsy!~hpsy@85.203.15.120> has joined #yocto | 13:35 | |
mcfrisk | aleblanc: you need to run the task scripts. in devshell temp/run.do_install for example. the tasks marked with fakeroot will be run with pseudo and should result in files with root. You cal also see file permissions from buildhistory btw. a custom image class may do mayhem as well. | 13:37 |
aleblanc | mcfrisk: ah ! ok will look into right away | 13:37 |
aleblanc | mcfrisk: btw , thank for the support | 13:38 |
aleblanc | / help | 13:38 |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has joined #yocto | 13:39 | |
*** hpsy <hpsy!~hpsy@85.203.15.120> has quit IRC | 13:44 | |
*** jobroe <jobroe!~manjaro-u@p579EB039.dip0.t-ipconnect.de> has quit IRC | 13:48 | |
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has joined #yocto | 13:53 | |
*** ssajal_ <ssajal_!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has joined #yocto | 13:58 | |
*** ssajal <ssajal!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has quit IRC | 13:59 | |
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto | 14:03 | |
aleblanc | mcfrisk: hum interesting, still investigating but , when in devshell for my image, the rootfs show the correct ownership, when not , it goes back to my owner | 14:17 |
*** Sandrita <Sandrita!18ca2637@gateway/web/cgi-irc/kiwiirc.com/ip.24.202.38.55> has joined #yocto | 14:18 | |
*** sgw <sgw!sgw@nat/intel/x-jszvawndtljvhstl> has joined #yocto | 14:20 | |
*** zkrx <zkrx!~quassel@adsl-89-217-35-254.adslplus.ch> has quit IRC | 14:23 | |
mcfrisk | aleblanc: that's pseudo doing it's job | 14:24 |
mcfrisk | the tar ball needs to be generated as task inside bitbake with fakeroot, then the permissions will be correct. | 14:24 |
*** PatrickE <PatrickE!a5e14925@gateway/web/cgi-irc/kiwiirc.com/ip.165.225.73.37> has quit IRC | 14:25 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has joined #yocto | 14:26 | |
*** AndersD <AndersD!~AndersD@h83-209-96-136.cust.a3fiber.se> has quit IRC | 14:29 | |
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC | 14:30 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has quit IRC | 14:30 | |
aleblanc | mcfrisk: ah ! , weird, I would expect the tar ball recipe from image_types.bbclass to this by default ... | 14:32 |
opello | when using rpm, should pkg_prerm be getting run via the preuninstall scriptlet during a package upgrade? in my environment it doesn't seem to be :( | 14:33 |
*** nameclash <nameclash!~nameclash@ip1f11b23e.dynamic.kabel-deutschland.de> has quit IRC | 14:35 | |
*** nameclash <nameclash!~nameclash@31.17.178.62> has joined #yocto | 14:36 | |
*** zkrx <zkrx!~quassel@adsl-89-217-35-254.adslplus.ch> has joined #yocto | 14:36 | |
*** Shaun <Shaun!~soneil@pdpc/supporter/professional/shauno> has quit IRC | 14:42 | |
*** NiksDev <NiksDev!~NiksDev@192.91.101.32> has quit IRC | 14:52 | |
*** NiksDev <NiksDev!~NiksDev@192.91.75.30> has joined #yocto | 14:53 | |
mcfrisk | aleblanc: I've been using rootfs tarballs generated by bitbake and yocto bbclasses, haven't seen any problems. root permissions are there. Rember to unpack as root or "fakeroot bash" to see the owners correctly. | 14:53 |
*** Plinnie <Plinnie!5350fe89@83.80.254.137> has quit IRC | 14:54 | |
*** Shaun <Shaun!~soneil@pdpc/supporter/professional/shauno> has joined #yocto | 15:03 | |
*** gtristan <gtristan!~tristanva@110.11.227.189> has joined #yocto | 15:08 | |
mfe555 | buildbeef: much like other open source projects: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded | 15:26 |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has quit IRC | 15:31 | |
*** vineela <vineela!vtummala@nat/intel/x-drbxefcxkxyhwqoh> has quit IRC | 15:35 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:39 | |
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has joined #yocto | 15:42 | |
*** creich_ is now known as creich | 15:43 | |
aleblanc | mcfrisk: finally found my issue, pseudo does not work outside for file outside the devshell environment, which is why I need to use sudo and not fakeroot to unpack my tar. Many taks for you help. | 15:44 |
aleblanc | tanks** | 15:46 |
*** mous16 <mous16!~mous16@93-35-52-89.ip53.fastwebnet.it> has joined #yocto | 15:49 | |
*** freezu <freezu!669dd30f@102.157.211.15> has joined #yocto | 15:50 | |
*** freezu <freezu!669dd30f@102.157.211.15> has quit IRC | 15:51 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.131> has joined #yocto | 15:51 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 15:52 | |
mous16 | Hello everybody | 15:52 |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-ktjsdxpbqkzicgwa> has quit IRC | 15:56 | |
mous16 | I'm trying to add cmake-format (a simple python app) to my SDK, so i generated the recipe with devtool, and added nativesdk-cmake-format to TOOLCHAIN_HOST_TASK. That almost worked, but when I run cmake-format, interpreter is not able to find six (a dependency of the tool). Looking to the recipe generated by devtool I see that python3-six is listed in RDEPENDS. How can I make it available in SDK? | 15:57 |
kergoth | afaik it should be already, but you can always explicitly set RDEPENDS_${PN}_class-nativesdk = "nativesdk-python3-six" or whatever | 16:00 |
kergoth | to override the non-nativesdk one | 16:00 |
mous16 | kergoth: So, I'll first check if maybe the dependency is already there (and there is some other kind of problem), and the I'll try that trick. Thanks! | 16:01 |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has joined #yocto | 16:03 | |
opello | seems like package_rpm.bbclass specifically wraps (wrap_uninstall) the prerm script with a test to only run if all versions were removed (so no run on upgrade) :( | 16:05 |
*** vmeson <vmeson!~rmacleod@192-0-133-244.cpe.teksavvy.com> has quit IRC | 16:08 | |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has joined #yocto | 16:08 | |
*** vmeson <vmeson!~rmacleod@192-0-133-244.cpe.teksavvy.com> has joined #yocto | 16:14 | |
*** pharaon2502 <pharaon2502!~manjaro-u@cpe-188-129-64-48.dynamic.amis.hr> has quit IRC | 16:22 | |
*** mous16 <mous16!~mous16@93-35-52-89.ip53.fastwebnet.it> has quit IRC | 16:30 | |
khem | RP: I have send some armv8 tuning additions also suitable for dunfell | 16:30 |
sakoman | khem: in the future if you could tag those with [master][dunfell] when you send them it will help me to avoid missing them! | 16:43 |
sakoman | In general I'll wait for Richard to pull them into master before I'll take them (usually after 2 or 3 days of aging in master) | 16:44 |
*** jae1 <jae1!~jaewon@c-73-162-13-38.hsd1.ca.comcast.net> has quit IRC | 16:45 | |
*** mckoan is now known as mckoan|away | 16:50 | |
*** elvispre <elvispre!~elvispre@ftp.och.me.uk> has joined #yocto | 16:54 | |
*** vineela <vineela!vtummala@nat/intel/x-xkzuelxqmoobishm> has joined #yocto | 16:55 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-cteghotxaunhpdre> has joined #yocto | 16:55 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:56 | |
khem | sakoman: Yes, I should do that, however I wanted to wait on dunfell pull for sometime thats why I did not | 17:03 |
*** nameclash <nameclash!~nameclash@31.17.178.62> has quit IRC | 17:09 | |
*** vineela <vineela!vtummala@nat/intel/x-xkzuelxqmoobishm> has quit IRC | 17:19 | |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 17:22 | |
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has quit IRC | 17:32 | |
*** jrdn <jrdn!~jrdn@S010668ff7b6b7383.ok.shawcable.net> has joined #yocto | 17:32 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has joined #yocto | 17:43 | |
*** nerdboy <nerdboy!~sarnold@47.143.129.2> has quit IRC | 17:50 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 17:50 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 17:52 | |
*** vineela1 <vineela1!~vtummala@134.134.139.74> has joined #yocto | 17:57 | |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 17:57 | |
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has joined #yocto | 18:03 | |
Crofton|road | hmmm, who let sakoman in | 18:08 |
sakoman | Crofton|road: be nice! | 18:09 |
Crofton|road | How are you doing? | 18:10 |
sakoman | Doing well all things considered :-) | 18:10 |
sakoman | Hawaii hasn't been hit too bad by covid | 18:11 |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 18:26 | |
khem | sakoman: you should put a live webcam pointing towards beaches for people too remotely enjoy vacations in Hawaii | 18:27 |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has joined #yocto | 18:28 | |
denix | Crofton|road: you've been on the road for past 3 months if not longer - be nice to sakoman, we all depend on him! :) | 18:29 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:29 | |
*** vineela1 <vineela1!~vtummala@134.134.139.74> has quit IRC | 18:29 | |
Crofton|road | I take it you don't plan on hosting an on site developer meeting there :( | 18:31 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:31 | |
Crofton|road | I need to adjust the nick on this account | 18:31 |
*** vineela <vineela!~vtummala@134.134.139.74> has joined #yocto | 18:38 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 18:40 | |
*** LocutusOfBorg <LocutusOfBorg!~LocutusOf@ubuntu/member/locutusofborg> has joined #yocto | 18:40 | |
khem | Crofton|road: that long on road you must be "tire"d | 18:40 |
Crofton|road | urg | 18:41 |
*** Crofton|road is now known as Crofton|cloud | 18:42 | |
Crofton|cloud | better? | 18:43 |
denix | uh-oh, Crofton is in/on the cloud now... | 18:44 |
Crofton|cloud | this plague is making you all loopy | 18:45 |
tgamblin | the singularity is here | 18:45 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:48 | |
sakoman | khem: I don't have any sandy beaches nearby. Its more like 200 foot cliffs on this side of the island | 18:48 |
sakoman | Crofton|cloud: yeah, I'll pass on hosting any on site meetings ;-) | 18:49 |
Crofton|cloud | Post vaccine though, we need to talk | 18:49 |
sakoman | vaccines will make my autism flare up | 19:03 |
khem | post vaccine will be 4 years+ as thats what is best we have done | 19:05 |
*** dkl__ <dkl__!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has joined #yocto | 19:08 | |
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has quit IRC | 19:09 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has quit IRC | 19:12 | |
*** m1ster_r0b0t <m1ster_r0b0t!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has joined #yocto | 19:16 | |
*** dkl__ <dkl__!~m1ster_r0@80-110-44-28.static.upcbusiness.at> has quit IRC | 19:19 | |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has quit IRC | 19:21 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has joined #yocto | 19:26 | |
Crofton|cloud | that makes my head explode | 19:30 |
Crofton|cloud | We are schduling an oe happy hour with a pacific friendly time | 19:31 |
sakoman | Crofton|cloud: what is your definition of Pacific? The time zone, or those of us in the middle of the similarly named ocean? ;-) | 19:39 |
Crofton|cloud | middle of the ocean | 19:39 |
Crofton|cloud | trying to get into NZ | 19:39 |
Crofton|cloud | people all sleeping at different times is inconvenient | 19:39 |
sakoman | Excellent! I hate these 4:30am meetings I have every week | 19:39 |
*** chandana731 <chandana731!~ckalluri@149.199.62.131> has joined #yocto | 19:52 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.131> has quit IRC | 19:52 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has quit IRC | 19:54 | |
RobertBerger | @Crofton: postfuncs[vaccine]+="real_meeting" | 19:56 |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has joined #yocto | 20:03 | |
*** buildbeef <buildbeef!477fa3bf@pool-71-127-163-191.syrcny.fios.verizon.net> has quit IRC | 20:09 | |
JPEW | RP: Are you waiting for something on https://lists.openembedded.org/g/openembedded-core/message/137946 or did it just get lost? | 20:34 |
*** Alex-Dj <Alex-Dj!~Username@176.32.21.141> has joined #yocto | 20:47 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has quit IRC | 20:50 | |
*** bradfa <bradfa!uid297668@gateway/web/irccloud.com/x-mhejanmkpepxkxba> has quit IRC | 20:54 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 21:04 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has joined #yocto | 21:04 | |
*** learningc <learningc!~pi@147.253.188.150> has quit IRC | 21:09 | |
*** maudat <maudat!~moda@107-190-37-226.cpe.teksavvy.com> has quit IRC | 21:10 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has quit IRC | 21:10 | |
*** nucatus <nucatus!~nucatus@lns-bzn-40-82-251-130-58.adsl.proxad.net> has joined #yocto | 21:11 | |
*** ssajal_ <ssajal_!~ssajal@otwaon1146w-lp140-01-64-229-138-221.dsl.bell.ca> has quit IRC | 21:14 | |
*** berton <berton!~berton@181.220.84.90> has quit IRC | 21:14 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 21:17 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 21:19 | |
*** aggurio <aggurio!~alex@217.red-79-153-17.dynamicip.rima-tde.net> has quit IRC | 21:19 | |
*** feddischson <feddischson!~feddischs@HSI-KBW-095-208-248-026.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 21:25 | |
*** aggurio <aggurio!~alex@116.red-79-145-32.dynamicip.rima-tde.net> has joined #yocto | 21:31 | |
*** chandana731 <chandana731!~ckalluri@149.199.62.131> has quit IRC | 21:33 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.131> has joined #yocto | 21:35 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.131> has quit IRC | 21:53 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.130> has joined #yocto | 21:59 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has quit IRC | 22:10 | |
*** amaury_d <amaury_d!~amaury_@lfbn-idf1-1-361-18.w86-195.abo.wanadoo.fr> has joined #yocto | 22:12 | |
*** kanavin_home <kanavin_home!~ak@2a02:2450:1011:56f:238d:84be:b349:9184> has joined #yocto | 22:23 | |
*** aggurio <aggurio!~alex@116.red-79-145-32.dynamicip.rima-tde.net> has quit IRC | 22:23 | |
*** zkrx <zkrx!~quassel@adsl-89-217-35-254.adslplus.ch> has quit IRC | 22:27 | |
*** edgar444 <edgar444!uid214381@gateway/web/irccloud.com/x-cteghotxaunhpdre> has quit IRC | 22:34 | |
*** agust <agust!~agust@pD95F11D0.dip0.t-ipconnect.de> has quit IRC | 22:42 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has quit IRC | 23:05 | |
*** robbawebba <robbawebba!~rob@2605:e000:151e:1b1d:3e1c:db69:35e3:9938> has quit IRC | 23:19 | |
*** vineela <vineela!~vtummala@134.134.139.74> has quit IRC | 23:27 | |
*** leon-anavi <leon-anavi!~Leon@78.130.197.211> has quit IRC | 23:29 | |
tlwoerner | halstead: i'd like to confirm that the YP has download mirrors in their infrastructure so if a download fails (https://oldproject.org/oldproject-1.2.tar.gz) it should be found on a mirror (https://yp-infrastructure/oldproject-1.2.tar.gz)? | 23:35 |
halstead | tlwoerner, For most files yes. Which are you looking for? | 23:37 |
halstead | tlwoerner, Like the files at http://downloads.yoctoproject.org/mirror/sources/ | 23:44 |
*** pbb <pbb!~quassel@pleroma.pbb.lc> has quit IRC | 23:56 | |
*** pbb <pbb!~quassel@pbb.lc> has joined #yocto | 23:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!