Friday, 2021-11-26

*** fleg <fleg!64bf4386e9@user/fleg> has quit IRC (Remote host closed the connection)00:02
*** xmn <xmn!~xmn@cpe-72-225-198-203.nyc.res.rr.com> has quit IRC (Quit: xmn)00:12
*** bluelightning <bluelightning!~paul@2406:e003:151f:d701:4973:9426:b390:f1c6> has joined #yocto00:23
*** xantoz <xantoz!~tewi_inab@c-c0bae255.013-124-73746f25.bbcust.telenor.se> has joined #yocto00:23
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC (Quit: Leaving.)00:35
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 276 seconds)00:41
*** dev1990 <dev1990!~dev@dynamic-78-8-166-98.ssp.dialog.net.pl> has quit IRC (Quit: Konversation terminated!)00:48
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has joined #yocto00:49
*** dev1990 <dev1990!~dev@dynamic-78-8-166-98.ssp.dialog.net.pl> has joined #yocto00:52
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto01:02
*** dev1990 <dev1990!~dev@dynamic-78-8-166-98.ssp.dialog.net.pl> has quit IRC (Quit: Konversation terminated!)01:02
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV)01:40
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has quit IRC (Remote host closed the connection)01:54
*** mattsm <mattsm!~mattsm@104-181-154-57.lightspeed.austtx.sbcglobal.net> has quit IRC (Quit: Ping timeout (120 seconds))02:19
*** mattsm <mattsm!~mattsm@104-181-154-57.lightspeed.austtx.sbcglobal.net> has joined #yocto02:20
*** RobertBerger <RobertBerger!~rber|res@ppp-2-86-139-172.home.otenet.gr> has joined #yocto02:32
*** rber|res <rber|res!~rber|res@ppp-2-86-139-172.home.otenet.gr> has quit IRC (Ping timeout: 245 seconds)02:34
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto02:52
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 276 seconds)03:37
*** Guest18 <Guest18!~Guest18@167.99.71.141> has joined #yocto03:47
Guest18Hi,everyone, I am a new guy,so my question may be too simple. Please forgive me.03:54
Guest18I compiled poky and started QEMU successfully, but I encountered difficulties when trying to give the compiled ipk file to my armv7l machine. It seems that the arch is inconsistent. The arch of ipk is qemaurm, while the arch of my machine is arm. How can I compile the ipk of arm?03:54
*** Guest18 <Guest18!~Guest18@167.99.71.141> has quit IRC (Quit: Client closed)04:04
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has quit IRC (Quit: Leaving.)04:36
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto04:39
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto04:44
*** Guest18 <Guest18!~Guest18@123.177.21.145> has joined #yocto06:08
*** eloi1 <eloi1!~eloi@2a01cb089000af0066e10f1f946ec5ec.ipv6.abo.wanadoo.fr> has joined #yocto06:47
Guest18Maybe my question is too simple. Can someone tell me where is a FAQ06:49
*** fleg <fleg!64bf4386e9@user/fleg> has joined #yocto06:49
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Ping timeout: 276 seconds)06:49
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto07:03
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has joined #yocto07:30
*** AlejandroExojo[m is now known as suy|m07:32
*** mckoan|away is now known as mckoan07:35
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto07:36
mckoangood morning07:37
mckoanGuest18: if your MACHINE is "qemuarm" you should have tmp/deploy/ipk/armv7vet2hf-neon07:38
*** user3 <user3!~user@198.90.66.177> has joined #yocto07:46
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has quit IRC (Ping timeout: 256 seconds)07:54
Guest18Yes,I have poky/build/tmp/deploy/ipk/armv7vet2hf-neon, but the arch of ipk in it is "armv7vet2hf-neon", and they are not useful on my armv7l machine. I have got poky/build/tmp/deploy/ipk/qemuarm too, the arch of ipk in it is "qemuarm"08:01
mckoanGuest18: do you mean that you are not using a QemuARM machine then?08:19
Guest18yes, I am not using a qemuarm,I have an armv7l machine,and want to bitbake some ipk to my arm machine, whick is yocto linux OS.08:23
mckoanGuest18: you can't mix different achitectures08:26
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto08:27
Guest18yes, I don't want to mix them, I also used PACKAGE_ARCH = "${MACHINE_ARCH}" in my local.conf, but only "qemuarm" folder is there, armv7vet2hf-neon folder dissapeared.08:29
Guest18and MACHINE_ARCH=arm in local.conf didn't work08:30
Guest18I just want arm, not qemuarm, so I want to know how can I get arm ipk. I don't want to mix different architectures08:32
*** Guest18 <Guest18!~Guest18@123.177.21.145> has quit IRC (Quit: Client closed)08:59
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto09:05
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto09:24
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC (Ping timeout: 260 seconds)10:12
rburtonguest18: so you're building a package with yocto and trying to install it on a non-yocto system that you didn't also build?10:13
*** mvlad <mvlad!~mvlad@2a02:2f08:4d01:ef00:24d7:51ff:fed6:906d> has joined #yocto10:16
*** mvlad <mvlad!~mvlad@2a02:2f08:4d01:ef00:24d7:51ff:fed6:906d> has quit IRC (Remote host closed the connection)10:27
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has joined #yocto10:29
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has quit IRC (Client Quit)10:29
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has joined #yocto10:31
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has quit IRC (Quit: Leaving)10:37
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has joined #yocto10:37
*** ilunev <ilunev!~koolkhel@185.9.184.217> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)10:53
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has quit IRC (Quit: leaving)11:42
*** japel <japel!~japel@p20030006237d937a68e14db9cc1c7d83.dip0.t-ipconnect.de> has joined #yocto11:42
*** chep` <chep`!~chep@88.168.197.200> has joined #yocto11:47
*** mario-go` <mario-go`!~user@static.172.139.76.144.clients.your-server.de> has joined #yocto11:47
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Read error: Connection reset by peer)11:48
*** Fanfwe42 <Fanfwe42!~fanfwe@im.goudal.net> has joined #yocto11:48
*** wCPO7 <wCPO7!~wCPO@mail.klausen.dk> has joined #yocto11:50
*** JPEW_ <JPEW_!sid500061@helmsley.irccloud.com> has joined #yocto11:50
*** ak77_ <ak77_!~ak77@93-103-81-73.static.t-2.net> has joined #yocto11:50
*** erbo_ <erbo_!~erik@linode.unixshell.se> has joined #yocto11:51
*** Ch^W_ <Ch^W_!~mouser@209.147.121.179> has joined #yocto11:51
*** mckoan_ <mckoan_!~marco@host-79-3-92-72.business.telecomitalia.it> has joined #yocto11:51
*** marc2 <marc2!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has joined #yocto11:52
*** Dracos-Carazza_ <Dracos-Carazza_!~Dracos-Ca@94.31.96.230> has joined #yocto11:52
*** phillid <phillid!~david@oh.not.bad.aye.yeah.nah.nz> has joined #yocto11:54
*** Fanfwe <Fanfwe!~fanfwe@im.goudal.net> has quit IRC (Ping timeout: 260 seconds)11:55
*** marc1 <marc1!~marc@ipagstaticip-ad9375f2-382c-b511-8ac1-9541f69fe50f.sdsl.bell.ca> has quit IRC (Ping timeout: 260 seconds)11:55
*** amitk <amitk!~amit@103.208.69.168> has quit IRC (Ping timeout: 260 seconds)11:55
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC (Ping timeout: 260 seconds)11:55
*** fray <fray!~fray@70.99.78.136> has quit IRC (Ping timeout: 260 seconds)11:55
*** mario-goulart <mario-goulart!~user@chicken/developer/mario-goulart> has quit IRC (Ping timeout: 260 seconds)11:55
*** wCPO <wCPO!~wCPO@mail.klausen.dk> has quit IRC (Ping timeout: 260 seconds)11:55
*** erbo <erbo!~erik@linode.unixshell.se> has quit IRC (Ping timeout: 260 seconds)11:55
*** perdmann <perdmann!~patrick@nostromo.0x47.net> has quit IRC (Ping timeout: 260 seconds)11:55
*** mckoan <mckoan!~marco@host-79-3-92-72.business.telecomitalia.it> has quit IRC (Ping timeout: 260 seconds)11:55
*** chep <chep!~chep@88.168.197.200> has quit IRC (Ping timeout: 260 seconds)11:55
*** Ch^W <Ch^W!~mouser@209.147.121.179> has quit IRC (Ping timeout: 260 seconds)11:56
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has quit IRC (Ping timeout: 260 seconds)11:56
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has quit IRC (Ping timeout: 260 seconds)11:56
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has quit IRC (Ping timeout: 260 seconds)11:56
*** bq <bq!~david@oh.not.bad.aye.yeah.nah.nz> has quit IRC (Ping timeout: 260 seconds)11:56
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC (Ping timeout: 260 seconds)11:56
*** ak77 <ak77!~ak77@93-103-81-73.static.t-2.net> has quit IRC (Ping timeout: 260 seconds)11:56
*** chrysh <chrysh!~chrysh@someserver.de> has quit IRC (Ping timeout: 260 seconds)11:56
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.96.230> has quit IRC (Ping timeout: 260 seconds)11:56
*** wCPO7 is now known as wCPO11:56
*** JPEW_ is now known as JPEW11:56
*** chep` is now known as chep11:56
*** perdmann <perdmann!~patrick@nostromo.0x47.net> has joined #yocto11:56
*** amitk <amitk!~amit@103.208.69.168> has joined #yocto11:56
*** vmeson <vmeson!~rmacleod@198-48-226-187.cpe.pppoe.ca> has joined #yocto11:56
*** chrysh <chrysh!~chrysh@someserver.de> has joined #yocto11:58
*** iokill <iokill!~dave@static.16.105.130.94.clients.your-server.de> has joined #yocto11:58
*** Dracos-Carazza_ is now known as Dracos-Carazza12:00
*** fray <fray!~fray@70.99.78.136> has joined #yocto12:02
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto12:03
*** goliath <goliath!~goliath@user/goliath> has joined #yocto12:05
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has joined #yocto12:09
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has joined #yocto12:21
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has quit IRC (Remote host closed the connection)12:22
japelHey there, has anyone had problems with the ca-certificates recipe on poky hardknott lately?12:25
japelI am getting an error on do_rootfs when that recipe tries to run update-ca-certificates:12:25
japelWARNING: basic-camera-image-1.0-r0 do_rootfs: Postinstall for package ca-certificates failed with 1:12:25
japelERROR: basic-camera-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['ca-certificates'] have failed. If the intention is to defer them to first boot,12:25
japelthen please place them into pkg_postinst_ontarget_${PN} ().12:25
japelDeferring to first boot via 'exit 1' is no longer supported.12:25
japelDetails of the failure are in /media/data/japel/rpi64/build/tmp/work/raspberrypi4_64-mfishos-linux/basic-camera-image/1.0-r0/temp/log.do_rootfs.12:25
japelERROR: Logfile of failure stored in: /media/data/japel/rpi64/build/tmp/work/raspberrypi4_64-mfishos-linux/basic-camera-image/1.0-r0/temp/log.do_rootfs.292431612:25
japelERROR: Task (/media/data/japel/rpi64/meta-mfishos/images/basic-camera-image.bb:do_rootfs) failed with exit code '1'12:25
japelI checked verbose logs and update-ca-certificates fails on line 149 when it tries to cd "$ETCCERTSDIR"12:27
japelI then checked my rootfs to see if there is a /etc/ssl/certs folder, but there is none, thus that error trying to cd into it12:27
japelI did not have this problem before... it seems to be a rather newer issue from the updated ca-certificates recipe: ca-certificates_20211016.bb12:29
*** japel <japel!~japel@p20030006237d937a68e14db9cc1c7d83.dip0.t-ipconnect.de> has quit IRC (Quit: Client closed)12:46
*** otavio <otavio!~otavio@201-34-65-230.user3p.brasiltelecom.net.br> has joined #yocto12:47
*** override_ <override_!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has quit IRC (Ping timeout: 256 seconds)12:49
*** override <override!~override@ec2-3-138-201-125.us-east-2.compute.amazonaws.com> has joined #yocto12:49
*** mckoan_ is now known as mckoan|away12:54
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Remote host closed the connection)12:58
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto12:58
michalkotylaHello everyone, I have a problem with accessing DHCP after upgrading layers from thud to honister. About this commit: https://github.com/openembedded/meta-openembedded/commit/17bc2a137f1c249a167a478f596d61b5489e7fa4#diff-7b7d2f2ef23c914d5cc351126302a6929d5734252f18d3d90fdf9b8e5ec962c6 - which way to get IP from DHCP do you recommend or use in your systems? I have set DHCP client in NetworkManager as "internal" and now it is not13:00
michalkotylaworking for me - I get address from range 169.254...13:00
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto13:17
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Ping timeout: 256 seconds)13:31
*** camus <camus!~Instantbi@58.246.136.202> has joined #yocto13:40
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto13:46
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has joined #yocto13:47
*** camus <camus!~Instantbi@58.246.136.202> has quit IRC (Quit: camus)13:54
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Remote host closed the connection)14:01
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto14:01
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Remote host closed the connection)14:17
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto14:17
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has joined #yocto14:40
ernstpNo dunfell 3.1.12 tag this week? :-)14:49
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has quit IRC (Ping timeout: 240 seconds)14:52
RPernstp: no, holidays mean early next week14:54
ernstpRP: sounds good!14:55
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has joined #yocto14:59
FredORP: thanks for advise; I found 2 variables that had the layer dir.15:22
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has joined #yocto15:23
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has quit IRC (Read error: Connection reset by peer)15:23
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has joined #yocto15:24
*** camus <camus!~Instantbi@2409:8a1e:911a:6f50:ac9b:7a1c:4f1b:8a54> has joined #yocto15:25
*** kayterina <kayterina!~kayterina@soft81.static.otenet.gr> has quit IRC (Remote host closed the connection)15:26
*** kayterina <kayterina!~kayterina@soft47.static.otenet.gr> has joined #yocto15:27
*** akiCA <akiCA!~akiCA@user/akica> has joined #yocto15:29
*** codavi <codavi!~akiCA@user/akica> has joined #yocto15:31
*** akiCA <akiCA!~akiCA@user/akica> has quit IRC (Ping timeout: 260 seconds)15:34
*** kiran <kiran!~kiran@cpe20f19e128a6a-cm20f19e128a68.cpe.net.cable.rogers.com> has joined #yocto15:44
*** jwillikers_ <jwillikers_!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has joined #yocto15:49
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Remote host closed the connection)15:53
*** jwillikers <jwillikers!~jwilliker@ics141-1.icsincorporated.com> has quit IRC (Ping timeout: 268 seconds)15:53
*** jwillikers_ is now known as jwillikers15:53
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto15:53
*** sakoman <sakoman!~steve@rrcs-66-91-142-162.west.biz.rr.com> has joined #yocto15:59
rfs613can I turn off parallel build (make -j N) in a single recipe (for debugging)?16:15
RPrfs613: set PARALLEL_MAKE = "" for that recipe?16:19
RPFredO: glad it helped!16:19
FredORP: still have some issues; but i am at 96% between each clean src/build instead of 50%   now with this I might be able to find most of the problems16:22
rfs613RP: perfect thanks... didn't realize that could go into recipe.16:26
rfs613RP: FYI you may be interested in this one, I'm testing https://github.com/OP-TEE/optee_os/issues/4188#issuecomment-91029221816:26
*** kayterina <kayterina!~kayterina@soft47.static.otenet.gr> has quit IRC (Quit: Leaving)16:29
rfs613it seems the CFLAGS32/64 is being passed to $(CC) now, however, the build still fails to find libgcc.a when calling $(LD) to assemble some of the .elf files.16:29
rfs613RP: actually sorry, it's rburton who might be interested16:31
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto16:33
*** dev1990 <dev1990!~dev@dynamic-78-8-166-98.ssp.dialog.net.pl> has joined #yocto16:39
*** eloi1 <eloi1!~eloi@2a01cb089000af0066e10f1f946ec5ec.ipv6.abo.wanadoo.fr> has quit IRC (Ping timeout: 245 seconds)16:41
kroonRP, you know of any easy trick to make pythons cached .pyc files independent of its build/run path ?16:42
RPkroon: I think that is still an open upstream issue :(16:44
kroonRP, aha. and I guess we want them in sstate for build performance reasons16:45
RPkroon: well, they're probably invalidated anyway? :/16:46
RPmay be cheaper to let python rebuild them?16:46
kroonRP, hmm yeah i suppose so16:46
kroonthey will be put in a recipe specific sysroot, so if the pyc are path dependent, then they will be invalidated i suppose16:47
RPkroon: it would be useful to investigate and find out one way or another16:47
kroonRP, that should be a simple test. ill have a look16:48
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has quit IRC (Ping timeout: 256 seconds)16:49
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has quit IRC (Ping timeout: 245 seconds)16:50
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has joined #yocto16:52
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has joined #yocto16:55
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has quit IRC (Client Quit)16:55
*** tnovotny <tnovotny!~tnovotny@ip4-83-240-26-162.cust.nbox.cz> has quit IRC (Quit: Leaving)16:57
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 265 seconds)16:58
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has quit IRC (Read error: Connection reset by peer)16:59
*** dtometzki <dtometzki!~dtometzki@fedora/dtometzki> has joined #yocto17:01
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat)17:02
kroonRP, doesn't look like they are invalidated. but if I remove them and rerun python from the recipe-specific sysroot, they get recreated but with different content17:03
*** dj <dj!~dj@162.223.44.49> has joined #yocto17:03
RPkroon: interesting :/17:05
kroonRP, i wonder if build performance would suffer that much if we removed them from sstate17:08
djhow does local.conf get set? it's in my bitbake/poky/build/conf/ but I erase the build directory. I want to change the downloads directory17:08
*** zkrx <zkrx!~slimshady@adsl-89-217-235-181.adslplus.ch> has quit IRC (Quit: zkrx)17:18
*** zkrx <zkrx!~slimshady@adsl-89-217-235-181.adslplus.ch> has joined #yocto17:20
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC (Quit: Leaving)17:20
*** pregn <pregn!~pregn@cpc142184-mcam2-2-0-cust140.18-3.cable.virginm.net> has joined #yocto17:24
pregngetting error each time i run bitbake ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/patrick/workspace/sti/variscite-bsp-base/build-x11/cache/bb_codeparser.dat.lock' mode='a+' encoding='UTF-8'>17:24
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Quit: WeeChat 3.3)17:24
pregncannot run bitbake anymore17:24
pregnwhat can i do?17:25
*** rfuentess <rfuentess!~rfuentess@static-5-51-117-151.ftth.abo.bbox.fr> has quit IRC (Remote host closed the connection)17:25
pregnCommand execution failed: Traceback (most recent call last):17:25
pregn  File "/home/patrick/workspace/companyvariscite-bsp-base/sources/poky/bitbake/lib/bb/cooker.py", line 2145, in parse_next17:25
pregn    parsed, result = next(self.results)17:25
pregnStopIteration17:25
Perceval[m]hi everyone, I have a problem trying to create a recipe for quicktype. It has npm as dependency (with inherit npm). But the build crashes on the do_compile task of nodejs with the following error... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/f6451f455267ded6aee6f485e51dec4cd2740c04)17:25
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto17:26
RPkroon: I doubt it would adversely affect things17:31
kroonRP, *nod*17:35
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has joined #yocto17:37
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has quit IRC (Ping timeout: 240 seconds)17:46
*** vd <vd!~vd@bras-base-mtrlpq2848w-grc-41-70-53-240-121.dsl.bell.ca> has joined #yocto17:52
*** camus <camus!~Instantbi@2409:8a1e:911a:6f50:ac9b:7a1c:4f1b:8a54> has quit IRC (Quit: camus)17:55
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has joined #yocto17:56
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has quit IRC (Quit: Client closed)18:03
*** pregn <pregn!~pregn@cpc142184-mcam2-2-0-cust140.18-3.cable.virginm.net> has quit IRC (Quit: Client closed)18:03
*** fleg <fleg!64bf4386e9@user/fleg> has quit IRC (Remote host closed the connection)18:10
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has joined #yocto18:18
*** japel <japel!~japel@p5df37b47.dip0.t-ipconnect.de> has quit IRC (Client Quit)18:20
*** ziga_ <ziga_!~ziga@89-212-219-192.dynamic.t-2.net> has joined #yocto18:26
*** troth <troth!~troth@c-24-8-35-226.hsd1.co.comcast.net> has joined #yocto18:27
ziga_Is there a way to obtain a PDF version of all the Yocto document files I tried just copy pasting html to the harkdown document but links are broken...18:27
*** mario-go` is now known as mario-goulart18:34
rfs613ziga_: you can get the "Mega Manual" whichis one giant HTML page, and then "Print to PDF" locally.18:35
rfs613https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html18:35
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds)18:50
*** mrnuke <mrnuke!~mrnuke@2601:2c1:8501:182d:4191:bd77:8e38:4433> has quit IRC (Read error: Connection reset by peer)18:53
*** dxtrmrgn[m] <dxtrmrgn[m]!~dxtrmrgnm@2001:470:69fc:105::1:3ee8> has joined #yocto18:53
*** mrnuke <mrnuke!~mrnuke@c-98-195-139-126.hsd1.tx.comcast.net> has joined #yocto18:55
*** lucaceresoli <lucaceresoli!~lucaceres@77.244.183.192> has quit IRC (Quit: Leaving)19:21
*** BWhitten <BWhitten!~BWhitten@162.106.7.51.dyn.plus.net> has joined #yocto19:33
ziga_@rfs613 I did exactly this but references point to the WEB page then. Not good... I found out that do_install_append() is not  documented in the manual.19:38
rfs613ziga_: indeed the links remain pointing to the WEB. I don't know if it's possible to make a self-contained PDF...19:47
rfs613as for the do_install_append, this is actually just an override ("_append") applied to do_install. See 43.5.1 in the mega-manual (https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#shell-functions)19:48
rfs613the general "_append" feature is discussed in 43.1.1019:49
neverpanicziga_: it's sphinx, that supports export to PDF, see https://git.yoctoproject.org/yocto-docs/tree/documentation/Makefile19:50
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a403:fe91:ac3e:5153:1290> has quit IRC (Remote host closed the connection)19:52
rfs613neverpanic: cool... though I just tried, and seems it needs a different version of inkscape than I have19:56
rfs613looks like I have to change --export-filename to --export-pdf19:58
*** kiran <kiran!~kiran@cpe20f19e128a6a-cm20f19e128a68.cpe.net.cable.rogers.com> has quit IRC (Remote host closed the connection)20:01
rfs613right, and it needs sphinx3.1, but ubuntu 20 seems to have an ancient version (1.8.5)20:01
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has joined #yocto20:08
*** amitk_ <amitk_!~amit@103.59.74.31> has joined #yocto20:19
*** amitk <amitk!~amit@103.208.69.168> has quit IRC (Ping timeout: 245 seconds)20:21
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds)20:25
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has joined #yocto20:26
BWhittenHi all, I am trying to use meta-security to generate a verity appended rootfs which is included in a wic image but I seem to have a dependency issue. The step to deploy the verity rootfs happens after wic runs which fails out because it cant find the rootfs for the image. I have tried adding do_image_ to do_image_wic[depends], which hasn't resolved it. What step deploys the rootfs images?20:44
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)21:31
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has joined #yocto21:40
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a406:5684:ab2e:169e:127> has joined #yocto21:49
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a406:5684:ab2e:169e:127> has quit IRC (Read error: Connection reset by peer)21:50
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a406:5684:ab2e:169e:127> has joined #yocto21:56
*** jwillikers <jwillikers!~jwilliker@2604:2800:2:a406:5684:ab2e:169e:127> has quit IRC (Quit: jwillikers)22:03
*** jwillikers_ <jwillikers_!~jwilliker@ics141-1.icsincorporated.com> has joined #yocto22:04
*** ziga_ <ziga_!~ziga@89-212-219-192.dynamic.t-2.net> has quit IRC (Ping timeout: 260 seconds)22:09
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving)22:31
tlwoernerqschulz: hey, i've seen that you've posted rockchip patches, sorry but i haven't had a chance to look at them yet and probably won't until after YPS22:57
*** dj <dj!~dj@162.223.44.49> has quit IRC (Remote host closed the connection)23:10
*** jwillikers_ <jwillikers_!~jwilliker@ics141-1.icsincorporated.com> has quit IRC (Remote host closed the connection)23:11
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 240 seconds)23:12
*** BWhitten <BWhitten!~BWhitten@162.106.7.51.dyn.plus.net> has quit IRC (Ping timeout: 268 seconds)23:23
*** paulg <paulg!~boodler@104-195-159-20.cpe.teksavvy.com> has quit IRC (Ping timeout: 268 seconds)23:48
*** florian_kc <florian_kc!~florian@dynamic-093-131-035-110.93.131.pool.telefonica.de> has joined #yocto23:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!