*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (Ping timeout: 260 seconds) | 00:01 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has quit IRC (Ping timeout: 246 seconds) | 00:10 | |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 276 seconds) | 00:11 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 00:13 | |
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto | 00:23 | |
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto | 00:50 | |
*** florian <florian!~florian@dynamic-002-244-063-164.2.244.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds) | 00:52 | |
JPEW | RP: I went on a tear today; got poc for the garbage collection and hash existence check in the hashserver working. Won't be able to finish until next week because of the holiday, but it looks good | 01:05 |
---|---|---|
*** khazakar <khazakar!uid144674@id-144674.ilkley.irccloud.com> has quit IRC () | 01:21 | |
*** bq is now known as dp | 01:50 | |
*** dp is now known as Guest6931 | 01:50 | |
*** Guest6931 is now known as bq | 01:50 | |
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 256 seconds) | 01:51 | |
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto | 02:26 | |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has quit IRC (Read error: Connection reset by peer) | 02:28 | |
*** ablu <ablu!~m-bfyrfh@user/Ablu> has joined #yocto | 02:33 | |
*** sakman <sakman!~sakman@99.209.85.164> has quit IRC (Ping timeout: 252 seconds) | 02:45 | |
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Ping timeout: 264 seconds) | 03:14 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6524:fa00:2ce:39ff:fecf:efcd> has quit IRC (Ping timeout: 256 seconds) | 03:20 | |
*** jclsn <jclsn!~jclsn@2a04:4540:6507:cf00:2ce:39ff:fecf:efcd> has joined #yocto | 03:22 | |
*** hcg <hcg!~hcg@185.210.97.85> has joined #yocto | 03:49 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto | 04:25 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has quit IRC (Remote host closed the connection) | 04:26 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto | 04:27 | |
*** mckoan_ <mckoan_!~marco@host-95-229-48-41.business.telecomitalia.it> has joined #yocto | 04:31 | |
*** mckoan|away <mckoan|away!~marco@host-95-229-48-41.business.telecomitalia.it> has quit IRC (Ping timeout: 245 seconds) | 04:32 | |
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has quit IRC (Quit: Konversation terminated!) | 04:45 | |
*** adrian_s <adrian_s!~adrian@193.207.149.67> has quit IRC (Ping timeout: 252 seconds) | 05:07 | |
*** adrian_s <adrian_s!~adrian@193.207.140.53> has joined #yocto | 05:20 | |
*** sakman <sakman!~sakman@208.111.77.233> has joined #yocto | 05:56 | |
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has quit IRC (Ping timeout: 264 seconds) | 06:27 | |
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has joined #yocto | 06:29 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has quit IRC (Quit: vladest) | 06:32 | |
*** jmd <jmd!~user@2001:a61:2b5e:7b01:795e:5fc:7902:702c> has joined #yocto | 06:44 | |
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto | 07:09 | |
*** linfax <linfax!~linfax@eumail.topcon.com> has joined #yocto | 07:19 | |
*** ray-san <ray-san!~ray-san@195.50.168.194> has joined #yocto | 07:27 | |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 255 seconds) | 07:28 | |
ray-san | hi there, i try to make a file immutable via "chattr +i ...". is there a direct way to archive this directly in the recipe without writing a systemd unit, which sets the flag on the first boot or something like that? | 07:30 |
LetoThe2nd | yo dudX | 07:31 |
LetoThe2nd | ray-san: have you tried adding the chattr in the do_install task? | 07:32 |
ray-san | LetoThe2nd: not yet because i thought it is just a file somewhere in the filesystem during the build stage, and my guess is, that this attribute doesn't persist the way into my completed image....but i can give it a shot | 07:34 |
*** JerryM <JerryM!~jermain@149.3.168.10> has joined #yocto | 07:34 | |
LetoThe2nd | ray-san: please do, because thats exactly what pseudo should take care of. | 07:35 |
*** frieder <frieder!~frieder@i5C75E691.versanet.de> has joined #yocto | 07:36 | |
*** alperak <alperak!~alperak@176.33.71.94> has joined #yocto | 07:37 | |
ray-san | meh, bitbake complains that the command chattr is not found although i have given "e2fsprogs-native" as DEPENDS, which should provide chattr i guess | 07:38 |
LetoThe2nd | ray-san: isn't it in corutils somewhere? just guessing now. | 07:39 |
ray-san | on my target system it is either provided by busybox or by e2fsprogs | 07:40 |
LetoThe2nd | ray-san: nah its e2fsprogrs, you're right. | 07:40 |
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has joined #yocto | 07:41 | |
LetoThe2nd | ray-san: no idea right off then other than inspecting the recipe sysroot. | 07:44 |
ray-san | ok, nevermind...thought it would be nice to have in my image, not a strong requirement :) | 07:45 |
*** mckoan_ is now known as mckoan | 07:45 | |
ray-san | i found out with in the devshell the command is "chattr.e2fsprogs", but then bitbake complains "chattr.e2fsprogs: Operation not permitted while setting flags on /path/to/my/file", so i guess it isn't possible to set this flag during build time :) | 07:52 |
*** vladest <vladest!~Thunderbi@217.192.139.41> has quit IRC (Quit: vladest) | 07:53 | |
*** rfuentess <rfuentess!~rfuentess@2001:861:208:5b0:91c5:42bf:fc15:d40d> has joined #yocto | 07:55 | |
LetoThe2nd | ray-san: ok i see. sorry, out of ideas then. | 07:55 |
ray-san | thanks for your time anyway :) | 07:56 |
LetoThe2nd | ray-san: NP, have fun. side note, most people go for read-only rootfs if they want to keep things kind-of immutable. | 07:57 |
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has joined #yocto | 08:01 | |
*** hcg <hcg!~hcg@185.210.97.85> has quit IRC (Ping timeout: 250 seconds) | 08:02 | |
ray-san | yeah, i already thought about that, but RO rootfs comes with a lot of additional hassle, and i'm quite new to this....for example, how do i install updates in the field, at the moment i can just install a rpm, some software i need come with hardcoded paths for files which have to be modified (ugh)....my goal is to have a file with version information about the image and i try to prevent somebody overwriting/changing it by accident....but maybe in the | 08:03 |
ray-san | future | 08:03 |
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Read error: Connection reset by peer) | 08:06 | |
LetoThe2nd | ray-san: software updates in the field are an art of their own, and seriously, using package management for that should be absolutly avoided. | 08:09 |
LetoThe2nd | ray-san: i definitely suggest using an existing solution instead of homebrewing something that copies files back and forth. such exist, like https://mender.io/ - and for the record and full disclosure, i work for them. | 08:10 |
LetoThe2nd | ray-san: plus, using it with RO is totally not a problem :-) | 08:10 |
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto | 08:11 | |
*** grma <grma!~gruberm@89-41-133-247.static.kufnet.at> has joined #yocto | 08:13 | |
*** kulos75 <kulos75!~MBrikch@2001:861:3206:570:281d:8d45:52bc:9895> has joined #yocto | 08:15 | |
*** zpfvo <zpfvo!~fvo@i59F5CE47.versanet.de> has joined #yocto | 08:17 | |
chep | Saur_Home: yes I saw that but it's not my layer. anyway I found how not to use it so until it works without it, everything is fine | 08:17 |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 08:19 | |
*** zpfvo <zpfvo!~fvo@i59F5CE47.versanet.de> has quit IRC (Ping timeout: 263 seconds) | 08:29 | |
*** camus1 <camus1!~Instantbi@58.246.136.203> has joined #yocto | 08:30 | |
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto | 08:31 | |
*** camus <camus!~Instantbi@58.246.136.203> has quit IRC (Ping timeout: 276 seconds) | 08:32 | |
*** camus1 is now known as camus | 08:32 | |
*** florian__ <florian__!~florian@dynamic-093-131-148-143.93.131.pool.telefonica.de> has joined #yocto | 08:43 | |
*** Wouter0100670440 <Wouter0100670440!~Wouter010@entry.nbg.netvos.nl> has quit IRC (Ping timeout: 276 seconds) | 08:44 | |
*** zpfvo <zpfvo!~fvo@i59F5CE47.versanet.de> has joined #yocto | 08:44 | |
*** khazakar <khazakar!uid144674@id-144674.ilkley.irccloud.com> has joined #yocto | 08:45 | |
ray-san | LetoThe2nd: i had looked into solutions like that (rauc in my case) and it looked like, they are very machine specific (which makes sense to me, because you have to interface with the bootloader), and at the moment i'm builing for "genericx86-64", which didn't had a solution | 08:55 |
LetoThe2nd | ray-san: heh, actually i'm just working on an example for genericx86-64, because of $reasons. rauc is also an excellent update client on the device, indeed. the key part to understand is the difference between a device-only client and an actually managed solution - which is what you want if you are deploying to a reasonably sized device fleet. | 09:00 |
*** adrian_s <adrian_s!~adrian@193.207.140.53> has quit IRC (Ping timeout: 256 seconds) | 09:01 | |
*** alperak <alperak!~alperak@176.33.71.94> has quit IRC (Quit: Client closed) | 09:11 | |
*** alperak <alperak!~alperak@176.33.71.94> has joined #yocto | 09:11 | |
ray-san | LetoThe2nd: i see the benefits of a managed solution, but the vast majority of my devices are deployed in a airgapped network from my customer, where often i'm not able to install some sort of update server, so i guess at the moment my way to go solution would be a device only client, at least for the moment | 09:18 |
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has quit IRC (Remote host closed the connection) | 09:26 | |
*** Rich_1234 <Rich_1234!~Guest97@109.176.155.130> has quit IRC (Quit: Connection closed) | 09:32 | |
*** Guest97 <Guest97!~Guest97@109.176.155.130> has joined #yocto | 09:32 | |
*** Guest97 is now known as Rich_1234 | 09:32 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto | 09:33 | |
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto | 09:34 | |
LetoThe2nd | ray-san: yeah that is definitely a common challenge. going with a client focused solution for the first round is probably a good approach - rauc, swupdate and mender should be all suitable | 09:35 |
LetoThe2nd | ray-san: side note: in my experience most networks are nowhere near as airgapped as people pretend they are, but that might be just me :-) | 09:36 |
*** mbulut_ <mbulut_!~mbulut@31.18.142.81> has joined #yocto | 09:38 | |
LetoThe2nd | now stupid me: is there a generic variable that holds /opt and friends to be used for FILES, or does that hierarchy just go in verbatim? | 09:43 |
dvergatal | LetoThe2nd: you mean something like these http://www.embeddedlinux.org.cn/OEManual/directories_installation.html ? | 09:48 |
*** florian__ <florian__!~florian@dynamic-093-131-148-143.93.131.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds) | 09:53 | |
LetoThe2nd | dvergatal: yeah. strange link, but essentially thats the thing. | 09:53 |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto | 09:55 | |
kanavin | RP: I took a look at https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/2473/steps/14/logs/stdio | 10:00 |
kanavin | RP: the test expects changes in gcc-source tasks, but bitbake prints: | 10:01 |
kanavin | Task gnu-config-native:do_configure couldn't be used from the cache because: | 10:01 |
kanavin | We need hash fe9ccd7132f7e8aa33587f807b210792da2c8ab7c363472f459629502ec71c9d, most recent matching task was 492e2b0ac161069f340036aad9b35c6a17d33d26a5b0a9cb37105210f0a78c9f | 10:01 |
kanavin | Hash for task dependency gnu-config-native:do_patch changed from 116e7c2189ff17af9b84ffcbdf2d84fbf1e27ceb9d0458b4093d75ee71c9b0e6 to 6fd64d81a794dc3b634631208cb7f48435cad4ca19718658d3df6222b8e0ee9a | 10:01 |
kanavin | basehash changed from d30c1e4c8a67155b18b9d4ecbcce251fee20b5b9af0aa5ea0c33a9e342e73179 to 36d0617c68a33050bb71c8be346f7b9cb4a9239145d3722917a1bd4f67593473 | 10:01 |
kanavin | Variable ERROR_QA value changed: | 10:01 |
kanavin | @@ -1,3 +1,2 @@ | 10:01 |
kanavin | dev-so debug-deps dev-deps debug-files arch pkgconfig la perms dep-cmp pkgvarcheck perm-config perm-line perm-link split-strip packages-list pkgv-undefined var-undefined version-going-backwards expanded-d invalid-chars license-checksum dev-elf file-rdeps configure-unsafe configure-gettext perllocalpod shebang-size already-stripped installed-vs-shipped | 10:01 |
kanavin | ldflags compile-host-path install-host-path pn-overrides unknown-configure-option useless-rpaths rpaths staticdev empty-dirs patch-fuzz ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', ' usrmerge', '', d)} patch-status | 10:01 |
kanavin | DISTRO_FEATURES{usrmerge} = Unset | 10:01 |
kanavin | -_remove of packages-list | 10:01 |
kanavin | i.e. it's taking signatures from an unrelated selftest which tweaks ERROR_QA | 10:02 |
kanavin | and before that it prints what it can't find: | 10:05 |
kanavin | The differences between the current build and any cached tasks start at the following tasks: | 10:05 |
kanavin | virtual:native:/home/pokybuild/yocto-worker/oe-selftest-armhost/build/meta/recipes-devtools/perl-cross/perlcross_1.5.bb:do_configure | 10:05 |
kanavin | virtual:native:/home/pokybuild/yocto-worker/oe-selftest-armhost/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure | 10:05 |
kanavin | ... which is odd because bitbake is invoked with --runall that should ensure all of these are present | 10:08 |
kanavin | RP: I placed bitbake output on https://pastebin.com/Lz7uVLHc so that you can read the whole thing - selftest log doesn't split the lines | 10:11 |
dvergatal | LetoThe2nd: unfortunately only these are set and /opt is not within it but you may add your own | 10:22 |
LetoThe2nd | dvergatal: nah its fine just wanted to avoid pointless duplication to magic values. | 10:23 |
dvergatal | LetoThe2nd: sure | 10:24 |
LetoThe2nd | dvergatal: thanks for digging it up! | 10:24 |
dvergatal | LetoThe2nd: you're welocome | 10:24 |
RP | kanavin: it is as if part of the chain of siginfo files is missing leading it to find earlier differences? | 10:31 |
kanavin | RP: seems so | 10:31 |
*** chep <chep!~chep@82-65-36-115.subs.proxad.net> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in) | 10:51 | |
*** chep <chep!~chep@82-65-36-115.subs.proxad.net> has joined #yocto | 10:51 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 10:54 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 10:54 | |
*** starblue <starblue!~juergen@dslb-178-006-093-251.178.006.pools.vodafone-ip.de> has quit IRC (Ping timeout: 276 seconds) | 11:07 | |
*** starblue <starblue!~juergen@dslb-178-006-093-251.178.006.pools.vodafone-ip.de> has joined #yocto | 11:09 | |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Quit: ptsneves) | 11:16 | |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has joined #yocto | 11:17 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 11:54 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 11:54 | |
*** olani- <olani-!~olani@134.238.48.37> has joined #yocto | 11:59 | |
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has quit IRC (Ping timeout: 256 seconds) | 12:09 | |
*** mbulut_ <mbulut_!~mbulut@31.18.142.81> has quit IRC (Ping timeout: 255 seconds) | 12:14 | |
*** leon-anavi <leon-anavi!~Leon@2a01:5a8:107:d540:4a1b:b49f:26f5:5e8a> has joined #yocto | 12:27 | |
*** hcg <hcg!~hcg@185.210.97.85> has joined #yocto | 12:44 | |
smurray | RP: I appear to have underestimated the fickleness of the Rust ecosystem, and likely will now need to create a Rust 1.70 mixin for kirkstone :/ | 12:49 |
*** lexano <lexano!~lexano@86.48.14.16> has joined #yocto | 12:50 | |
RP | smurray: this was always the worry with rust, you appear to need latest everything. We can't get much more recent with master :( | 12:51 |
smurray | RP: I suspect this one crate (anstyle) changing its reqs probably has a big effect, it has a lot of dependents | 12:55 |
smurray | it'd have been nice if they'd not changed the Rust version req in a point version (1.0.2 -> 1.0.3), sigh | 12:56 |
RP | smurray: people often just don't think :/ | 12:57 |
smurray | RP: sadly. Life does seem like it's going to be "interesting" when it's more than just a couple of things that build with Rust | 12:59 |
RP | smurray: indeed :/ | 13:00 |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 13:04 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 13:04 | |
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has quit IRC (Ping timeout: 250 seconds) | 13:10 | |
*** Daanct12 <Daanct12!~danct12@user/danct12> has quit IRC (Quit: WeeChat 4.1.1) | 13:11 | |
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has joined #yocto | 13:19 | |
smurray | RP: I may be okay, I see a potential path to patch in a downgrade of the clap crate, which is the top-level dependency that causes the chain | 13:25 |
LetoThe2nd | smurray: i had some good laughs at LPC when the rust people were like "our stable baseline lies in the future" | 13:29 |
*** alperak <alperak!~alperak@176.33.71.94> has quit IRC (Quit: Client closed) | 13:34 | |
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto | 13:39 | |
*** alperak <alperak!~alperak@176.33.71.94> has joined #yocto | 13:49 | |
*** belsirk <belsirk!~rfuentess@37.166.94.164> has joined #yocto | 13:51 | |
*** rfuentess <rfuentess!~rfuentess@2001:861:208:5b0:91c5:42bf:fc15:d40d> has quit IRC (Ping timeout: 260 seconds) | 13:51 | |
*** olani- <olani-!~olani@134.238.48.37> has quit IRC (Remote host closed the connection) | 13:57 | |
*** Minvera <Minvera!~Minvera@user/Minvera> has joined #yocto | 13:59 | |
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has quit IRC (Remote host closed the connection) | 14:00 | |
*** belsirk <belsirk!~rfuentess@37.166.94.164> has quit IRC (Remote host closed the connection) | 14:01 | |
*** yannd <yannd!~yann@88.120.44.86> has joined #yocto | 14:12 | |
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has joined #yocto | 14:15 | |
zeddii | emphasis on the "lies" ! | 14:28 |
zeddii | LIES!! | 14:28 |
LetoThe2nd | zeddii: the next drink is on you then i won't tell anybody that you were sitting and laughing right next to me... erm... oops. | 14:32 |
* zeddii chuckles again | 14:33 | |
*** leon-anavi <leon-anavi!~Leon@2a01:5a8:107:d540:4a1b:b49f:26f5:5e8a> has quit IRC (Ping timeout: 256 seconds) | 14:38 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 14:51 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 14:51 | |
*** jmd <jmd!~user@2001:a61:2b5e:7b01:795e:5fc:7902:702c> has quit IRC (Ping timeout: 276 seconds) | 14:52 | |
*** alussier-cullen <alussier-cullen!~alussier-@bras-base-mtrlpq427kw-grc-24-184-147-255-35.dsl.bell.ca> has joined #yocto | 14:57 | |
rburton | "someone pass me a drink and say that again so I can spit it out in surprise" | 15:02 |
smurray | lol | 15:05 |
*** alussier-cullen <alussier-cullen!~alussier-@bras-base-mtrlpq427kw-grc-24-184-147-255-35.dsl.bell.ca> has quit IRC (Quit: Client closed) | 15:14 | |
*** speeder <speeder!~speeder__@2001:8a0:dfde:fa00:9d3a:ea13:1016:3717> has quit IRC (Remote host closed the connection) | 15:16 | |
*** hcg <hcg!~hcg@185.210.97.85> has quit IRC (Ping timeout: 250 seconds) | 15:21 | |
*** Bardon <Bardon!~Bardon@user/Bardon> has quit IRC (Read error: Connection reset by peer) | 15:28 | |
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto | 15:29 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 15:32 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 15:32 | |
*** Bardon_ <Bardon_!~Bardon@user/Bardon> has joined #yocto | 15:33 | |
*** Bardon <Bardon!~Bardon@user/Bardon> has quit IRC (Read error: Connection reset by peer) | 15:34 | |
*** linfax <linfax!~linfax@eumail.topcon.com> has quit IRC (Ping timeout: 264 seconds) | 15:40 | |
*** Bardon_ <Bardon_!~Bardon@user/Bardon> has quit IRC (Ping timeout: 255 seconds) | 15:40 | |
*** leon-anavi <leon-anavi!~Leon@2a01:5a8:107:d540:4b6d:ddae:1b5b:5cb1> has joined #yocto | 15:44 | |
* LetoThe2nd hands rburton a 🥃 | 15:44 | |
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto | 15:45 | |
rburton | spent the morning in the same room as the cambridge debian miniconf, need a drink :) | 15:59 |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 16:02 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 16:02 | |
rburton | moto-timo: I CAN HAZ DJANGO https://github.com/getpatchwork/patchwork/issues/22#issuecomment-1823450193 | 16:10 |
*** JerryM <JerryM!~jermain@149.3.168.10> has quit IRC (Quit: Konversation terminated!) | 16:16 | |
*** frieder <frieder!~frieder@i5C75E691.versanet.de> has quit IRC (Remote host closed the connection) | 16:17 | |
*** shane84 <shane84!~shane@67.22.153.16> has joined #yocto | 16:31 | |
shane84 | Hi ~ When I setup a build environment via `oe-init-build-env`, step away and say exit my terminal then come back later ... how do I easily return to my build environment? Sorry, kind of a stupid question I need to ask. My understanding is I just type `source oe-init-build-env <name-of-build-folder>` again and that gets everything setup again? | 16:36 |
*** Minvera <Minvera!~Minvera@user/Minvera> has quit IRC (Quit: Leaving) | 16:39 | |
yocton | shane84: that's right :) | 16:40 |
shane84 | cool, thank you | 16:40 |
rburton | shane84: use something like tmux and you can never exit the terminal unless you reboot | 16:42 |
rburton | my build machine is remote and the tmux session, thus the environment settings, is only restarted when the machine reboots | 16:43 |
*** alussier-cullen <alussier-cullen!~alussier-@184.147.255.35> has joined #yocto | 16:43 | |
*** alussier-cullen <alussier-cullen!~alussier-@184.147.255.35> has quit IRC (Client Quit) | 16:44 | |
shane84 | (y) , thank you will check that out. is it common for people to alias `source oe-init-build-env` in their bashrc? bit of a mouthful to type `source oe-init-build-env ...` each time. | 16:44 |
Rich_1234 | source o<tab> :) | 16:47 |
*** mrpelotazo <mrpelotazo!~mrpelotaz@user/mrpelotazo> has quit IRC (Ping timeout: 240 seconds) | 16:56 | |
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 255 seconds) | 17:00 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 17:02 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 17:02 | |
*** mrpelotazo <mrpelotazo!~mrpelotaz@user/mrpelotazo> has joined #yocto | 17:04 | |
*** mckoan is now known as mckoan|away | 17:06 | |
*** shane84 <shane84!~shane@67.22.153.16> has quit IRC (Quit: Client closed) | 17:06 | |
*** paulg <paulg!~paulg@198-84-237-91.cpe.teksavvy.com> has quit IRC (Ping timeout: 264 seconds) | 17:10 | |
*** kulos75 <kulos75!~MBrikch@2001:861:3206:570:281d:8d45:52bc:9895> has quit IRC (Quit: Konversation terminated!) | 17:12 | |
*** paulg <paulg!~paulg@198-84-237-91.cpe.teksavvy.com> has joined #yocto | 17:12 | |
alperak | good night everyone. | 17:21 |
*** alperak <alperak!~alperak@176.33.71.94> has quit IRC (Quit: Client closed) | 17:22 | |
*** sakman <sakman!~sakman@208.111.77.233> has quit IRC (Quit: Leaving) | 17:23 | |
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 255 seconds) | 17:23 | |
*** wicki <wicki!~wicki@user/wicki> has joined #yocto | 17:33 | |
*** zpfvo <zpfvo!~fvo@i59F5CE47.versanet.de> has quit IRC (Quit: Leaving.) | 17:34 | |
*** wicki <wicki!~wicki@user/wicki> has quit IRC (Remote host closed the connection) | 17:35 | |
moto-timo | rburton: welcome to the djark side | 17:36 |
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto | 17:36 | |
*** sakman <sakman!~sakman@99.209.85.164> has joined #yocto | 17:37 | |
*** shane51 <shane51!~shane@67.22.153.16> has joined #yocto | 17:50 | |
LetoThe2nd | moto-timo: LOLZ | 17:54 |
khem | zeddii: heh see it lies in future but tells the truth at present | 17:54 |
khem | Which means it lies in future :) | 17:54 |
*** wicki <wicki!~wicki@user/wicki> has joined #yocto | 18:03 | |
*** leon-anavi <leon-anavi!~Leon@2a01:5a8:107:d540:4b6d:ddae:1b5b:5cb1> has quit IRC (Ping timeout: 255 seconds) | 18:04 | |
*** shane51 <shane51!~shane@67.22.153.16> has quit IRC (Quit: Client closed) | 18:05 | |
*** lexano <lexano!~lexano@86.48.14.16> has quit IRC (Ping timeout: 255 seconds) | 18:06 | |
*** lexano <lexano!~lexano@174.119.69.134> has joined #yocto | 18:19 | |
*** florian <florian!~florian@dynamic-093-131-148-143.93.131.pool.telefonica.de> has joined #yocto | 18:44 | |
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has quit IRC (Ping timeout: 252 seconds) | 18:46 | |
*** dvergatal <dvergatal!~dvergatal@185.53.145.32> has joined #yocto | 18:48 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 18:53 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto | 18:53 | |
*** jmd <jmd!~user@2001:a61:3479:2001:190a:23e5:2f0:7761> has joined #yocto | 19:28 | |
mischief | how does bitbake -u ncurses work? i just get an exception :( | 19:40 |
mischief | got it to work on my vanilla mickledore tree, though it doesn't seem to accept any input. | 20:02 |
*** Vonter <Vonter!~Vonter@user/vonter> has quit IRC (Ping timeout: 260 seconds) | 20:21 | |
*** Vonter <Vonter!~Vonter@user/vonter> has joined #yocto | 20:22 | |
*** goliath <goliath!~goliath@user/goliath> has joined #yocto | 20:24 | |
*** jmd <jmd!~user@2001:a61:3479:2001:190a:23e5:2f0:7761> has quit IRC (Remote host closed the connection) | 20:25 | |
*** jmd <jmd!~user@2001:a61:3479:2001:190a:23e5:2f0:7761> has joined #yocto | 20:31 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has quit IRC (Remote host closed the connection) | 20:35 | |
*** GNUmoon <GNUmoon!~GNUmoon@gateway/tor-sasl/gnumoon> has joined #yocto | 20:36 | |
rburton | Maybe it doesn’t :) | 20:49 |
*** prabhakarlad <prabhakarlad!~prabhakar@217.163.141.2> has quit IRC (Quit: Client closed) | 20:51 | |
*** mbulut__ <mbulut__!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto | 20:54 | |
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor) | 20:54 | |
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has quit IRC (Ping timeout: 255 seconds) | 20:56 | |
*** mbulut__ <mbulut__!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has quit IRC (Remote host closed the connection) | 21:02 | |
*** mraza <mraza!~mraza@138.229.17.187> has joined #yocto | 21:04 | |
*** mraza <mraza!~mraza@138.229.17.187> has quit IRC (Quit: Client closed) | 21:12 | |
*** Kubu_work <Kubu_work!~kubu@arennes-654-1-262-155.w2-13.abo.wanadoo.fr> has quit IRC (Quit: Leaving.) | 21:16 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has quit IRC (Quit: Client closed) | 21:27 | |
*** Saur_Home <Saur_Home!~Saur_Home@94-137-113-31.customers.ownit.se> has joined #yocto | 21:27 | |
RP | mischief: break for me too. it wasn't that good anyway | 21:39 |
RP | mischief: add a params.updateToServer(server, os.environ.copy()) into main() in ncurses.py before params.updateFromServer(server) and it kind of works | 21:43 |
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has quit IRC (Remote host closed the connection) | 21:45 | |
rburton | RP can I send a patch to delete it :) | 21:45 |
RP | rburton: no | 21:46 |
* RP did wonder but it quite cute once you fix the missing line | 21:47 | |
RP | mischief: I've sent a patch | 21:49 |
*** jmd <jmd!~user@2001:a61:3479:2001:190a:23e5:2f0:7761> has quit IRC (Remote host closed the connection) | 22:30 | |
*** Dracos-Carazza <Dracos-Carazza!~Dracos-Ca@94.31.104.192> has quit IRC (Ping timeout: 256 seconds) | 23:21 | |
mischief | well, i'm stuck on kirkstone so that wont help me for now, but thanks! :-D | 23:31 |
mischief | rburton: it does indeed not, but the code and the drawn ui seem to have been created with input in mine. i guess the author(s) just never got around to actually doing it.. it's a shame it doesn't have more features, i like curses UIs | 23:32 |
mischief | in mind* | 23:32 |
mischief | dcc | 23:38 |
*** mckoan|away <mckoan|away!~marco@host-95-229-48-41.business.telecomitalia.it> has quit IRC (Ping timeout: 252 seconds) | 23:52 | |
*** goliath <goliath!~goliath@user/goliath> has quit IRC (Quit: SIGSEGV) | 23:57 | |
*** mckoan|away <mckoan|away!~marco@host-95-229-48-41.business.telecomitalia.it> has joined #yocto | 23:59 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!