*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has joined #yocto | 00:04 | |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has quit IRC (Quit: Client closed) | 00:10 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 00:12 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 268 seconds) | 00:12 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 00:12 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 00:15 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 00:26 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 00:27 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Client Quit) | 00:29 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 00:30 | |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 256 seconds) | 00:43 | |
denix | JPEW: pyrex images don't have ssh installed? | 00:47 |
---|---|---|
JPEW | denix: No, probably not; what would you need it for? | 00:49 |
denix | JPEW: accessing internal resources, e.g. git-over-ssh and scp of some customer binaries inside recipes... | 00:50 |
denix | so, only the client part of ssh | 00:51 |
JPEW | Oh ya. Um that should work, we use ssh in pyrex all the time | 00:51 |
denix | hmm, are you using ssh directly or some proxy/agent setup? | 00:52 |
JPEW | Directly | 00:52 |
denix | ls-remote ssh://git@<edited> failed with exit code 128, output: | 00:53 |
denix | error: cannot run ssh: No such file or directory | 00:53 |
JPEW | pyrex-shell command should let you poke around and try to debug | 00:53 |
denix | that's the latest ubuntu-22.04 pyrex image | 00:54 |
denix | ok, I'll try pyrex-shell | 00:54 |
JPEW | I'm afk but I can look tomorrow | 00:54 |
denix | yeah, no problem | 00:54 |
denix | JPEW: thank! | 00:54 |
denix | $ pyrex-shell ssh | 00:55 |
denix | /bin/bash: ssh: No such file or directory | 00:55 |
denix | but I'll dig deeper :) | 00:56 |
JPEW | Huh ok. I'll look what we do tomorrow | 00:56 |
moto-timo | anybody know what is needed to build wayland/weston (core-image-weston) for rpi5? I haven't quite gotten there yet and I feel like I set too many PREFERRED_PROVIDER | 01:18 |
moto-timo | I have no idea if `vc-graphics-hardfp` is needed, but it is failing in `do_install` | 01:19 |
*** florian_kc <florian_kc!~florian@dynamic-002-244-080-002.2.244.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds) | 01:23 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has quit IRC (Remote host closed the connection) | 01:32 | |
*** qschulz <qschulz!~weechat@ns326003.ip-37-187-106.eu> has joined #yocto | 01:35 | |
khem | moto-timo: https://github.com/agherzan/meta-raspberrypi/pull/1298 | 01:46 |
moto-timo | khem: thank you. We'll get there. | 01:46 |
khem | moto-timo: vc-graphics-hardfp should not be needed since we have vc4 now a days | 01:47 |
moto-timo | the raspberrypi OS experience is pretty good, so we're just missing a few things | 01:47 |
moto-timo | khem: that's what I thought. thank you for the confirmation. I think we have some bad assumptions for wayland and friends in the metadata. | 01:48 |
khem | deploying from source vs deploying from binaries is a whole difference thing so dont compare to raspianos | 01:48 |
moto-timo | khem: I just mean the specific cmdline or ttys available etc. I don't mean the build. | 01:48 |
khem | moto-timo: on 32bit we used userland drivers in the past which did not support wayland properly and had to carry ton of patches | 01:49 |
khem | one of these days I will delete the recipe | 01:49 |
* moto-timo happy to have been oblivious. | 01:49 | |
moto-timo | Sadly right now I cannot even boot if the "UART" pico debug isn't plugged in. But I'm still early days on what I am doing. | 01:50 |
khem | always look at https://github.com/YoeDistro/yoe-distro/tree/master/conf/projects/rpi4-64 :) | 01:50 |
moto-timo | u-boot "works". linux-raspberrypi "works". rauc works. | 01:50 |
khem | for a reference, | 01:50 |
khem | I dont use u-boot with yoe distro | 01:50 |
moto-timo | We have no choice for many OTA implementations. | 01:50 |
moto-timo | (well, we have some other options for rauc) | 01:51 |
moto-timo | khem: I should start hacking on a yoe distro config too ;) | 01:51 |
moto-timo | khem: I might actually be able to help YOU for once. | 01:52 |
khem | I would say clone poky and clone meta-raspberrypi and build core-image-weston for pi5 | 01:52 |
khem | if it does not build then complain here :) I would be interested | 01:52 |
moto-timo | yeah, the DISTRO_FEATURES and the PREFERRED_PROVIDER s are the issue so far. | 01:52 |
moto-timo | I'll start over from a simpler config. | 01:52 |
khem | I never got my pi5, it got lost in ether | 01:52 |
khem | international shipping is hard I guess | 01:53 |
moto-timo | I was blessed to receive two after 8 months of waiting. | 01:53 |
khem | Cool | 01:53 |
moto-timo | I think I ordered in September | 01:53 |
moto-timo | so more like 5 months of waiting | 01:53 |
khem | I have no place for boards in my work room I have to expand to shed for h/w lab :) | 01:54 |
moto-timo | I'll kick the yoe-distro can tomorrow. I have some interest in submodules right now. | 01:54 |
moto-timo | ha. | 01:54 |
moto-timo | I have a rack to assemble sitting on the living room floor. I've been wearing myself out lately though. | 01:54 |
moto-timo | la la la | 01:54 |
khem | wife says these dont look pretty so she is rooting to move them out of house, I even have been allocated some real estate in shed | 01:55 |
moto-timo | send them to me. I have an entire "workshop" that has not been activated yet. lol | 02:06 |
moto-timo | Saul would approve of this message. | 02:06 |
*** Danct12 <Danct12!~danct12@user/danct12> has quit IRC (Ping timeout: 252 seconds) | 02:08 | |
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto | 02:08 | |
*** Daanct12 is now known as Danct12 | 02:09 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6548:1a00:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 264 seconds) | 02:19 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6510:9d00:2ce:39ff:fecf:efcd> has joined #yocto | 02:21 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 268 seconds) | 03:28 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 03:30 | |
vvn | with meta-freescale, what should do into MFGTOOLCONFIG when running a simple example as bitbake core-image-minimal -c populate_mfgtool? | 03:32 |
vvn | The class complains that "MFGTOOLCONFIG is empty so populate_mfgtool cannot be run." | 03:32 |
vvn | s/do/go/ | 03:32 |
vvn | is there an example somewhere I could check? | 03:35 |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Read error: Connection reset by peer) | 03:35 | |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto | 03:42 | |
*** paulg <paulg!~paulg@198-84-237-91.cpe.teksavvy.com> has quit IRC (Remote host closed the connection) | 03:48 | |
*** tokamak <tokamak!~Tokamak@2603:c020:4004:f00:59d7:d5e1:201e:845f> has joined #yocto | 03:49 | |
*** rcw <rcw!~rcwoolley@104.247.247.154> has quit IRC (Ping timeout: 255 seconds) | 04:07 | |
*** rcw <rcw!~rcwoolley@104.247.237.121> has joined #yocto | 04:07 | |
vvn | hum apparently the built-in command emmc_all should be enough to write the .wic.gz image, but I get HID(W):LIBUSB_ERROR_NO_DEVICE | 04:22 |
vvn | which seems to be a misleading error, because with another file such as imx-boot, I get a quick yellow "10%" before printing the same error message | 04:23 |
vvn | Any experience with meta-freescale and flashing image to emmc with uuu? | 04:24 |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Remote host closed the connection) | 05:04 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has joined #yocto | 05:04 | |
*** xmn <xmn!~xmn@pool-108-46-142-76.nycmny.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds) | 05:18 | |
khem | RP: libbsd multilib fix staged in master-next is causing mg build regression - https://lore.kernel.org/openembedded-core/20240319004524.1270639-1-leimaohui@fujitsu.com/T/#u | 05:23 |
*** schtobia <schtobia!~quassel@schmidl.dev> has quit IRC (Quit: Bye!) | 05:26 | |
*** schtobia <schtobia!~quassel@schmidl.dev> has joined #yocto | 05:26 | |
*** amitk <amitk!~amit@58.84.62.168> has quit IRC (Read error: Connection reset by peer) | 05:27 | |
*** amitk <amitk!~amit@58.84.62.168> has joined #yocto | 05:31 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 06:10 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 06:11 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 06:18 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 06:18 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 06:19 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 06:20 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 06:25 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 06:36 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 06:37 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Client Quit) | 06:37 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 06:38 | |
*** Guest66 <Guest66!~Guest66@62.61.97.4> has joined #yocto | 06:43 | |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 06:46 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 06:52 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 07:02 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Ping timeout: 264 seconds) | 07:03 | |
*** linfax <linfax!~linfax@eumail.topcon.com> has joined #yocto | 07:29 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 07:49 | |
*** rfuentess <rfuentess!~rfuentess@147.161.183.35> has joined #yocto | 08:04 | |
*** mckoan|away is now known as mckoan | 08:06 | |
*** jmd <jmd!~user@2001:a61:2aa0:ea01:fcec:2373:8649:cf16> has quit IRC (Ping timeout: 264 seconds) | 08:08 | |
*** frieder <frieder!~frieder@i4DF677E2.static.tripleplugandplay.com> has joined #yocto | 08:09 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 08:11 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 08:12 | |
*** rfuentess <rfuentess!~rfuentess@147.161.183.35> has quit IRC (Quit: Leaving) | 08:15 | |
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.104.192> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in) | 08:16 | |
LetoThe2nd | yo dudX | 08:17 |
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.104.192> has joined #yocto | 08:17 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has joined #yocto | 08:20 | |
*** Guest66 <Guest66!~Guest66@62.61.97.4> has quit IRC (Quit: Client closed) | 08:21 | |
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has quit IRC (Ping timeout: 256 seconds) | 08:24 | |
*** moto-timo <moto-timo!sid495702@fedora/ttorling> has quit IRC (Ping timeout: 256 seconds) | 08:24 | |
*** moto-timo <moto-timo!sid495702@fedora/ttorling> has joined #yocto | 08:25 | |
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has joined #yocto | 08:27 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 08:28 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 08:28 | |
*** zpfvo <zpfvo!~fvo@i59F5CF77.versanet.de> has joined #yocto | 08:31 | |
*** ray-san2 <ray-san2!~ray-san@195.50.168.194> has joined #yocto | 08:37 | |
*** ray-san <ray-san!~ray-san@195.50.168.194> has quit IRC (Read error: Connection reset by peer) | 08:38 | |
*** mvlad <mvlad!~mvlad@2a02:2f05:850d:7800:f4eb:acb1:ebe4:29fc> has joined #yocto | 08:46 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has joined #yocto | 09:00 | |
*** Kubu_work <Kubu_work!~kubu@i19-lef01-ix2-176-180-82-255.ft.lns.abo.bbox.fr> has joined #yocto | 09:05 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (Quit: wooosaiiii) | 09:10 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 09:10 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds) | 09:27 | |
*** olani <olani!~olani@wlan-gw.se.axis.com> has quit IRC (Remote host closed the connection) | 09:39 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 09:48 | |
* alessioigor waves all | 09:51 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Read error: Connection reset by peer) | 10:06 | |
*** olani <olani!~olani@wlan-gw.se.axis.com> has joined #yocto | 10:07 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 10:09 | |
*** Guest72 <Guest72!~Guest72@92.79.125.166> has joined #yocto | 10:22 | |
*** Guest72 <Guest72!~Guest72@92.79.125.166> has quit IRC (Quit: Client closed) | 10:28 | |
*** frieder <frieder!~frieder@i4DF677E2.static.tripleplugandplay.com> has quit IRC (Ping timeout: 260 seconds) | 10:28 | |
*** wyre <wyre!~wyre@user/wyre> has joined #yocto | 10:34 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 10:45 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 10:46 | |
*** frieder <frieder!~frieder@i4DF677E2.static.tripleplugandplay.com> has joined #yocto | 10:49 | |
*** Kubu_work <Kubu_work!~kubu@i19-lef01-ix2-176-180-82-255.ft.lns.abo.bbox.fr> has quit IRC (Read error: Connection reset by peer) | 10:53 | |
*** starblue <starblue!~juergen@dslb-088-078-108-058.088.078.pools.vodafone-ip.de> has quit IRC (Ping timeout: 252 seconds) | 11:08 | |
*** starblue <starblue!~juergen@dslb-088-078-108-058.088.078.pools.vodafone-ip.de> has joined #yocto | 11:10 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 11:15 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 11:16 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 11:17 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has quit IRC (Ping timeout: 260 seconds) | 11:29 | |
*** Ad0 <Ad0!~Ad0@93.124.245.194> has joined #yocto | 11:40 | |
*** Guest19 <Guest19!~Guest19@78.189.148.199> has joined #yocto | 11:41 | |
*** leonanavi <leonanavi!~Leon@46.55.231.62> has joined #yocto | 11:45 | |
*** jetm- <jetm-!jetm@irc.codelinaro.org> has joined #yocto | 11:45 | |
*** wooosaiiii1 <wooosaiiii1!~Thunderbi@89-212-21-243.static.t-2.net> has joined #yocto | 11:46 | |
*** jonmason_ <jonmason_!sid36602@id-36602.lymington.irccloud.com> has joined #yocto | 11:46 | |
*** shivamurthy_ <shivamurthy_!sid359794@id-359794.helmsley.irccloud.com> has joined #yocto | 11:46 | |
*** ablu-lin- <ablu-lin-!ablu-linar@irc.codelinaro.org> has joined #yocto | 11:46 | |
*** Ram-Z_ <Ram-Z_!~Ram-Z@li1814-254.members.linode.com> has joined #yocto | 11:46 | |
*** mrpelotaz0 <mrpelotaz0!~mrpelotaz@user/mrpelotazo> has joined #yocto | 11:47 | |
*** bantu_ <bantu_!~bantu@edna.bantux.com> has joined #yocto | 11:47 | |
*** _whitelogger_ <_whitelogger_!~whitelogg@uruz.whitequark.org> has joined #yocto | 11:48 | |
*** warthog19 <warthog19!warthog9@proxy.monkeyblade.net> has joined #yocto | 11:49 | |
*** Hazza <Hazza!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto | 11:50 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (*.net *.split) | 11:53 | |
*** wooosaiiii <wooosaiiii!~Thunderbi@89-212-21-243.static.t-2.net> has quit IRC (*.net *.split) | 11:53 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (*.net *.split) | 11:53 | |
*** prabhakalad <prabhakalad!~prabhakar@147.161.225.85> has quit IRC (*.net *.split) | 11:53 | |
*** clever <clever!~clever@47.54.161.218> has quit IRC (*.net *.split) | 11:53 | |
*** zwelch <zwelch!~zwelch@192.173.156.26> has quit IRC (*.net *.split) | 11:53 | |
*** jonmason <jonmason!sid36602@id-36602.lymington.irccloud.com> has quit IRC (*.net *.split) | 11:53 | |
*** shivamurthy <shivamurthy!sid359794@id-359794.helmsley.irccloud.com> has quit IRC (*.net *.split) | 11:53 | |
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (*.net *.split) | 11:53 | |
*** mrpelotazo <mrpelotazo!~mrpelotaz@user/mrpelotazo> has quit IRC (*.net *.split) | 11:53 | |
*** jetm <jetm!jetm@irc.codelinaro.org> has quit IRC (*.net *.split) | 11:53 | |
*** ablu-linaro <ablu-linaro!ablu-linar@irc.codelinaro.org> has quit IRC (*.net *.split) | 11:53 | |
*** bantu <bantu!~bantu@edna.bantux.com> has quit IRC (*.net *.split) | 11:53 | |
*** Ram-Z <Ram-Z!~Ram-Z@li1814-254.members.linode.com> has quit IRC (*.net *.split) | 11:53 | |
*** _whitelogger <_whitelogger!~whitelogg@uruz.whitequark.org> has quit IRC (*.net *.split) | 11:53 | |
*** jonmason_ is now known as jonmason | 11:53 | |
*** wooosaiiii1 is now known as wooosaiiii | 11:53 | |
*** shivamurthy_ is now known as shivamurthy | 11:53 | |
*** prabhakarlad <prabhakarlad!~prabhakar@147.161.225.85> has joined #yocto | 11:53 | |
*** clever <clever!~clever@47.54.161.218> has joined #yocto | 11:54 | |
*** warthog19 is now known as warthog9 | 11:54 | |
*** Kubu_work <Kubu_work!~kubu@i19-lef01-ix2-176-180-82-255.dsl.dyn.abo.bbox.fr> has joined #yocto | 11:55 | |
*** astlep5504018066 <astlep5504018066!~thelounge@107-136-136-210.lightspeed.nsvltn.sbcglobal.net> has quit IRC (Ping timeout: 255 seconds) | 11:58 | |
*** zwelch <zwelch!~zwelch@fluffy.mandolincreekfarm.com> has joined #yocto | 11:59 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has quit IRC (Read error: Connection reset by peer) | 11:59 | |
*** tgamblin <tgamblin!~tgamblin@d24-150-219-207.home.cgocable.net> has joined #yocto | 12:00 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 12:07 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 12:08 | |
*** astlep5504018066 <astlep5504018066!~thelounge@107-136-136-210.lightspeed.nsvltn.sbcglobal.net> has joined #yocto | 12:13 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 12:17 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 12:18 | |
*** Kubu_work <Kubu_work!~kubu@i19-lef01-ix2-176-180-82-255.dsl.dyn.abo.bbox.fr> has quit IRC (Read error: Connection reset by peer) | 12:33 | |
ernstp | Hi! What is the best way to call recipetool for a pypi package? | 12:43 |
*** Guest27 <Guest27!~Guest19@78.189.148.199> has joined #yocto | 12:43 | |
ernstp | recipetool create that is | 12:44 |
*** rcw <rcw!~rcwoolley@104.247.237.121> has quit IRC (Ping timeout: 272 seconds) | 12:47 | |
*** Guest19 <Guest19!~Guest19@78.189.148.199> has quit IRC (Ping timeout: 250 seconds) | 12:47 | |
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has quit IRC (Ping timeout: 256 seconds) | 12:48 | |
*** JPEW <JPEW!sid500061@helmsley.irccloud.com> has joined #yocto | 12:50 | |
*** Kubu_work <Kubu_work!~kubu@202-122-190-109.dsl.ovh.fr> has joined #yocto | 12:50 | |
rburton | ernstp: with the pypi project url | 12:52 |
*** xmn <xmn!~xmn@pool-108-46-142-76.nycmny.fios.verizon.net> has joined #yocto | 12:57 | |
*** sotaoverride <sotaoverride!~aatir@ool-4578fe22.dyn.optonline.net> has quit IRC (Killed (tantalum.libera.chat (Nickname regained by services))) | 13:01 | |
*** ctraven is now known as sotaoverride | 13:01 | |
*** sotaover1ide <sotaover1ide!~aatir@ool-4578fe22.dyn.optonline.net> has joined #yocto | 13:01 | |
*** astlep5504018066 <astlep5504018066!~thelounge@107-136-136-210.lightspeed.nsvltn.sbcglobal.net> has quit IRC (Ping timeout: 255 seconds) | 13:17 | |
*** zeddii <zeddii!~zeddii@174.112.62.108> has quit IRC (Ping timeout: 255 seconds) | 13:17 | |
*** zeddii <zeddii!~zeddii@174.112.62.108> has joined #yocto | 13:19 | |
*** Guest62 <Guest62!~Guest62@79-77-216-40.dynamic.dsl.as9105.com> has joined #yocto | 13:20 | |
Guest62 | hello | 13:20 |
Guest62 | what is the best way to get docker compose (instead of docker-compose) i.e docker compose as plugin? | 13:20 |
*** prabhakarlad <prabhakarlad!~prabhakar@147.161.225.85> has quit IRC (Remote host closed the connection) | 13:21 | |
*** paw <paw!~afong@198-84-204-38.cpe.teksavvy.com> has joined #yocto | 13:21 | |
*** prabhakarlad <prabhakarlad!~prabhakar@147.161.225.85> has joined #yocto | 13:21 | |
Guest62 | note: yocto kirkstone with virtualisation layer installed | 13:21 |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has joined #yocto | 13:21 | |
*** rfuentess <rfuentess!~rfuentess@147.161.183.35> has joined #yocto | 13:26 | |
*** afong_ <afong_!~afong@198-84-204-38.cpe.teksavvy.com> has joined #yocto | 13:30 | |
*** leonanavi <leonanavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 256 seconds) | 13:30 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 13:31 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 13:32 | |
*** paw <paw!~afong@198-84-204-38.cpe.teksavvy.com> has quit IRC (Ping timeout: 264 seconds) | 13:32 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 13:38 | |
*** michalk0 <michalk0!~michalk0@213.17.251.251> has joined #yocto | 13:45 | |
*** paulg <paulg!~paulg@23-233-30-231.cpe.pppoe.ca> has joined #yocto | 13:46 | |
michalk0 | Hello everyone! is there any way in Yocto to generate image for only one partition? Now my layer generates .wic.gz with all partitions described in wks file, but I need to generate image only of my rootfs partition - I need it for SWupdate, to use in dual copy strategy. I need to create custom image for that, with custom wks? or Yocto has specific | 13:48 |
michalk0 | mechanism to do that? | 13:48 |
*** test95 <test95!~test@ovg179.internetdsl.tpnet.pl> has joined #yocto | 13:49 | |
florian | michalk0: This should be really easy: IMAGE_FSTYPES:append = " tar.gz ext4" | 13:50 |
florian | ... or whatever you need. | 13:50 |
michalk0 | I should try, thanks :) | 13:52 |
JPEW | denix: $ pyrex-run which ssh | 13:54 |
JPEW | /usr/bin/ssh | 13:54 |
*** Xagen <Xagen!~Xagen@098-006-114-013.biz.spectrum.com> has joined #yocto | 14:05 | |
*** test95 <test95!~test@ovg179.internetdsl.tpnet.pl> has quit IRC (Quit: Client closed) | 14:07 | |
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has quit IRC (Remote host closed the connection) | 14:16 | |
*** jonesv <jonesv!e7e4272e85@2a03:6000:1812:100::10b5> has quit IRC (Remote host closed the connection) | 14:16 | |
*** raghavgururajan <raghavgururajan!ea769b8000@user/raghavgururajan> has quit IRC (Write error: Broken pipe) | 14:16 | |
*** raghavgururajan <raghavgururajan!ea769b8000@user/raghavgururajan> has joined #yocto | 14:17 | |
*** tleb <tleb!6dbdd9ebc9@2a03:6000:1812:100::10cf> has joined #yocto | 14:17 | |
*** jonesv <jonesv!e7e4272e85@2a03:6000:1812:100::10b5> has joined #yocto | 14:17 | |
*** sotaoverride <sotaoverride!~ctraven@139.68.81.2> has quit IRC (Ping timeout: 252 seconds) | 14:30 | |
*** rob_w <rob_w!~bob@host-82-135-31-73.customer.m-online.net> has quit IRC (Remote host closed the connection) | 14:30 | |
*** ctraven <ctraven!~ctraven@139.68.81.2> has joined #yocto | 14:31 | |
*** ctraven is now known as sotaoverride | 14:31 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 252 seconds) | 14:35 | |
*** florian <florian!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Quit: Ex-Chat) | 14:45 | |
*** pidge_ <pidge_!~pidge@194.110.145.164> has quit IRC (Remote host closed the connection) | 14:46 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 256 seconds) | 14:48 | |
*** mbulut <mbulut!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto | 14:55 | |
*** mbulut <mbulut!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has quit IRC (Client Quit) | 14:55 | |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has joined #yocto | 15:00 | |
Guest65 | Hello, | 15:01 |
Guest65 | Im trying to build my own custom image with gstd, however, I'm getting this error: 'python3 setup.py bdist_wheel ' execution failed. | 15:01 |
Guest65 | Logs: | 15:01 |
Guest65 | ``` | 15:01 |
Guest65 | ERROR: gstd-1.0-r0 do_compile: 'python3 setup.py bdist_wheel ' execution failed. | 15:01 |
Guest65 | ERROR: gstd-1.0-r0 do_compile: ExecutionError('/home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/temp/run.do_compile.3897032', 1, None, None) | 15:01 |
Guest65 | ERROR: Logfile of failure stored in: /home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/temp/log.do_compile.3897032 | 15:01 |
Guest65 | Log data follows: | 15:01 |
Guest65 | | DEBUG: Executing python function autotools_aclocals | 15:01 |
Guest65 | | DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common'] | 15:01 |
Guest65 | | DEBUG: Python function autotools_aclocals finished | 15:01 |
Guest65 | | DEBUG: Executing shell function do_compile | 15:01 |
Guest65 | | /home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3: can't open file '/home/ubuntu/roby/imx8x-kirkstone/build/tmp/work/armv8a-mx8-poky-linux/gstd/1.0-r0/git/setup.py': [Errno 2] No such file or directory | 15:01 |
Guest65 | | ERROR: 'python3 setup.py bdist_wheel ' execution failed. | 15:01 |
Guest65 | | WARNING: exit code 1 from a shell command. | 15:01 |
Guest65 | ERROR: Task (/home/ubuntu/roby/imx8x-kirkstone/build/../layers/meta-myos/recipes-multimedia/gstreamer/gstd.bb:do_compile) failed with exit code '1' | 15:01 |
Guest65 | ``` | 15:01 |
Guest65 | This is the gstd.bb I'm using: https://github.com/RidgeRun/meta-ridgerun/blob/master/recipes-multimedia/gstreamer/gstd_0.15.0.bb | 15:01 |
Guest65 | Is this a problem with poky kirkstone? | 15:01 |
*** michalk0 <michalk0!~michalk0@213.17.251.251> has quit IRC (Quit: Client closed) | 15:02 | |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has quit IRC (Client Quit) | 15:03 | |
LetoThe2nd | Guest65: at least the version that you're linking too has not been syntax converted, so the package specific operations at the bottom will not work | 15:04 |
LetoThe2nd | gah. | 15:04 |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has joined #yocto | 15:04 | |
LetoThe2nd | Guest65: at least the version that you're linking too has not been syntax converted, so the package specific operations at the bottom will not work | 15:06 |
*** Guest47 <Guest47!~Guest41@79-77-216-40.dynamic.dsl.as9105.com> has joined #yocto | 15:07 | |
Guest47 | hey | 15:07 |
LetoThe2nd | Guest65: and the next guess would be setuptools | 15:07 |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 15:07 | |
Guest47 | need docker compose as opposed to docker-compose on kirkstone, any help appreciated | 15:08 |
Guest47 | meta-virtualisation layer added | 15:08 |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 15:08 | |
Guest65 | LetoThe2nd What would be a possible fix? | 15:08 |
LetoThe2nd | Guest65: using the version from meta-openembedded/meta-multimedia? https://git.openembedded.org/meta-openembedded/tree/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb?h=master | 15:09 |
LetoThe2nd | Guest47: AFAIK docker-compose is not in meta-virtualization on kirkstone? | 15:12 |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has quit IRC (Quit: enok) | 15:14 | |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 15:14 | |
Guest65 | LetoThe2nd Thanks, that indeed worked and compiles fine now. Could you explain in more detail what syntax is not converted? | 15:14 |
LetoThe2nd | Guest65: https://docs.yoctoproject.org/migration-guides/migration-3.4.html#override-syntax-changes | 15:15 |
Guest65 | I dont see the issue here tho: https://github.com/RidgeRun/meta-ridgerun/blob/master/recipes-multimedia/gstreamer/gstd_0.15.0.bb , except FILES_{PN} which would turn into FILES:{PN} | 15:16 |
LetoThe2nd | Guest65: I can immediately spot RDEPENDS, which is a high ranking candidate for problems. plus possible other fixes over an seemingly outdated recipe, which I'm not keen into digging TBH. | 15:18 |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 15:18 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 15:18 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has joined #yocto | 15:21 | |
Guest47 | LetoThe2nd: it is but I require docker compose (a space not a dash) | 15:21 |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 15:22 | |
LetoThe2nd | Guest47: so this, right? https://git.yoctoproject.org/meta-virtualization/tree/recipes-containers/docker-compose/docker-compose_git.bb?h=mickledore | 15:25 |
denix | JPEW: mine returns nothing | 15:26 |
JPEW | What image are you using? | 15:27 |
denix | JPEW: I tried 22.04, 20.04 both "oe" and "oegarmin" | 15:27 |
denix | JPEW: I was going to try "oetest", but there's none for 22.04 | 15:27 |
LetoThe2nd | Guest47: foundries seem to have done a backport to kirkstone, use at your own discretion/caution: https://github.com/foundriesio/meta-lmp/blob/kirkstone/meta-lmp-base/recipes-containers/docker-compose/docker-compose_2.10.2.bb | 15:27 |
JPEW | denix: What version of Pyrex? | 15:29 |
denix | JPEW: latest. 1.9.0? | 15:29 |
JPEW | denix: Huh, how bizzare. Hang on and let me dig around a little | 15:30 |
denix | layers/meta-pyrex (master=) $ git pull | 15:30 |
denix | Already up to date. | 15:30 |
*** Xagen <Xagen!~Xagen@098-006-114-013.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 15:31 | |
JPEW | Ok, I was able to reproduce it | 15:33 |
*** Guest27 <Guest27!~Guest19@78.189.148.199> has quit IRC (Quit: Client closed) | 15:33 | |
*** Xagen <Xagen!~Xagen@098-006-114-013.biz.spectrum.com> has joined #yocto | 15:33 | |
*** ray-san2 <ray-san2!~ray-san@195.50.168.194> has quit IRC (Ping timeout: 256 seconds) | 15:40 | |
Guest65 | LetoThe2nd The kirkstone one from openembedded does not provide the python package tho, what would be the work around? From the repo, only 0.15 uses. Kirkstone uses 0.8 tho | 15:41 |
*** Hazza <Hazza!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Ping timeout: 264 seconds) | 15:43 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto | 15:46 | |
LetoThe2nd | Guest65: then probably you ned to come up with a custom recipe that suits your needs. | 15:59 |
denix | JPEW: what was it? easy to fix? | 16:02 |
denix | echo? | 16:04 |
*** linfax <linfax!~linfax@eumail.topcon.com> has quit IRC (Ping timeout: 264 seconds) | 16:04 | |
JPEW | denix: Ya, I think ssh just wasn't installed. Testing now | 16:06 |
JPEW | denix: Meetings are interrupting me :) | 16:06 |
JPEW | I'll try to get a new release today or tomorrow at the latest | 16:07 |
denix | JPEW: no problem. was just wondering if I was doing something bad | 16:07 |
JPEW | nope | 16:07 |
denix | thanks! | 16:07 |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Quit: Leaving) | 16:08 | |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has quit IRC (Quit: Client closed) | 16:09 | |
*** belsirk <belsirk!~rfuentess@adijon-159-1-11-151.w92-161.abo.wanadoo.fr> has joined #yocto | 16:15 | |
*** rfuentess <rfuentess!~rfuentess@147.161.183.35> has quit IRC (Ping timeout: 255 seconds) | 16:17 | |
*** tor_ <tor_!~tor@user/tor> has joined #yocto | 16:23 | |
*** tor_ <tor_!~tor@user/tor> has quit IRC (Remote host closed the connection) | 16:23 | |
denix | JPEW: what was the image you were using that had ssh? is it public? | 16:25 |
JPEW | 18.04-oe | 16:25 |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 16:36 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 16:36 | |
*** mckoan is now known as mckoan|away | 16:36 | |
*** frieder <frieder!~frieder@i4DF677E2.static.tripleplugandplay.com> has quit IRC (Remote host closed the connection) | 16:39 | |
*** belsirk <belsirk!~rfuentess@adijon-159-1-11-151.w92-161.abo.wanadoo.fr> has quit IRC (Remote host closed the connection) | 17:04 | |
JPEW | denix: Well.... I _would_ make a release but ubuntu PPA seems down at the moment | 17:06 |
JPEW | Maybe it will be back after lunch | 17:07 |
denix | JPEW: it's not urgent... I got an ugly workaround for now - disabling AUTOREV and fetching internal stuff with 18.04-oe image. as long as internal stuff doesn't change often, I can wait a bit | 17:09 |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 17:12 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 17:12 | |
*** Kubu_work <Kubu_work!~kubu@202-122-190-109.dsl.ovh.fr> has quit IRC (Quit: Leaving.) | 17:13 | |
*** Guest62 <Guest62!~Guest62@79-77-216-40.dynamic.dsl.as9105.com> has quit IRC (Quit: Client closed) | 17:14 | |
*** zpfvo <zpfvo!~fvo@i59F5CF77.versanet.de> has quit IRC (Remote host closed the connection) | 17:16 | |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has joined #yocto | 17:25 | |
Guest65 | How to convert | 17:25 |
Guest65 | PACKAGECONFIG_remove_pn-packagegroup-myos = "video" | 17:25 |
Guest65 | to new syntax? (kirkstone) | 17:25 |
rburton | turn _ to : | 17:26 |
rburton | (there's a script in oe-core/scripts to convert) | 17:26 |
*** prabhakar <prabhakar!~prabhakar@217.163.141.10> has joined #yocto | 17:42 | |
denix | JPEW: huh, another weird component that does repo://blah;protocol=https and it fails with ssh not found. not sure why repo sync needs ssh... | 18:08 |
*** Guest65 <Guest65!~Guest65@132.198.137.78.rev.vodafone.pt> has quit IRC (Ping timeout: 250 seconds) | 18:13 | |
*** sukbeom <sukbeom!~sukbeom@121.172.255.83> has quit IRC (Quit: Ping timeout (120 seconds)) | 18:15 | |
*** sukbeom <sukbeom!~sukbeom@121.172.255.83> has joined #yocto | 18:15 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 260 seconds) | 18:16 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 18:17 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 18:17 | |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has quit IRC (Quit: Client closed) | 18:24 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has joined #yocto | 18:29 | |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has joined #yocto | 18:30 | |
*** wyre <wyre!~wyre@user/wyre> has quit IRC (Quit: ZNC 1.9.0 - https://znc.in) | 18:32 | |
*** wyre <wyre!~wyre@user/wyre> has joined #yocto | 18:33 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has joined #yocto | 18:34 | |
*** nindoja <nindoja!~nindoja@146.229.78.130> has joined #yocto | 18:41 | |
*** nindoja is now known as nindoja2 | 18:41 | |
*** Guest47 <Guest47!~Guest41@79-77-216-40.dynamic.dsl.as9105.com> has quit IRC (Quit: Client closed) | 18:44 | |
nindoja2 | hello. I'm developing a layer and would like to add a task that only runs against target recipes. I'm currently doing `addtask func_name before do_build after do_fetch` and it's firing, but I can't figure out a way to only have that task run for a target recipe. I've also tried a few different ways in the function itself to return early if it's not | 18:44 |
nindoja2 | for the target but I'm not coming with any good approaches. Any thoughts or best practices? | 18:44 |
JPEW | denix: repo is a wonder of technology | 18:50 |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has quit IRC (Quit: Haxxa flies away.) | 19:15 | |
*** Haxxa <Haxxa!~Haxxa@202-65-68-206.ip4.superloop.au> has joined #yocto | 19:17 | |
rburton | nindoja2: you can use an override when writing the function and define a no-op for class-target | 19:37 |
rburton | ie do_configure:class-target() { : } | 19:39 |
rburton | obviously you actually want to make class-native no-op | 19:39 |
rburton | you _can_ do it by looking if the recipe inherits native in py, but overrides are eaier | 19:39 |
*** jmd <jmd!~user@2001:a61:2aa0:ea01:fcec:2373:8649:cf16> has joined #yocto | 19:45 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 264 seconds) | 20:01 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 20:01 | |
*** nindoja2 <nindoja2!~nindoja@146.229.78.130> has quit IRC (Quit: Client closed) | 20:31 | |
*** nindoja <nindoja!~nindoja@146.229.78.130> has joined #yocto | 20:31 | |
*** nindoja is now known as nindoja2 | 20:31 | |
nindoja2 | rburton: Hmm. I tried doing that, but I was unable to get that to work for a new task I'm adding (post fetch, but before build). I wonder if it has anything to do with addtask and a recrdeptask. I'll poke at that again and if it doesn't work, I'll post something more detailed with a pastebin link. | 20:32 |
*** mvlad <mvlad!~mvlad@2a02:2f05:850d:7800:f4eb:acb1:ebe4:29fc> has quit IRC (Remote host closed the connection) | 20:34 | |
*** nindoja2 <nindoja2!~nindoja@146.229.78.130> has quit IRC (Client Quit) | 20:35 | |
*** nindoja <nindoja!~nindoja@146.229.78.130> has joined #yocto | 20:44 | |
*** nindoja2 <nindoja2!~nindoja2@146.229.78.130> has joined #yocto | 20:44 | |
*** amitk <amitk!~amit@58.84.62.168> has quit IRC (Ping timeout: 240 seconds) | 20:47 | |
*** paw <paw!~afong@198.84.204.38> has joined #yocto | 20:58 | |
*** afong_ <afong_!~afong@198-84-204-38.cpe.teksavvy.com> has quit IRC (Ping timeout: 252 seconds) | 21:00 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 21:02 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 21:02 | |
nindoja2 | rburton is there a different way to override target vs native in python for a custom task? I tried: `python do_data_collect-native` but when I try to add task, with `addtask do_data_collect before do_build after do_fetch`, I'm getting errors about `do_data_collect` not existing, which makes sense because I've defined it with `-native`. But when I | 21:03 |
nindoja2 | specify `-native` to addtask (`addtask do_data_collect before do_build after do_fetch`) I get a warning: `addtask ignored: "-target before do_build after do_fetch"` | 21:03 |
*** khem <khem!uid220931@id-220931.helmsley.irccloud.com> has quit IRC (Quit: Connection closed for inactivity) | 21:04 | |
*** nindoja <nindoja!~nindoja@146.229.78.130> has quit IRC (Quit: Client closed) | 21:05 | |
nindoja2 | here's a paste of a minimal version of what I'm doing: https://pastebin.com/fKFKVdQX | 21:06 |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has quit IRC (Quit: Client closed) | 21:07 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Remote host closed the connection) | 21:14 | |
*** Xagen <Xagen!~Xagen@098-006-114-013.biz.spectrum.com> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…) | 21:29 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto | 21:39 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 21:40 | |
*** jmd <jmd!~user@2001:a61:2aa0:ea01:fcec:2373:8649:cf16> has quit IRC (Remote host closed the connection) | 21:45 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Ping timeout: 255 seconds) | 21:49 | |
*** nindoja2 <nindoja2!~nindoja2@146.229.78.130> has quit IRC (Ping timeout: 250 seconds) | 21:53 | |
*** wyre <wyre!~wyre@user/wyre> has quit IRC (Quit: ZNC 1.9.0 - https://znc.in) | 21:58 | |
*** wyre <wyre!~wyre@user/wyre> has joined #yocto | 22:00 | |
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has joined #yocto | 22:07 | |
*** ray-san2 <ray-san2!~ray-san@ip5b42c32d.dynamic.kabel-deutschland.de> has joined #yocto | 22:14 | |
*** olani- <olani-!~olani@78-71-243-64-no2811.tbcn.telia.com> has joined #yocto | 22:17 | |
*** Kubu_work <Kubu_work!~kubu@2a01cb05945b7e009bdc688723a24f31.ipv6.abo.wanadoo.fr> has quit IRC (Quit: Leaving.) | 22:20 | |
*** jmiehe <jmiehe!~Thunderbi@user/jmiehe> has quit IRC (Quit: jmiehe) | 22:29 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has quit IRC (Quit: Client closed) | 22:33 | |
*** Saur17 <Saur17!~Saur17@195.60.68.152> has joined #yocto | 22:34 | |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has quit IRC (Quit: enok) | 22:44 | |
*** enok71 <enok71!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has joined #yocto | 22:44 | |
*** enok71 is now known as enok | 22:47 | |
*** khem <khem!uid220931@id-220931.helmsley.irccloud.com> has joined #yocto | 22:52 | |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has joined #yocto | 22:55 | |
*** chep <chep!chep@gateway/vpn/airvpn/chep> has quit IRC (Read error: Connection reset by peer) | 22:56 | |
*** chep <chep!chep@gateway/vpn/airvpn/chep> has joined #yocto | 22:56 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 22:57 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 22:57 | |
*** Xagen <Xagen!~Xagen@99-135-179-142.lightspeed.austtx.sbcglobal.net> has quit IRC (Client Quit) | 22:58 | |
*** enok <enok!~Thunderbi@c-da42e655.06-290-73746f71.bbcust.telenor.se> has quit IRC (Ping timeout: 264 seconds) | 23:00 | |
*** florian_kc <florian_kc!~florian@dynamic-093-131-161-132.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 255 seconds) | 23:04 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 23:21 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 23:22 | |
*** sev99 <sev99!~sev99@pool-108-32-48-117.pitbpa.fios.verizon.net> has joined #yocto | 23:45 | |
*** brrm <brrm!~brrm@2a02:8071:b700::1c89> has quit IRC (Ping timeout: 255 seconds) | 23:55 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!