Wednesday, 2019-12-04

*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC00:04
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC00:13
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto00:13
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto00:17
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC00:17
*** armpit <armpit!~armpit@2601:202:4180:a5c0:ddfa:6ede:7f7:8153> has joined #yocto00:20
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC00:27
*** vineela <vineela!~vtummala@134.134.137.75> has quit IRC01:02
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC01:05
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto01:15
moto-timodisk dying or what? ERROR: Failee to spwan fakeroot worker to run /.../ (Errno 32) Broken pipe01:34
* moto-timo can't type01:34
moto-timoubuntu 18.04 host, happens on warrior and zeus branch, so makes me think disk...01:38
moto-timoalso throwing two warnings in runqueue:2123 ResourceWarning: unclosed file <_io.BufferedReader name=nn>01:39
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC01:41
moto-timoused another drive, no errors. smells like dying ssd :(01:51
khemsecond one is normal02:01
khemErrno 32 Broken pipe seems I have never seen it02:02
moto-timokhem: me neither... it's a mystery02:03
khemthey seem to be related to sockets02:04
khemand perhaps socket is closed02:05
DvorkinDmitrywhy do I get 30% bigger binary for armv5 using Yocto GCC instead of the cross-compiler from developer.arm.com?02:06
khemDvorkinDmitry: is it also GNU toolchain or ADS02:08
DvorkinDmitrysorry, did not get you clearly. gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabi from arm.com (open-source build) gives me 30% smaller binary versus arm-tps-linux-gnueabi* generated for arm926ej-s/armv5te02:11
khemok so it is gcc based02:11
DvorkinDmitrywith the same flags. I am using -nostdlib. yes. It is just open-source gcc.02:12
khemwhat version do you have from yocto generated toolchain ?02:12
DvorkinDmitryI am very restricted in memory for my bootloader and it makes sense02:12
DvorkinDmitryboth are the same versions: 8.3.002:12
khemok02:13
khemyou said flags were same as well ?02:13
DvorkinDmitryexactly. May I give you complete list there?02:13
khemcan you check if one of them is not passing -mthumb ?02:13
khempaste it somewhere02:14
DvorkinDmitryboth are passing -mthumb02:14
khemdetail logs for building your app/bootloader using both toolchains might hint something02:14
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-fspwhkfdrqavcjym> has joined #yocto02:16
DvorkinDmitrykhem, https://pastebin.com/T8ZSaFsd02:17
DvorkinDmitryadditional "-mno-long-calls -freg-struct-return -fshort-wchar" was my experiments. gives nothing02:20
khemcan you get rid of -marm in yocto toolchain ?02:26
DvorkinDmitryit is set by env from env script, you know02:26
khemalthough you have -mthumb following it so ideally it should be overriding it but want to be sure02:26
khemyeah edit it02:26
DvorkinDmitrywhat about -mcpu? leave it is is?02:27
khemdelete that too02:28
khemalthough that should not be a problem02:29
DvorkinDmitryresult is the same02:31
DvorkinDmitryI try -mthumb and got an error, but without -mthumb it gives the same size02:31
*** mischief <mischief!~mischief@wopr.sciops.net> has quit IRC02:31
DvorkinDmitrymy DEFAULTTUNE ?= "arm926ejs"02:31
khemthats ok02:31
khemwhat error do you get with -mthumb02:32
DvorkinDmitryError: selected processor does not support `mcr p15,0,r4,c7,c0,4' in Thumb mode02:32
khemwithout -mthumb the default is to use ARM ISA02:32
khemI see02:32
khemleave mcpu in there02:33
khemor we can do reverse experiment. Where you remove -mthumb from arm.com toolchain and see what size you get02:33
DvorkinDmitryok02:34
khemif it matches yocto toolchain generated size then it would hint that we are not using thumb ISA on yocto toolchain and that will explain 30% more code02:34
DvorkinDmitryit is slightly bigger, about 5%. And it does not fit into my RAM now02:37
DvorkinDmitryI made an assembly output and I see it differs a bit02:45
DvorkinDmitrykhem, no ideas?02:55
khemhmm03:11
khem5% compared to what ?03:12
DvorkinDmitrywithout -mthumb03:12
khemok. so without mthumb yocto compiled code is 5% bigger is that right ?03:13
DvorkinDmitryoh, no 5%. Object file was 19KB with -mthumb and 26 without...03:13
khemok03:13
DvorkinDmitrynot yocto, I've try it with arm.com gcc03:13
*** learningc <learningc!~pi@121.122.98.56> has quit IRC03:14
khemare you able to remove -marm and see if yocto gcc gives you ~19KB03:14
DvorkinDmitryok. will try now. Sorry, arm.com gives me 20.5KB without -mthumb switch and 19KB with. Was looking in wrong folder...03:16
khemI see ok. Lets try  yocto gcc in same fasion without -marm03:16
DvorkinDmitrywithout -marm yocto gcc gives me 100bytes smaller obj03:17
khemhmm03:17
khemok can you check outout of size plf_dram.o ?03:19
khemcmd03:19
khemthat will show the text/data/bss03:19
khemI am think it could be debug info which is making difference03:20
DvorkinDmitrywith what tool?03:20
DvorkinDmitryls -l ?03:20
*** vineela <vineela!vtummala@nat/intel/x-qekkhrjqaauokbfd> has joined #yocto03:21
khemtool name is 'size'03:21
DvorkinDmitryno changes, but it is 100bytes smaller without -marm03:24
khemcompare arm.com gcc generated .o with yocto gcc generated .o03:24
DvorkinDmitryhttps://pastebin.com/Vnn1mkp403:24
khemI want you to compare arm.com vs yocto gcc generated objs not arm vs thumb ISA code03:25
DvorkinDmitryarm.com text is bigger for 20 bytes, but obj is smaller for 6KB03:28
DvorkinDmitryhttps://pastebin.com/LS60KQxj03:28
*** vineela <vineela!vtummala@nat/intel/x-qekkhrjqaauokbfd> has quit IRC03:29
khemso actually yocto code is smaller :)03:30
*** vineela <vineela!~vtummala@134.134.139.72> has joined #yocto03:30
khemsee the 'dec' section ?03:30
khemor rather 'hex' section03:30
DvorkinDmitryyes. but why obj and final binary is bigger then?03:31
khemdebug info03:31
khemwhich wont showup on target anyway03:31
DvorkinDmitryoh, really? I did not ask compiler for debug info. how should I get rid of it? strip has no effect03:32
khemoh final binary might be bigger because you are including debug_info as well03:32
khemremove -g switch03:32
*** vineela <vineela!~vtummala@134.134.139.72> has quit IRC03:34
DvorkinDmitryit did not helped. obj is smaller, "size" gives the same info, but final binary remains too big03:36
khemrun size on final binary03:41
khemwhat does it say03:41
DvorkinDmitryI can't: https://pastebin.com/VvuLyMzj03:41
DvorkinDmitrymaybe the linker adds some additional sections? But I made an assembly dump and see the code differs a bit03:46
khemcan you show boot.ld03:53
DvorkinDmitryhttps://pastebin.com/3yaa3iuE03:54
khemalso paste xboot.map03:55
DvorkinDmitryit is generated by the compiler03:55
khemyes03:56
khemits in your bin/xboot.map03:56
DvorkinDmitryxboot.map is 42KB file: https://pastebin.com/c4Nf4zKR03:57
khemcan you compare .map files generated by arm.com gcc04:01
DvorkinDmitryfirst 100 lines of diff: https://pastebin.com/WjBTgDrc04:06
DvorkinDmitryfirst file is generated by arm.com04:08
khemcan you objdump getBootDevID fn from common/bootmain.o from both compilers04:10
khemyocto size is 0x20 but arm.com is 0xc04:11
khemI wonder if yocto is doing some inlining stuff04:11
DvorkinDmitryhow to make this dump correctly? I never did it for special symbol04:12
khemarm-tps-linux-gnueabi-objdump -d common/bootmain.o04:12
DvorkinDmitryarmcom: https://pastebin.com/MbkGZkht04:16
DvorkinDmitryyocto: https://pastebin.com/eEeZ6n1w04:16
DvorkinDmitrygetBootDevID is : unsigned int getBootDevID(void) { return g_bootinfo.bootdev;04:20
DvorkinDmitrygetBootDevID is : unsigned int getBootDevID(void) { return g_bootinfo.bootdev; }04:20
DvorkinDmitrykhem, what do you think?04:25
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has joined #yocto04:26
khemOK I think -marm is the problem04:41
khemDvorkinDmitry: what I see is that getBootDevID function in yocto compiled dump is ARM isa04:42
khemso lets remove -marm from your env04:42
khemand rebuild I think that will fix it04:42
DvorkinDmitryremoved it already and it gave me this code04:42
khemthen you need to add -mthumb as well04:43
khemand clean the project04:43
khemand rebuild all objects04:43
khemwhat you showed me is still compiled without -mthumb and with -marm04:43
khemdefault is -marm too so if you need to use thumb code you need to use -mthumb options during compile04:44
DvorkinDmitry-mthumb without -marm increased objdump size to 0.5 KB04:45
DvorkinDmitrywithout -marm, with -mthumb: https://pastebin.com/qcRYCCCr04:46
khemthats ok04:47
khemshow me the new dump04:47
DvorkinDmitryalready: https://pastebin.com/qcRYCCCr04:48
DvorkinDmitryno difference in this function04:48
khemsure but now its compiled in thumb mode so its good04:50
khemok so I see PC relative loads04:50
DvorkinDmitrybut still bigger then it have to be04:53
khemcan you add -fno-pie -fno-PIE04:54
DvorkinDmitry-mthumb decreased the size of bootmain.o for 76 bytes.04:54
DvorkinDmitrykhem,Bingo!04:55
DvorkinDmitrythank you so much, khem! Now it fits04:55
DvorkinDmitryI have no this options in armcom gcc and it looks like it sets it by default04:57
khemyay04:59
khemYocto toolchains by default generate PIE code04:59
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto05:31
xtronbitbake -g target doesn't generate recipe-depends file, something changes? using poky zeus on ubuntu 19.1005:46
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto06:36
*** agust <agust!~agust@p54833695.dip0.t-ipconnect.de> has joined #yocto06:56
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto07:02
*** pohly <pohly!~pohly@p54BD5B80.dip0.t-ipconnect.de> has joined #yocto07:11
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto07:12
*** frsc <frsc!~frsc@i59F7229D.versanet.de> has joined #yocto07:37
*** onlyesterday <onlyesterday!~onlyester@113.160.58.178> has joined #yocto07:54
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has joined #yocto07:58
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto08:08
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:21
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC08:23
*** mcfrisk <mcfrisk!mcfrisk@91.232.154.11> has quit IRC08:23
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC08:23
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has quit IRC08:23
*** mario-goulart <mario-goulart!~user@static.107.70.9.5.clients.your-server.de> has quit IRC08:23
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has quit IRC08:23
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC08:23
*** erbo <erbo!~erik@linode.unixshell.se> has quit IRC08:23
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has quit IRC08:23
*** weltling <weltling!~toll@klapt.com> has quit IRC08:23
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has quit IRC08:23
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto08:24
*** mcfrisk <mcfrisk!mcfrisk@91.232.154.11> has joined #yocto08:24
*** abelal <abelal!~quassel@110.93.212.98> has joined #yocto08:24
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has joined #yocto08:24
*** mario-goulart <mario-goulart!~user@static.107.70.9.5.clients.your-server.de> has joined #yocto08:24
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has joined #yocto08:24
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto08:24
*** erbo <erbo!~erik@linode.unixshell.se> has joined #yocto08:24
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has joined #yocto08:24
*** weltling <weltling!~toll@klapt.com> has joined #yocto08:24
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has quit IRC08:25
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC08:25
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto08:25
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has joined #yocto08:26
wertigonOk, so I finally have an sdk - how do I make Windows trust it?08:27
wertigonIt is either Windows or my antivirus that says this is dangerous, and whitelisting each and every application seems like too much work for a toolchain that contains like 50 separate binaries :D08:29
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC08:29
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto08:33
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC08:38
*** wertigon <wertigon!8addfa13@138.221.250.19> has quit IRC08:40
__angelohi, is there a way to allow postinst scripts on a  IMAGE_FEATURES += "read-only-rootfs"   ?08:52
LetoThe2nd__angelo: how would they run, or what would they do if they cannot write anything?08:57
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto08:57
bluelightning_postinst scripts are allowed during rootfs construction but they must be able to run successfully at that time08:58
bluelightning_if they fail or explicitly defer -> error08:58
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto09:00
__angeloLetoThe2nd, ok. I need to test a dm-verity stuff now, can i just disable them for now ?09:03
yoctiNew news from stackoverflow: Edit which file /etc/resolv.conf is linked to at boot time [closed] <https://stackoverflow.com/questions/59161823/edit-which-file-etc-resolv-conf-is-linked-to-at-boot-time>09:03
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto09:04
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto09:04
Ad0I have things I need that doesn't work / isn't update for warrior, but works in thud. what's the big difference between those versions of yocto?09:13
*** hpsy <hpsy!~hpsy@85.203.15.88> has quit IRC09:17
*** hpsy <hpsy!~hpsy@217.66.60.5> has joined #yocto09:18
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC09:20
*** yann <yann!~yann@85.118.38.73> has joined #yocto09:22
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has quit IRC09:24
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC09:29
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto09:30
yoctiNew news from stackoverflow: Using repo with gitlab forks <https://stackoverflow.com/questions/59172369/using-repo-with-gitlab-forks>09:33
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto09:41
*** florian_kc is now known as florian09:43
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC09:45
qschulzAd0: https://www.yoctoproject.org/docs/2.7.2/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.7-release09:48
Ad0thanks, so it doesn't seem like a huge problem to go back to thud09:49
qschulzbut there shouldn't be a reason to do it09:49
qschulzso maybe you can explain which package/recipe is impacted and what "doesn't work" means09:50
*** wertigon <wertigon!8addfa13@138.221.250.19> has joined #yocto09:51
Ad0https://github.com/jiazhang0/meta-secure-core relies on a newer version of autoconf-archive than is present in warrior.09:52
Ad0but I am not sure if I can use it's thud branch in warrior?09:52
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto09:52
paulbarkerIs there any way to check the database behind layers.openembedded.org? I don't see meta-sancloud listed as a layer but when I try to add it I get "Layer with this Layer name already exists."09:53
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has joined #yocto09:53
Ad0and another layer I use is incompatible with the warrior rust version because it uses some other dependency that uses another version of rust etc09:55
Ad0things like producing an error instead of a warning that used to be a warning and that kind of stuff09:56
qschulzAd0: https://github.com/jiazhang0/meta-secure-core/issues/135 have you seen that one?09:58
Ad0that's me09:58
Ad0:)09:58
*** LFSVeteran <LFSVeteran!~LFSVetera@2a02:a440:69df:1:dafc:93ff:fec0:20f6> has joined #yocto09:59
Ad0so I can a) go back to thud, b) wait for a fix (how long would it take) c) create a fork, learn how to fix that patch09:59
qschulzhalstead: hi. https://git.yoctoproject.org/ has weak encryption and Firefox Focus on my Android straight up refuses to let me access the website. Can this be fixed somehow please :)?10:00
wertigonAd0: 4. Create a branch of the git repository and cherry-pick the change(s) you need, wait until warrior/zeus matures10:01
wertigon(on thud then)10:02
qschulzAd0: 5. create a bbappend with the patch in your own layer :)10:02
Ad0hehe, that's an option10:02
halsteadqschulz: yes very soon. There is a new server nearly ready to replace it with modern TLS.10:02
qschulzAd0: and send a PR to meta-secure-core please :)10:02
qschulzhalstead: cool, thanks!10:03
Ad0yeah, btw is that *the* tpm2 repository? I have seen different ones around, but that's the one listed in the openembedded index10:03
halsteadpaulbarker: there is an admin interface to investigate things like that. Contact Paul Eggleton and Mark Hatle for more info about layerindex.10:04
qschulzAd0: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=tpm2 note that it appears we don't have tpm2 in "supported" layers in warrior10:09
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-dyagxvgwhrxoxawp> has joined #yocto10:18
LFSVeteranhttps://pastebin.com/GyqXFcX310:20
bojonesHello, image-specific config files (i.e. for X11) - what is the best/right way to handle this in yocto?10:23
qschulzbojones: ROOTFS_POSTPROCESS_COMMAND maybe? but usually, image-specific things outside of packages to install aren't great ideas (think machine or distro instead) so be careful10:31
*** __angelo is now known as angelo__10:41
*** mcfrisk <mcfrisk!mcfrisk@91.232.154.11> has quit IRC10:42
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto10:42
Ad0ok10:47
*** kaspter <kaspter!~Instantbi@101.93.194.160> has quit IRC10:47
*** kaspter <kaspter!~Instantbi@101.93.194.160> has joined #yocto10:48
bojonesqschulz: Hmm ok. So people use a different distro, depending if it is a release/production image or if it is a test/development image?10:52
Ad0I am wondering about the same thing actually. if I want a qemu86 build and an ARM build of the same distro where different firmware files are required which are image based, not distro based. you can have the same distro, but bitbake different images I guess11:07
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto11:12
ThomasD13Hi, I've worked a lot with bitbake to build various images and packages. I want to get rid of all the cached stuff and temp files. Can I just delete build/cache build/downloads build/sstate-cache and build/tmp manually?11:15
ThomasD13Or will something break if I do that. I just want to get a clean state.11:16
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto11:17
*** onlyesterday <onlyesterday!~onlyester@113.160.58.178> has quit IRC11:22
*** LFSVeteran <LFSVeteran!~LFSVetera@2a02:a440:69df:1:dafc:93ff:fec0:20f6> has quit IRC11:24
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto11:39
*** berton <berton!~berton@189.103.49.163> has joined #yocto11:46
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has joined #yocto11:47
Ad0qschulz, I patched the patch lol. maybe I should make a PR. kinda meta to diff a patch :P11:48
*** berton <berton!~berton@189.103.49.163> has quit IRC11:48
*** berton <berton!~berton@189.103.49.163> has joined #yocto11:51
wertigonI keep bashing my head against the same bloody brick wall -_-11:54
wertigonCreateProcess: No such file or directory when I try to compile hello world with the mingw-built GCC11:54
wertigon(yes, I have defined toolchain, -mfloat=hard and -mfpu)11:55
wertigonIs there a package I am missing?11:56
qschulzbojones: or separate the original x11 config file from its "normal" package and create another package with the dev x11 config file?11:56
qschulzAd0: wdym you patched the patch?11:57
wertigonThomasD13: Nothing will break if you do that but you will recompile a lot of things so only do it if you're absolutely sure :)11:58
*** khem <khem!~khem@unaffiliated/khem> has quit IRC11:59
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC12:01
Ad0qschulz, I used editdiff with nano to add that line properly12:03
Ad0in the existing .bbpatch12:03
ThomasD13thx wertigon ;)12:06
RPhmm, what have I just done12:16
qschulzAd0: you know you litterally just have to download the patch of the commit from github and add it in a bbappend? https://github.com/tpm2-software/tpm2-tss/commit/b7b42326ecfb139e09847e2188d2f2a911aa16af.patch should be enough I think12:19
qschulzThen send a PR with this patch added to theSRC_URI of the recipe12:19
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto12:22
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has quit IRC12:29
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC12:34
ThomasD13SRC_URI_append += "foo" makes no sense, right?12:34
ThomasD13*highlight _append an +=12:34
qschulzit does not. The only side effect is that you don't need to preprend foo with a space12:36
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto12:48
Ad0qschulz, seems like this is out of date too: https://github.com/jiazhang0/meta-secure-core/blob/master/meta-tpm2/recipes-devtools/tpm2simulator/tpm2simulator-native_git.bb -  rdepends upon non-existent task do_package_write_ipk in that file12:53
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has joined #yocto12:54
*** goliath <goliath!~goliath@nat002-WLTU1.uibk.ac.at> has joined #yocto12:55
qschulzAd0: I'm sorry I don't understand what you're saying12:59
*** rokm <rokm!rokm@freeshell.de> has joined #yocto13:01
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:01
Ad0when adding tpm2simulator-native to IMAGE_INSTALL_append it gives error "do_populate_sdk in myimage.bb rdepends upon non-existent task do_package_write_ipk in .../tpm2simulator-native_git.bb"13:01
Ad0think I'm going back to thud lol.13:10
Ad0or is it a very cryptic way to tell me that I need python-beautifulsoup4-native ?13:14
qschulzare you building ipk packages?13:15
Ad0I have no idea what IPK even is13:19
Ad0it has DEPENDS+= python-native python-beautifulsoup4-native13:20
qschulzwhat do you have for PACKAGE_CLASSES in conf/local.conf?13:20
Ad0in my layer or build dir?13:21
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto13:21
qschulzthen check why your image.bb depends on do_package_write_ipk and not do_package_write_rpm or do_package_write_deb13:21
qschulzAd0: buildir/conf/loca.conf13:21
Ad0it has no PACKAGE_CLASSES13:21
qschulzhow did you create your local.conf?13:23
Ad0I didn't I do it all in my custom meta-myOS13:25
Ad0I followed rburton's project13:26
Ad0afaik build/local.conf is not source control-friendly right?13:26
Ad0qschulz, maybe I should use this instead: https://git.yoctoproject.org/cgit/cgit.cgi/meta-security/tree/meta-tpm/recipes-tpm213:41
Ad0I am confused by these different layers at different locations :)13:42
Ad0why aren't the tpm2 recipes from meta-security listed in the openembedded layer index ?13:47
RPAd0: adding a -native to IMAGE_INSTALL doesn't make sense since its not a target recipe13:49
Ad0yeah13:49
RPsince its not a target recipe it doesn't have packages and hence no write_ipk task13:49
Ad0thank you, I guess I have misunderstood it .13:50
qschulzRP: ah, missed the obvious *facepalm*13:50
Ad0so is it a part of some other recipe?13:50
qschulzAd0: what do you want to do with `IMAGE_INSTALL_append = "tpm2simulator-native"`?13:51
Ad0install the TPM simulator13:51
rburtonit would be tpm2simulator then, not -native13:52
qschulz-native packages is for the host only, not the target13:52
qschulzare*13:53
Ad0ok13:54
Ad0tpm2simulator doesn't exist :/13:54
Ad0https://layers.openembedded.org/layerindex/branch/master/layer/meta-tpm2/13:55
*** goliath <goliath!~goliath@nat002-WLTU1.uibk.ac.at> has quit IRC13:55
qschulzAd0: do you really need this to run on the target?13:56
rburtonif you really want that on the target, just rename the recipe to be tpm2simulator.bb, remove all the -native lines, and add BBCLASSEXTEND=native13:56
rburtonsimples13:56
Ad0qschulz, yes it's for testing / emulating a TPM2 chip13:56
Ad0for secure boot and communication13:56
Ad0maybe qemu has a TPM sim13:58
qschulzrburton: there is an inherit pythonnative in the recipe as well13:59
Ad0also - https://git.yoctoproject.org/cgit/cgit.cgi/meta-security/tree/meta-tpm/recipes-tpm2/ibmswtpm2/ibmswtpm2_1332.bb13:59
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has quit IRC13:59
Ad0it's the same thing in essence, but these recipes are not listed on the openembedded index13:59
Ad0so I am not sure which one I should pick hehe.13:59
Ad0the meta-security is more up to date, but it's recipes for tpm2 are not listed although they seem to be in git14:00
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has joined #yocto14:00
Ad0https://git.yoctoproject.org/cgit/cgit.cgi/meta-security/tree/meta-tpm/recipes-tpm2 vs https://layers.openembedded.org/layerindex/branch/master/layer/meta-security/14:00
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC14:04
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC14:04
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has quit IRC14:04
*** ecdhe <ecdhe!~quassel@unaffiliated/ecdhe> has quit IRC14:04
*** tsjsieb <tsjsieb!~quassel@103.214.7.25> has quit IRC14:04
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC14:04
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC14:04
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC14:04
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC14:04
*** dfrey <dfrey!~dfrey@172.103.152.101> has quit IRC14:04
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has quit IRC14:04
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC14:04
*** aehs29 <aehs29!~aehs29@149.199.62.131> has quit IRC14:04
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC14:04
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has quit IRC14:04
*** kanavin_ <kanavin_!~kanavin@141.113.66.202> has quit IRC14:04
*** kamel_b <kamel_b!~kamel@ec2-52-47-93-88.eu-west-3.compute.amazonaws.com> has quit IRC14:04
*** seebs <seebs!~seebs@24.196.59.174> has quit IRC14:04
*** mardy <mardy!~mardy@88-115-221-237.elisa-laajakaista.fi> has quit IRC14:04
*** rewitt <rewitt!rewitt@nat/intel/x-ejmvnfcnubhndazp> has quit IRC14:04
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC14:04
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has quit IRC14:04
*** qschulz <qschulz!~quentin@ns326003.ip-37-187-106.eu> has quit IRC14:04
*** silver-gekko <silver-gekko!~calhotas@185.17.231.94> has quit IRC14:04
*** RP <RP!~RP@5751f4a1.skybroadband.com> has quit IRC14:04
*** fray <fray!~fray@kernel.crashing.org> has quit IRC14:04
*** smartin <smartin!~smartin@207.ip-37-59-126.eu> has quit IRC14:04
*** alicef <alicef!~none@gentoo/developer/alicef> has quit IRC14:04
*** abelal <abelal!~quassel@110.93.212.98> has quit IRC14:04
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has quit IRC14:04
*** mario-goulart <mario-goulart!~user@static.107.70.9.5.clients.your-server.de> has quit IRC14:04
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has quit IRC14:04
*** erbo <erbo!~erik@linode.unixshell.se> has quit IRC14:04
*** weltling <weltling!~toll@klapt.com> has quit IRC14:04
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has quit IRC14:04
*** wertigon <wertigon!8addfa13@138.221.250.19> has quit IRC14:04
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has quit IRC14:04
*** kaspter <kaspter!~Instantbi@101.93.194.160> has quit IRC14:04
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC14:04
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC14:04
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC14:04
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has quit IRC14:04
*** frsc <frsc!~frsc@i59F7229D.versanet.de> has quit IRC14:04
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC14:04
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has quit IRC14:04
*** palate <palate!~palate@unaffiliated/palate> has quit IRC14:04
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has quit IRC14:04
*** tz <tz!~tz@orange.tzarc.io> has quit IRC14:04
*** jij <jij!jonashg@nat/axis/x-xlzlevzpfxtviawf> has quit IRC14:04
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has quit IRC14:04
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC14:04
*** mdp <mdp!sid49840@gateway/web/irccloud.com/x-nkepsnpbscijdfaw> has quit IRC14:04
*** zopsi <zopsi!zopsi@2600:3c00::f03c:91ff:fe14:551f> has quit IRC14:04
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-xtqkdhuybybbekru> has quit IRC14:04
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-rfhwgjyxnpewodtr> has quit IRC14:04
*** angelo__ <angelo__!~prefetch@unaffiliated/ad/x-0785363> has quit IRC14:04
*** ribalda <ribalda!sid306640@gateway/web/irccloud.com/x-ymlnldhoxjxreexn> has quit IRC14:04
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-lfnkbkydzdponkwp> has quit IRC14:04
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has quit IRC14:04
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC14:04
*** diamondman <diamondman!sid306859@gateway/web/irccloud.com/x-wjzysclyzcptvhvr> has quit IRC14:04
*** ndec <ndec!sid219321@linaro/ndec> has quit IRC14:04
*** uhaider <uhaider!sid307926@gateway/web/irccloud.com/x-lphtifazbzfpqhnm> has quit IRC14:04
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC14:04
*** berton <berton!~berton@189.103.49.163> has quit IRC14:04
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC14:04
*** yann <yann!~yann@85.118.38.73> has quit IRC14:04
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC14:04
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC14:04
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC14:04
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC14:04
*** jklare <jklare!~jklare@157.97.76.18> has quit IRC14:04
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC14:04
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC14:04
*** jhar <jhar!~har@c-75-70-112-20.hsd1.co.comcast.net> has quit IRC14:04
*** Saur <Saur!pkj@nat/axis/x-ttvqjligxffmcicx> has quit IRC14:04
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has quit IRC14:04
*** zbooth <zbooth!~zbooth@ec2-18-219-251-161.us-east-2.compute.amazonaws.com> has quit IRC14:04
*** meow` <meow`!~sbourdeli@147.ip-167-114-97.net> has quit IRC14:04
*** u1106_ <u1106_!~quassel@163.172.172.46> has quit IRC14:04
*** jwessel <jwessel!~jwessel@128.224.252.2> has quit IRC14:04
*** DvorkinDmitry <DvorkinDmitry!~Dvorkin@59-120-32-26.HINET-IP.hinet.net> has quit IRC14:04
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC14:04
*** Piraty <Piraty!~irc@unaffiliated/piraty> has quit IRC14:04
*** zkrx <zkrx!~quassel@adsl-84-226-215-143.adslplus.ch> has quit IRC14:04
*** GeneralStupid <GeneralStupid!~patrick@nostromo.0x47.net> has quit IRC14:04
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC14:04
*** alimon <alimon!alimon@gateway/shell/linaro/x-zessobyfoxedchep> has quit IRC14:04
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has quit IRC14:04
*** dp <dp!~phillid@oh.not.bad.aye.yeah.nah.nz> has quit IRC14:04
*** dStruct <dStruct!~matt@unaffiliated/dstruct> has quit IRC14:04
*** Jusii <Jusii!~jalanara@alanara.fi> has quit IRC14:04
*** ilbelkyr <ilbelkyr!ilbelkyr@freenode/staff/atheme.ilbelkyr> has quit IRC14:04
*** khem <khem!~khem@unaffiliated/khem> has quit IRC14:04
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC14:04
*** agust <agust!~agust@p54833695.dip0.t-ipconnect.de> has quit IRC14:04
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-fspwhkfdrqavcjym> has quit IRC14:04
*** jofr <jofr!~jofr@193.182.166.3> has quit IRC14:04
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC14:04
*** JPEW <JPEW!~JPEW@2600:1f16:181:f300:d350:982:b6f5:216c> has quit IRC14:04
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has quit IRC14:04
*** junland <junland!~junland@142.93.201.46> has quit IRC14:04
*** rubdos <rubdos!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has quit IRC14:04
*** inf <inf!~informati@unaffiliated/informatic> has quit IRC14:04
*** psrcode <psrcode!~psrcode@198.50.220.193> has quit IRC14:04
*** bjobjo <bjobjo!~bjobjo@2a01:79d:3e81:5208::9e6> has quit IRC14:04
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC14:04
*** clement <clement!~clement@51.158.149.110> has quit IRC14:04
*** fury <fury!uid193779@gateway/web/irccloud.com/x-gprnwwwtbbbtpbbn> has quit IRC14:04
*** ric96 <ric96!sid234506@gateway/web/irccloud.com/x-jlrmvoemngfdypbm> has quit IRC14:04
*** jpnurmi <jpnurmi!jpnurmi@qt/jpnurmi> has quit IRC14:04
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC14:04
*** compenguy <compenguy!~compenguy@c-73-240-172-56.hsd1.wa.comcast.net> has quit IRC14:04
*** RB2 <RB2!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has quit IRC14:04
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-rcuhgnlqehnaszpm> has quit IRC14:04
*** shauno <shauno!~soneil@pdpc/supporter/professional/shauno> has quit IRC14:04
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has quit IRC14:04
*** fullstop <fullstop!~fullstop@162.243.42.48> has quit IRC14:04
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-guxxnvmzvbtgyfof> has quit IRC14:04
*** rhadye <rhadye!sid217449@gateway/web/irccloud.com/x-gvtiznpljrirpprs> has quit IRC14:04
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-dyagxvgwhrxoxawp> has quit IRC14:04
*** pohly <pohly!~pohly@p54BD5B80.dip0.t-ipconnect.de> has quit IRC14:04
*** armpit <armpit!~armpit@2601:202:4180:a5c0:ddfa:6ede:7f7:8153> has quit IRC14:04
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC14:04
*** nayfe <nayfe!uid259604@gateway/web/irccloud.com/x-nfrqepxxbhoouxkr> has quit IRC14:04
*** aidanh <aidanh!~aidanh@unaffiliated/aidanh> has quit IRC14:04
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has quit IRC14:04
*** ukembedded <ukembedded!sid304355@gateway/web/irccloud.com/x-novnikfxxlyoqasf> has quit IRC14:04
*** marble_visions_ <marble_visions_!~user@68.183.79.8> has quit IRC14:04
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has quit IRC14:04
*** bojones <bojones!~jonas@customer-2a00-7660-0846-0001-020c-29ff-fed5-d5b4.ip6.gigabit.dk> has quit IRC14:04
*** thierryE <thierryE!sid286446@gateway/web/irccloud.com/x-qvnjfbfdtmzbmewz> has quit IRC14:04
*** fancer <fancer!fancer@gateway/web/irccloud.com/x-tkjighovhubiotvk> has quit IRC14:04
*** milloni <milloni!~milloni@preemptable.org> has quit IRC14:04
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-rphuybynlrllfmwt> has quit IRC14:04
*** filt3r <filt3r!~x@2a03:b0c0:2:d0::7d:7001> has quit IRC14:04
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC14:04
*** griffinp <griffinp!griffinp@gateway/shell/linaro/x-sqrpkvipgserevmq> has quit IRC14:04
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC14:04
*** lexano <lexano!lexano@gateway/vpn/nordvpn/lexano> has quit IRC14:04
*** elGamal <elGamal!~elg@104.244.209.100> has quit IRC14:04
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC14:04
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC14:04
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC14:04
*** zeddii <zeddii!~zeddii@CPEe8de27b71faa-CM64777d5e8820.cpe.net.cable.rogers.com> has quit IRC14:04
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@ip4d1530cd.dynamic.kabel-deutschland.de> has quit IRC14:04
*** frosteyes <frosteyes!~frosteyes@185.53.130.211> has quit IRC14:04
*** adelcast <adelcast!~adelcast@130.164.62.197> has quit IRC14:04
*** Zajc <Zajc!~Zajc@89-212-111-208.static.t-2.net> has quit IRC14:04
*** orzen <orzen!~orz@84-216-100-149.customers.ownit.se> has quit IRC14:04
*** wbn <wbn!~badegg@ns509729.ip-198-245-62.net> has quit IRC14:04
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has quit IRC14:04
*** cengiz_io <cengiz_io!~cengiz_io@159.89.7.238> has quit IRC14:04
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC14:04
*** linuxjacques <linuxjacques!~jacques@nslu2-linux/jacques> has quit IRC14:04
*** mattsm <mattsm!~mattsm@76-205-175-243.lightspeed.austtx.sbcglobal.net> has quit IRC14:04
*** icee <icee!mlyle@dRonin/dev/icee> has quit IRC14:04
*** jero <jero!~boo@fougasse.net> has quit IRC14:04
*** lpoulain <lpoulain!lpoulain@gateway/shell/linaro/x-kzrmbxcmvnbhjopk> has quit IRC14:04
*** rrerolle <rrerolle!~rrerolle@vps.neonex.fr> has quit IRC14:04
*** dirbaio <dirbaio!~dirbaio@nsmbhd.net> has quit IRC14:04
*** jft <jft!znc@159.203.20.86> has quit IRC14:04
*** Crofton|road <Crofton|road!uid401373@gateway/web/irccloud.com/x-ygrfgheccqoacfbx> has quit IRC14:04
*** CarlGel <CarlGel!~Rika-chan@unaffiliated/carlgel> has quit IRC14:04
*** Chaser <Chaser!~Chaser@ec2-13-233-34-134.ap-south-1.compute.amazonaws.com> has quit IRC14:04
*** dl9pf <dl9pf!uid395223@opensuse/member/dl9pf> has quit IRC14:04
*** rperier <rperier!~quassel@unaffiliated/bambee> has quit IRC14:04
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-abmfbzflozsxqqwh> has quit IRC14:04
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-xeoffflzblgtdzaa> has quit IRC14:04
*** rokm <rokm!rokm@freeshell.de> has quit IRC14:04
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has quit IRC14:04
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC14:04
*** comptroller <comptroller!~comptroll@47-213-230-143.paolcmtc01.res.dyn.suddenlink.net> has quit IRC14:04
*** clopez <clopez!~tau@neutrino.es> has quit IRC14:04
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has quit IRC14:04
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC14:04
*** tardyp <tardyp!sid45259@gateway/web/irccloud.com/x-uclnhyigwkxxzyij> has quit IRC14:04
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC14:04
*** stew-dw <stew-dw!~stew-dw@2607:fb90:a225:53ef:cb09:74aa:aebc:ced4> has quit IRC14:04
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC14:04
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-btkxkimomqnvubmz> has quit IRC14:04
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-dkkyxsjkuxlrqgdj> has quit IRC14:04
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-rtoywpypeebxgeor> has quit IRC14:04
*** nohit <nohit!sid334887@gateway/web/irccloud.com/x-pmdnybykzbazjivf> has quit IRC14:04
*** marex-cloud <marex-cloud!sid137234@gateway/web/irccloud.com/x-bjljvfezwgvgiaql> has quit IRC14:04
*** mithro <mithro!sid24875@gateway/web/irccloud.com/x-jjkzianqypvotzdh> has quit IRC14:04
*** ruru4143 <ruru4143!~ruru4143@vmi243882.contaboserver.net> has quit IRC14:04
*** ongy <ongy!~ongyerth@unaffiliated/ongy> has quit IRC14:04
*** beneth <beneth!~beneth@lxcb.beneth.fr> has quit IRC14:04
*** dexterlb <dexterlb!~dexterlb@qtrp.org> has quit IRC14:04
*** runde <runde!sid228344@gateway/web/irccloud.com/x-yffivfkgootsppka> has quit IRC14:04
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has quit IRC14:04
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has joined #yocto14:24
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto14:24
*** rokm <rokm!rokm@freeshell.de> has joined #yocto14:24
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has joined #yocto14:24
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto14:24
*** berton <berton!~berton@189.103.49.163> has joined #yocto14:24
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto14:24
*** kaspter <kaspter!~Instantbi@101.93.194.160> has joined #yocto14:24
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto14:24
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-dyagxvgwhrxoxawp> has joined #yocto14:24
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has joined #yocto14:24
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto14:24
*** wertigon <wertigon!8addfa13@138.221.250.19> has joined #yocto14:24
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto14:24
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto14:24
*** yann <yann!~yann@85.118.38.73> has joined #yocto14:24
*** hpsy <hpsy!~hpsy@217.66.60.5> has joined #yocto14:24
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto14:24
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has joined #yocto14:24
*** yourfate <yourfate!~yourfate@unaffiliated/yourfate> has joined #yocto14:24
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto14:24
*** weltling <weltling!~toll@klapt.com> has joined #yocto14:24
*** erbo <erbo!~erik@linode.unixshell.se> has joined #yocto14:24
*** LetoThe2nd <LetoThe2nd!~ubuntu@unaffiliated/letothe2nd> has joined #yocto14:24
*** mario-goulart <mario-goulart!~user@static.107.70.9.5.clients.your-server.de> has joined #yocto14:24
*** Lihis <Lihis!~Lihis@ns3006753.ip-151-80-42.eu> has joined #yocto14:24
*** abelal <abelal!~quassel@110.93.212.98> has joined #yocto14:24
*** alicef <alicef!~none@gentoo/developer/alicef> has joined #yocto14:24
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto14:24
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has joined #yocto14:24
*** frsc <frsc!~frsc@i59F7229D.versanet.de> has joined #yocto14:24
*** pohly <pohly!~pohly@p54BD5B80.dip0.t-ipconnect.de> has joined #yocto14:24
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto14:24
*** agust <agust!~agust@p54833695.dip0.t-ipconnect.de> has joined #yocto14:24
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto14:24
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto14:24
*** fatalhalt <fatalhalt!~fatalhalt@2601:244:4d01:52df:225:90ff:feda:2428> has joined #yocto14:24
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-fspwhkfdrqavcjym> has joined #yocto14:24
*** jklare <jklare!~jklare@157.97.76.18> has joined #yocto14:24
*** armpit <armpit!~armpit@2601:202:4180:a5c0:ddfa:6ede:7f7:8153> has joined #yocto14:24
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto14:24
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto14:24
*** jhar <jhar!~har@c-75-70-112-20.hsd1.co.comcast.net> has joined #yocto14:24
*** thierryE <thierryE!sid286446@gateway/web/irccloud.com/x-qvnjfbfdtmzbmewz> has joined #yocto14:24
*** vmeson <vmeson!~rmacleod@24-52-239-53.cable.teksavvy.com> has joined #yocto14:24
*** OnkelUlla <OnkelUlla!~uol@ptx.hi.pengutronix.de> has joined #yocto14:24
*** palate <palate!~palate@unaffiliated/palate> has joined #yocto14:24
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has joined #yocto14:24
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto14:24
*** nayfe <nayfe!uid259604@gateway/web/irccloud.com/x-nfrqepxxbhoouxkr> has joined #yocto14:24
*** Saur <Saur!pkj@nat/axis/x-ttvqjligxffmcicx> has joined #yocto14:24
*** tz <tz!~tz@orange.tzarc.io> has joined #yocto14:24
*** wooosaiiii <wooosaiiii!~prix@89-212-21-243.static.t-2.net> has joined #yocto14:24
*** jofr <jofr!~jofr@193.182.166.3> has joined #yocto14:24
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto14:24
*** jij <jij!jonashg@nat/axis/x-xlzlevzpfxtviawf> has joined #yocto14:24
*** lexano <lexano!lexano@gateway/vpn/nordvpn/lexano> has joined #yocto14:24
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto14:24
*** zbooth <zbooth!~zbooth@ec2-18-219-251-161.us-east-2.compute.amazonaws.com> has joined #yocto14:24
*** mdp <mdp!sid49840@gateway/web/irccloud.com/x-nkepsnpbscijdfaw> has joined #yocto14:24
*** meow` <meow`!~sbourdeli@147.ip-167-114-97.net> has joined #yocto14:24
*** elGamal <elGamal!~elg@104.244.209.100> has joined #yocto14:24
*** JPEW <JPEW!~JPEW@2600:1f16:181:f300:d350:982:b6f5:216c> has joined #yocto14:24
*** u1106_ <u1106_!~quassel@163.172.172.46> has joined #yocto14:24
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto14:24
*** dfrey <dfrey!~dfrey@172.103.152.101> has joined #yocto14:24
*** comptroller <comptroller!~comptroll@47-213-230-143.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto14:24
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto14:24
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto14:24
*** ecdhe <ecdhe!~quassel@unaffiliated/ecdhe> has joined #yocto14:24
*** lucaceresoli <lucaceresoli!~lucaceres@45.11.168.109.cust.ip.kpnqwest.it> has joined #yocto14:24
*** DvorkinDmitry <DvorkinDmitry!~Dvorkin@59-120-32-26.HINET-IP.hinet.net> has joined #yocto14:24
*** tsjsieb <tsjsieb!~quassel@103.214.7.25> has joined #yocto14:24
*** cpo <cpo!~cpo@helix.mybll.net> has joined #yocto14:24
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto14:24
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto14:24
*** clopez <clopez!~tau@neutrino.es> has joined #yocto14:24
*** uhaider <uhaider!sid307926@gateway/web/irccloud.com/x-lphtifazbzfpqhnm> has joined #yocto14:24
*** ndec <ndec!sid219321@linaro/ndec> has joined #yocto14:24
*** diamondman <diamondman!sid306859@gateway/web/irccloud.com/x-wjzysclyzcptvhvr> has joined #yocto14:24
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto14:24
*** darknighte <darknighte!sid214177@pdpc/supporter/professional/darknighte> has joined #yocto14:24
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-lfnkbkydzdponkwp> has joined #yocto14:24
*** ribalda <ribalda!sid306640@gateway/web/irccloud.com/x-ymlnldhoxjxreexn> has joined #yocto14:24
*** angelo__ <angelo__!~prefetch@unaffiliated/ad/x-0785363> has joined #yocto14:24
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-rfhwgjyxnpewodtr> has joined #yocto14:24
*** bachp <bachp!bachpmatri@gateway/shell/matrix.org/x-xtqkdhuybybbekru> has joined #yocto14:24
*** zopsi <zopsi!zopsi@2600:3c00::f03c:91ff:fe14:551f> has joined #yocto14:24
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto14:24
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto14:24
*** junland <junland!~junland@142.93.201.46> has joined #yocto14:24
*** aidanh <aidanh!~aidanh@unaffiliated/aidanh> has joined #yocto14:24
*** thaytan <thaytan!~thaytan@180-150-69-32.b49645.syd.nbn.aussiebb.net> has joined #yocto14:24
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto14:24
*** Emantor <Emantor!~Emantor@magratgarlick.emantor.de> has joined #yocto14:24
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto14:24
*** rubdos <rubdos!~rubdos@2a02:578:859d:700:8b44:5716:382d:a7da> has joined #yocto14:24
*** dexterlb <dexterlb!~dexterlb@qtrp.org> has joined #yocto14:24
*** silviof <silviof!silv-iomat@gateway/shell/matrix.org/x-xeoffflzblgtdzaa> has joined #yocto14:24
*** Piraty <Piraty!~irc@unaffiliated/piraty> has joined #yocto14:24
*** inf <inf!~informati@unaffiliated/informatic> has joined #yocto14:24
*** zkrx <zkrx!~quassel@adsl-84-226-215-143.adslplus.ch> has joined #yocto14:24
*** psrcode <psrcode!~psrcode@198.50.220.193> has joined #yocto14:24
*** zeddii <zeddii!~zeddii@CPEe8de27b71faa-CM64777d5e8820.cpe.net.cable.rogers.com> has joined #yocto14:24
*** tardyp <tardyp!sid45259@gateway/web/irccloud.com/x-uclnhyigwkxxzyij> has joined #yocto14:24
*** adelcast <adelcast!~adelcast@130.164.62.197> has joined #yocto14:24
*** GeneralStupid <GeneralStupid!~patrick@nostromo.0x47.net> has joined #yocto14:24
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has joined #yocto14:24
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto14:24
*** ongy <ongy!~ongyerth@unaffiliated/ongy> has joined #yocto14:24
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@ip4d1530cd.dynamic.kabel-deutschland.de> has joined #yocto14:24
*** frosteyes <frosteyes!~frosteyes@185.53.130.211> has joined #yocto14:24
*** bjobjo <bjobjo!~bjobjo@2a01:79d:3e81:5208::9e6> has joined #yocto14:24
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto14:24
*** aehs29 <aehs29!~aehs29@149.199.62.131> has joined #yocto14:24
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto14:24
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto14:24
*** cp- <cp-!~cp-@b157153.ppp.asahi-net.or.jp> has joined #yocto14:24
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto14:24
*** clement <clement!~clement@51.158.149.110> has joined #yocto14:24
*** Zajc <Zajc!~Zajc@89-212-111-208.static.t-2.net> has joined #yocto14:24
*** orzen <orzen!~orz@84-216-100-149.customers.ownit.se> has joined #yocto14:24
*** wbn <wbn!~badegg@ns509729.ip-198-245-62.net> has joined #yocto14:24
*** dp <dp!~phillid@oh.not.bad.aye.yeah.nah.nz> has joined #yocto14:24
*** stew-dw <stew-dw!~stew-dw@2607:fb90:a225:53ef:cb09:74aa:aebc:ced4> has joined #yocto14:24
*** ukembedded <ukembedded!sid304355@gateway/web/irccloud.com/x-novnikfxxlyoqasf> has joined #yocto14:24
*** fury <fury!uid193779@gateway/web/irccloud.com/x-gprnwwwtbbbtpbbn> has joined #yocto14:24
*** ric96 <ric96!sid234506@gateway/web/irccloud.com/x-jlrmvoemngfdypbm> has joined #yocto14:24
*** jpnurmi <jpnurmi!jpnurmi@qt/jpnurmi> has joined #yocto14:24
*** nohit <nohit!sid334887@gateway/web/irccloud.com/x-pmdnybykzbazjivf> has joined #yocto14:24
*** kanavin_ <kanavin_!~kanavin@141.113.66.202> has joined #yocto14:24
*** marble_visions_ <marble_visions_!~user@68.183.79.8> has joined #yocto14:24
*** vquicksilver <vquicksilver!~nobody@gentoo/contributor/vquicksilver> has joined #yocto14:24
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has joined #yocto14:24
*** bojones <bojones!~jonas@customer-2a00-7660-0846-0001-020c-29ff-fed5-d5b4.ip6.gigabit.dk> has joined #yocto14:24
*** cengiz_io <cengiz_io!~cengiz_io@159.89.7.238> has joined #yocto14:24
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto14:24
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto14:24
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto14:24
*** compenguy <compenguy!~compenguy@c-73-240-172-56.hsd1.wa.comcast.net> has joined #yocto14:24
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-rcuhgnlqehnaszpm> has joined #yocto14:24
*** ilbelkyr <ilbelkyr!ilbelkyr@freenode/staff/atheme.ilbelkyr> has joined #yocto14:24
*** Jusii <Jusii!~jalanara@alanara.fi> has joined #yocto14:24
*** dStruct <dStruct!~matt@unaffiliated/dstruct> has joined #yocto14:24
*** la_croix <la_croix!~la_croix@cpc97624-walt24-2-0-cust98.13-2.cable.virginm.net> has joined #yocto14:24
*** alimon <alimon!alimon@gateway/shell/linaro/x-zessobyfoxedchep> has joined #yocto14:24
*** marex-cloud <marex-cloud!sid137234@gateway/web/irccloud.com/x-bjljvfezwgvgiaql> has joined #yocto14:24
*** mithro <mithro!sid24875@gateway/web/irccloud.com/x-jjkzianqypvotzdh> has joined #yocto14:24
*** rsalveti <rsalveti!sid117878@gateway/web/irccloud.com/x-btkxkimomqnvubmz> has joined #yocto14:24
*** smurray <smurray!sid98062@gateway/web/irccloud.com/x-rtoywpypeebxgeor> has joined #yocto14:24
*** paulbarker <paulbarker!sid269702@gateway/web/irccloud.com/x-dkkyxsjkuxlrqgdj> has joined #yocto14:24
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-guxxnvmzvbtgyfof> has joined #yocto14:24
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has joined #yocto14:24
*** shauno <shauno!~soneil@pdpc/supporter/professional/shauno> has joined #yocto14:24
*** fullstop <fullstop!~fullstop@162.243.42.48> has joined #yocto14:24
*** RB2 <RB2!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has joined #yocto14:24
*** rhadye <rhadye!sid217449@gateway/web/irccloud.com/x-gvtiznpljrirpprs> has joined #yocto14:24
*** fancer <fancer!fancer@gateway/web/irccloud.com/x-tkjighovhubiotvk> has joined #yocto14:24
*** kamel_b <kamel_b!~kamel@ec2-52-47-93-88.eu-west-3.compute.amazonaws.com> has joined #yocto14:24
*** seebs <seebs!~seebs@24.196.59.174> has joined #yocto14:24
*** jero <jero!~boo@fougasse.net> has joined #yocto14:24
*** ruru4143 <ruru4143!~ruru4143@vmi243882.contaboserver.net> has joined #yocto14:24
*** linuxjacques <linuxjacques!~jacques@nslu2-linux/jacques> has joined #yocto14:24
*** mardy <mardy!~mardy@88-115-221-237.elisa-laajakaista.fi> has joined #yocto14:24
*** CarlGel <CarlGel!~Rika-chan@unaffiliated/carlgel> has joined #yocto14:24
*** rewitt <rewitt!rewitt@nat/intel/x-ejmvnfcnubhndazp> has joined #yocto14:24
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto14:24
*** milloni <milloni!~milloni@preemptable.org> has joined #yocto14:24
*** beneth <beneth!~beneth@lxcb.beneth.fr> has joined #yocto14:24
*** Crofton|road <Crofton|road!uid401373@gateway/web/irccloud.com/x-ygrfgheccqoacfbx> has joined #yocto14:24
*** marka <marka!~marka@198-84-181-245.cpe.teksavvy.com> has joined #yocto14:24
*** Chaser <Chaser!~Chaser@ec2-13-233-34-134.ap-south-1.compute.amazonaws.com> has joined #yocto14:24
*** qschulz <qschulz!~quentin@ns326003.ip-37-187-106.eu> has joined #yocto14:24
*** icee <icee!mlyle@dRonin/dev/icee> has joined #yocto14:24
*** fray <fray!~fray@kernel.crashing.org> has joined #yocto14:24
*** mattsm <mattsm!~mattsm@76-205-175-243.lightspeed.austtx.sbcglobal.net> has joined #yocto14:24
*** silver-gekko <silver-gekko!~calhotas@185.17.231.94> has joined #yocto14:24
*** RP <RP!~RP@5751f4a1.skybroadband.com> has joined #yocto14:24
*** dl9pf <dl9pf!uid395223@opensuse/member/dl9pf> has joined #yocto14:24
*** smartin <smartin!~smartin@207.ip-37-59-126.eu> has joined #yocto14:24
*** griffinp <griffinp!griffinp@gateway/shell/linaro/x-sqrpkvipgserevmq> has joined #yocto14:24
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-rphuybynlrllfmwt> has joined #yocto14:24
*** filt3r <filt3r!~x@2a03:b0c0:2:d0::7d:7001> has joined #yocto14:24
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto14:24
*** lpoulain <lpoulain!lpoulain@gateway/shell/linaro/x-kzrmbxcmvnbhjopk> has joined #yocto14:24
*** rperier <rperier!~quassel@unaffiliated/bambee> has joined #yocto14:24
*** jonmason <jonmason!sid36602@gateway/web/irccloud.com/x-abmfbzflozsxqqwh> has joined #yocto14:24
*** runde <runde!sid228344@gateway/web/irccloud.com/x-yffivfkgootsppka> has joined #yocto14:24
*** jft <jft!znc@159.203.20.86> has joined #yocto14:24
*** dirbaio <dirbaio!~dirbaio@nsmbhd.net> has joined #yocto14:24
*** rrerolle <rrerolle!~rrerolle@vps.neonex.fr> has joined #yocto14:24
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto14:24
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto14:27
JPEWHmm, why doesn't my core-image-sato build have any kernel modules....14:31
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has joined #yocto14:32
*** leitao <leitao!~leitao@2620:10d:c092:200::1:5f85> has quit IRC14:32
RPJPEW: I decided to merge hashequiv and turn it on ;-)14:34
RPJPEW: thanks for your help with it!14:34
JPEWRP: I saw, that's awesome14:34
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC14:37
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC14:37
RP  File "/home/pokybuild/yocto-worker/pkgman-deb-non-deb/build/bitbake/lib/hashserv/__init__.py", line 45, in setup_database14:39
RP    cursor.execute('DROP INDEX IF EXISTS taskhash_lookup')14:39
RPsqlite3.OperationalError: disk I/O error14:39
RPJPEW: a new one? of course why isn't it connecting to the central server too :/14:39
JPEWRP: Eww, that's gross14:40
JPEWSimultaeous access?14:40
RPJPEW: its just running with a local DB. Misconfiguration14:41
RPJPEW: it'd be unique to the build so not sure why it failed14:41
*** hyper_dave <hyper_dave!~quassel@196.188.72.247> has joined #yocto14:41
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC14:42
RPJPEW: seems to be specifically happening only on tubleweed14:43
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto14:46
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has joined #yocto14:48
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC14:55
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has quit IRC14:58
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has quit IRC15:00
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has joined #yocto15:04
JPEWhmm, perhaps a difference in sqlite?15:06
*** Sandrita <Sandrita!d0586e2e@gateway/web/cgi-irc/kiwiirc.com/ip.208.88.110.46> has joined #yocto15:13
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC15:15
qschulzkanavin_: Hi. I have an issue with gobject-introspection on warrior. icecc enabled if that matters in any way. It does NOT happen all the time so I'm quite lost right now.15:40
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC15:40
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto15:40
JPEWqschulz: Whats the error?15:42
kanavin_qschulz, I am not using icecc, so maybe you could try without it?15:45
qschulzJPEW: sorry got stopped while crafting the log :D15:47
qschulzkanavin_: http://code.bulix.org/0dsjn7-98465315:47
qschulzit's just the first in the list, then all the next calls are failing as well15:47
qschulzI don't see any specific error code15:47
qschulzI "hacked" the run.do_compile to not call icecc and meson but instead call that exact line which is failing and I see one more line15:48
qschulzError while loading /tmp/StreamSDK-tmp-build-yocto/work/cortexa8hf-neon-poky-linux-gnueabi/gobject-introspection/1.58.3-r0/build/tools/g-ir-compiler: No such file or directory15:49
qschulzand indeed, with a find, g-ir-compiler is in /tmp/StreamSDK-tmp-build-yocto/work/cortexa8hf-neon-poky-linux-gnueabi/gobject-introspection/1.58.3-r0/recipe-sysroot-native/usr/bin/g-ir-compiler15:50
qschulzthis blows my mind because I don't understand why this would fail only sometimes.15:52
qschulzkanavin_: I could disable icecc but the last time I did a cleansstate or remove tmpdir but keeping sstate-cache, the error didn't happend before a few builds later. So I wanted to keep it in that state if we want to debug it from there15:53
kanavin_qschulz, the only thing I can suggest is, take plain poky, see if it works for you, and work out what the difference is15:55
qschulzwe're using poky distro and not modifying gobject-introspection in any way...15:57
qschulzkanavin_: any idea if there are actually more debug messages printable? because there's actually no error printed in the log.do_compile so it makes everything harder to debug :)15:58
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC16:02
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto16:03
*** yann <yann!~yann@85.118.38.73> has quit IRC16:04
kanavin_qschulz, you probably need to focus on that failing script, I think it runs qemu and things are failing there16:11
qschulzkanavin_: the one error I see when "manually" running the line is: Error while loading /tmp/StreamSDK-tmp-build-yocto/work/cortexa8hf-neon-poky-linux-gnueabi/gobject-introspection/1.58.3-r0/build/tools/g-ir-compiler: No such file or directory16:12
qschulzI see that there is a patch you wrote in meson that is touching the dir of g-ir-compiler but maybe I'm looking too far now16:13
qschulzanyway, will look on my side :) Thanks for your time16:13
kanavin_qschulz, as I said, take plain poky, and do the same thing there. It works for me, it works on the autobuilder, so the issue is likely local to your setup.16:14
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has quit IRC16:26
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto16:28
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC16:39
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has quit IRC16:44
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto16:49
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto16:51
RPJPEW: of course the async requirement in the server now means we effectively made python 3.5 the minimum version16:52
RPI don't think I want to consider not using the async support in that code16:52
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:54
*** yann <yann!~yann@91-170-159-152.subs.proxad.net> has joined #yocto16:55
JPEWNo, you really need async for that code to perform reasonably16:56
JPEWI tried a single thread and multiple threads and it just didn't scale16:56
*** LFSVeteran <LFSVeteran!~LFSVetera@2a02:a440:69df:1:dafc:93ff:fec0:20f6> has joined #yocto16:59
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has quit IRC16:59
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto17:00
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has quit IRC17:01
LFSVeteranalmost done with rebuilding the system17:05
LFSVeteranhowever trouble with some packages17:05
LFSVeteranutil-linux: https://pastebin.com/JV1DfFiV17:06
*** diego_r <diego_r!~diego@217-133-17-98.static.clienti.tiscali.it> has quit IRC17:10
khemyou need to depend on pcre217:17
khemperhaps its poking at your build system and deciding that it needs to enable pcre but then it does not find it during link because its a cross compile ?17:20
khemlot of bad things of such order can happen with unprotected cross-compiling build systems17:20
khemI dont use cross builds if I do I always use known ones17:21
LFSVeteranI have pcre2 installed17:22
LFSVeteraneven pointing to it with LDFLAGS17:22
khemcheck config.log17:25
khemsometimes autotools have mind of their own17:26
khemhow is pcre2 compiled ?17:26
khembecause it sometimes use pkgconfig to find libs and headers for a package and pkgconfig should be sysroot aware for it to work in cross-compile env otherwise it will return native paths17:29
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC17:31
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has joined #yocto17:32
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto17:32
RPJPEW: we should add some messages about minimum python versions17:34
*** leitao <leitao!~leitao@2620:10d:c092:200::1:72ee> has quit IRC17:34
*** frsc <frsc!~frsc@i59F7229D.versanet.de> has quit IRC17:41
* RP adds bug 1367817:41
yoctiBug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13678 normal, Undecided, ---, ross.burton, NEW , We need to document and test py 3.5 version requirement for hashequiv17:41
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC17:44
RPAll I seem to do is file bugs atm :/17:48
ecdheIs there a recommended way to create an empty /lib/firmware directory in my rootfs?17:49
Ad0qschulz, I got it working by switching to meta-security. it has proper TPM2 recipes which actually work, and again - strange that they don't show up in the index.17:49
RPecdhe: create a package which has that empty directory and install it into the rootfs17:51
LFSVeteranpcre: https://pastebin.com/UJsZvGbW17:56
LFSVeteranRP: maybe fixing the bugs too? ;)17:56
LFSVeteranfingers crossed17:59
RPLFSVeteran: finding them faster than I can fix...18:00
LFSVeteransounds familiar.....18:00
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto18:07
LFSVeteranfinally....one down 4 to go18:12
rburtonLFSVeteran: considering this is #yocto, why are you not using the oe-core recipes for those18:14
LFSVeteranpossible...have to search for those recipe's then18:16
LFSVeterantwo down, 3 to go18:17
moto-timoRP: turns out if I look a log.do_testimage it has the errors, such as "you don't have r/w access to /dev/net/tun" or "... /dev/kvm"18:38
RPmoto-timo: hmm, so why aren't those displayed18:38
moto-timoRP: but it seems like that should be written to the main console, not obscured by "qemu exited with exit code 1"18:38
moto-timoRP: yes, why indeed?18:39
RPmoto-timo: no idea, worth a bug while you can describe how to reproduce18:39
moto-timoRP: so that's the next bit of investigation18:39
moto-timoRP: will do18:39
*** tgamblin <tgamblin!~tgamblin@128.224.252.2> has quit IRC18:46
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC18:54
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto18:58
*** kscherer <kscherer!~kscherer@dsl-173-206-23-158.tor.primus.ca> has joined #yocto18:59
*** jaganteki <jaganteki!7361be1d@115.97.190.29> has joined #yocto19:00
jagantekiHi, anyone knows dual boot partition format with .wks19:02
jagantekihttps://paste.ubuntu.com19:02
jagantekiI'm trying to create 2 boot partitions here., but I can seen that the second partition shows the boot flag where as first one doesn't.19:03
jagantekihttps://paste.ubuntu.com/p/yjddkKYS8K/19:03
jagantekiany idea?19:03
*** LFSVeteran <LFSVeteran!~LFSVetera@2a02:a440:69df:1:dafc:93ff:fec0:20f6> has quit IRC19:09
*** LFSVeteran <LFSVeteran!~LFSVetera@2a02:a440:69df:1:dafc:93ff:fec0:20f6> has joined #yocto19:10
jagantekisorry wrong link for .wks file. here is updated https://paste.ubuntu.com/p/YYMQMB7RHc/19:10
*** tgamblin <tgamblin!~tgamblin@CPE64777de11593-CM64777de11590.cpe.net.cable.rogers.com> has joined #yocto19:14
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto19:14
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto19:16
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC19:18
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto19:20
*** comptroller <comptroller!~comptroll@47-213-230-143.paolcmtc01.res.dyn.suddenlink.net> has quit IRC19:50
*** comptroller <comptroller!~comptroll@47-213-230-143.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto20:01
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC20:10
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-dyagxvgwhrxoxawp> has quit IRC20:11
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto20:21
*** jaganteki <jaganteki!7361be1d@115.97.190.29> has quit IRC20:28
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC20:36
*** aidanh <aidanh!~aidanh@unaffiliated/aidanh> has quit IRC20:42
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has joined #yocto20:43
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto20:45
*** aidanh <aidanh!~aidanh@unaffiliated/aidanh> has joined #yocto20:46
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto20:53
*** kanavin__ <kanavin__!~kanavin@141.113.66.202> has joined #yocto20:56
*** kanavin_ <kanavin_!~kanavin@141.113.66.202> has quit IRC20:56
*** nrossi <nrossi!uid193926@gateway/web/irccloud.com/x-fspwhkfdrqavcjym> has quit IRC21:06
*** berton <berton!~berton@189.103.49.163> has quit IRC21:17
*** Willy-- <Willy--!~william@drmons0552w-159-2-38-13.dhcp-dynamic.fibreop.ns.bellaliant.net> has joined #yocto21:22
*** vineela <vineela!~vtummala@134.134.137.77> has quit IRC21:49
*** kscherer <kscherer!~kscherer@dsl-173-206-23-158.tor.primus.ca> has quit IRC21:52
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC21:53
*** pohly <pohly!~pohly@p54BD5B80.dip0.t-ipconnect.de> has quit IRC21:58
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC22:10
*** vineela <vineela!~vtummala@134.134.137.77> has joined #yocto22:12
JPEWmoto-timo: running qemu in a container is trippy :)22:34
moto-timoJPEW: almost have it... although chnmod 666 on /dev/kvm and /dev/net/tun is not what I want to do... nor run --priviledged22:38
JPEWHmm, It just worked in podman w/o coercing any permissions22:39
moto-timoJPEW: facepalm. I forgot to look at podman... I'm using gitlab-runner22:39
JPEWmoto-timo: Ya, I actually can't run docker right now... Fedora31 broke it with cgroups2 switch22:41
JPEWpodman works pretty well, although image builds are painfully slow compared to docker+buildkit22:42
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC22:42
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has quit IRC22:57
moto-timoJPEW: I've stayed on Fedora-29 to avoid those breakages... but also Debian-10 now22:58
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC22:59
khembut you need cgroup2 to work for priviliges like this23:07
*** wertigon <wertigon!8addfa13@138.221.250.19> has quit IRC23:12
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto23:16
Ad0what do I do if something I compile requires uuid/uuid.h ? (cmake)=23:18
Ad0I have to put something in DEPENDS but have no idea what :D23:18
Ad0linux-utils if anything wondered :P23:22
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC23:25
rburtonAd0: oe-pkgdata-util find-path /usr/include/**/uuid.h is useful for that23:41
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC23:57

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