Thursday, 2023-11-23

*** 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 #yocto00:13
*** florian_kc <florian_kc!~florian@port-217-146-132-69.static.as20676.net> has joined #yocto00:23
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto00:50
*** florian <florian!~florian@dynamic-002-244-063-164.2.244.pool.telefonica.de> has quit IRC (Ping timeout: 276 seconds)00:52
JPEWRP: 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 good01:05
*** khazakar <khazakar!uid144674@id-144674.ilkley.irccloud.com> has quit IRC ()01:21
*** bq is now known as dp01:50
*** dp is now known as Guest693101:50
*** Guest6931 is now known as bq01:50
*** lexano <lexano!~lexano@174.119.69.134> has quit IRC (Ping timeout: 256 seconds)01:51
*** Daanct12 <Daanct12!~danct12@user/danct12> has joined #yocto02: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 #yocto02: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 #yocto03:22
*** hcg <hcg!~hcg@185.210.97.85> has joined #yocto03:49
*** kpo <kpo!~kpo@87-206-161-246.dynamic.chello.pl> has joined #yocto04: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 #yocto04:27
*** mckoan_ <mckoan_!~marco@host-95-229-48-41.business.telecomitalia.it> has joined #yocto04: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 #yocto05:20
*** sakman <sakman!~sakman@208.111.77.233> has joined #yocto05: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 #yocto06: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 #yocto06:44
*** vladest <vladest!~Thunderbi@217.192.139.41> has joined #yocto07:09
*** linfax <linfax!~linfax@eumail.topcon.com> has joined #yocto07:19
*** ray-san <ray-san!~ray-san@195.50.168.194> has joined #yocto07:27
*** ptsneves <ptsneves!~Thunderbi@031011128011.dynamic-3-poz-k-0-2-0.vectranet.pl> has quit IRC (Ping timeout: 255 seconds)07:28
ray-sanhi 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
LetoThe2ndyo dudX07:31
LetoThe2ndray-san: have you tried adding the chattr in the do_install task?07:32
ray-sanLetoThe2nd: 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 shot07:34
*** JerryM <JerryM!~jermain@149.3.168.10> has joined #yocto07:34
LetoThe2ndray-san: please do, because thats exactly what pseudo should take care of.07:35
*** frieder <frieder!~frieder@i5C75E691.versanet.de> has joined #yocto07:36
*** alperak <alperak!~alperak@176.33.71.94> has joined #yocto07:37
ray-sanmeh, bitbake complains that the command chattr is not found although i have given "e2fsprogs-native" as DEPENDS, which should provide chattr i guess07:38
LetoThe2ndray-san: isn't it in corutils somewhere? just guessing now.07:39
ray-sanon my target system it is either provided by busybox or by e2fsprogs07:40
LetoThe2ndray-san: nah its e2fsprogrs, you're right.07:40
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has joined #yocto07:41
LetoThe2ndray-san: no idea right off then other than inspecting the recipe sysroot.07:44
ray-sanok, nevermind...thought it would be nice to have in my image, not a strong requirement :)07:45
*** mckoan_ is now known as mckoan07:45
ray-sani 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 #yocto07:55
LetoThe2ndray-san: ok i see. sorry, out of ideas then.07:55
ray-santhanks for your time anyway :)07:56
LetoThe2ndray-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 #yocto08:01
*** hcg <hcg!~hcg@185.210.97.85> has quit IRC (Ping timeout: 250 seconds)08:02
ray-sanyeah, 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 the08:03
ray-sanfuture08:03
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has quit IRC (Read error: Connection reset by peer)08:06
LetoThe2ndray-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
LetoThe2ndray-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
LetoThe2ndray-san: plus, using it with RO is totally not a problem :-)08:10
*** ecdhe <ecdhe!~ecdhe@user/ecdhe> has joined #yocto08:11
*** grma <grma!~gruberm@89-41-133-247.static.kufnet.at> has joined #yocto08:13
*** kulos75 <kulos75!~MBrikch@2001:861:3206:570:281d:8d45:52bc:9895> has joined #yocto08:15
*** zpfvo <zpfvo!~fvo@i59F5CE47.versanet.de> has joined #yocto08:17
chepSaur_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 fine08:17
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto08: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 #yocto08:30
*** vladest <vladest!~Thunderbi@adsl-89-217-204-83.adslplus.ch> has joined #yocto08:31
*** camus <camus!~Instantbi@58.246.136.203> has quit IRC (Ping timeout: 276 seconds)08:32
*** camus1 is now known as camus08:32
*** florian__ <florian__!~florian@dynamic-093-131-148-143.93.131.pool.telefonica.de> has joined #yocto08: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 #yocto08:44
*** khazakar <khazakar!uid144674@id-144674.ilkley.irccloud.com> has joined #yocto08:45
ray-sanLetoThe2nd: 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 solution08:55
LetoThe2ndray-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 #yocto09:11
ray-sanLetoThe2nd: 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 moment09: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 #yocto09:32
*** Guest97 is now known as Rich_123409:32
*** leon-anavi <leon-anavi!~Leon@46.55.231.62> has joined #yocto09:33
*** warthog9 <warthog9!warthog9@proxy.monkeyblade.net> has joined #yocto09:34
LetoThe2ndray-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 suitable09:35
LetoThe2ndray-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 #yocto09:38
LetoThe2ndnow 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
dvergatalLetoThe2nd: 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
LetoThe2nddvergatal: 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 #yocto09:55
kanavinRP: I took a look at https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/2473/steps/14/logs/stdio10:00
kanavinRP: the test expects changes in gcc-source tasks, but bitbake prints:10:01
kanavinTask 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 492e2b0ac161069f340036aad9b35c6a17d33d26a5b0a9cb37105210f0a78c9f10:01
kanavin  Hash for task dependency gnu-config-native:do_patch changed from 116e7c2189ff17af9b84ffcbdf2d84fbf1e27ceb9d0458b4093d75ee71c9b0e6 to 6fd64d81a794dc3b634631208cb7f48435cad4ca19718658d3df6222b8e0ee9a10:01
kanavin      basehash changed from d30c1e4c8a67155b18b9d4ecbcce251fee20b5b9af0aa5ea0c33a9e342e73179 to 36d0617c68a33050bb71c8be346f7b9cb4a9239145d3722917a1bd4f6759347310: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-shipped10:01
kanavinldflags 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-status10:01
kanavin DISTRO_FEATURES{usrmerge} = Unset10:01
kanavin-_remove of packages-list10:01
kanavini.e. it's taking signatures from an unrelated selftest which tweaks ERROR_QA10:02
kanavinand before that it prints what it can't find:10:05
kanavinThe differences between the current build and any cached tasks start at the following tasks:10:05
kanavinvirtual:native:/home/pokybuild/yocto-worker/oe-selftest-armhost/build/meta/recipes-devtools/perl-cross/perlcross_1.5.bb:do_configure10:05
kanavinvirtual:native:/home/pokybuild/yocto-worker/oe-selftest-armhost/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_configure10:05
kanavin... which is odd because bitbake is invoked with --runall that should ensure all of these are present10:08
kanavinRP: I placed bitbake output on https://pastebin.com/Lz7uVLHc  so that you can read the whole thing - selftest log doesn't split the lines10:11
dvergatalLetoThe2nd: unfortunately only these are set and /opt is not within it but you may add your own10:22
LetoThe2nddvergatal: nah its fine just wanted to avoid pointless duplication to magic values.10:23
dvergatalLetoThe2nd: sure10:24
LetoThe2nddvergatal: thanks for digging it up!10:24
dvergatalLetoThe2nd: you're welocome10:24
RPkanavin: it is as if part of the chain of siginfo files is missing leading it to find earlier differences?10:31
kanavinRP: seems so10: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 #yocto10:51
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor)10:54
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto10: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 #yocto11: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 #yocto11:17
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor)11:54
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto11:54
*** olani- <olani-!~olani@134.238.48.37> has joined #yocto11: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 #yocto12:27
*** hcg <hcg!~hcg@185.210.97.85> has joined #yocto12:44
smurrayRP: 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 #yocto12:50
RPsmurray: this was always the worry with rust, you appear to need latest everything. We can't get much more recent with master :(12:51
smurrayRP: I suspect this one crate (anstyle) changing its reqs probably has a big effect, it has a lot of dependents12:55
smurrayit'd have been nice if they'd not changed the Rust version req in a point version (1.0.2 -> 1.0.3), sigh12:56
RPsmurray: people often just don't think :/12:57
smurrayRP: sadly.  Life does seem like it's going to be "interesting" when it's more than just a couple of things that build with Rust12:59
RPsmurray: 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 #yocto13: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 #yocto13:19
smurrayRP: 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 chain13:25
LetoThe2ndsmurray: 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 #yocto13:39
*** alperak <alperak!~alperak@176.33.71.94> has joined #yocto13:49
*** belsirk <belsirk!~rfuentess@37.166.94.164> has joined #yocto13: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 #yocto13: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 #yocto14:12
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has joined #yocto14:15
zeddiiemphasis on the "lies" !14:28
zeddiiLIES!!14:28
LetoThe2ndzeddii: 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 again14: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 #yocto14: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 #yocto14:57
rburton"someone pass me a drink and say that again so I can spit it out in surprise"15:02
smurraylol15: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 #yocto15:29
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor)15:32
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto15:32
*** Bardon_ <Bardon_!~Bardon@user/Bardon> has joined #yocto15: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 #yocto15:44
* LetoThe2nd hands rburton a 🥃15:44
*** Bardon <Bardon!~Bardon@user/Bardon> has joined #yocto15:45
rburtonspent 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 #yocto16:02
rburtonmoto-timo: I CAN HAZ DJANGO https://github.com/getpatchwork/patchwork/issues/22#issuecomment-182345019316: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 #yocto16:31
shane84Hi ~ 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
yoctonshane84: that's right :)16:40
shane84cool, thank you16:40
rburtonshane84: use something like tmux and you can never exit the terminal unless you reboot16:42
rburtonmy build machine is remote and the tmux session, thus the environment settings, is only restarted when the machine reboots16:43
*** alussier-cullen <alussier-cullen!~alussier-@184.147.255.35> has joined #yocto16: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_1234source 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 #yocto17:02
*** mrpelotazo <mrpelotazo!~mrpelotaz@user/mrpelotazo> has joined #yocto17:04
*** mckoan is now known as mckoan|away17: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 #yocto17:12
alperakgood 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 #yocto17: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-timorburton: welcome to the djark side17:36
*** mbulut_ <mbulut_!~mbulut@ip1f128e51.dynamic.kabel-deutschland.de> has joined #yocto17:36
*** sakman <sakman!~sakman@99.209.85.164> has joined #yocto17:37
*** shane51 <shane51!~shane@67.22.153.16> has joined #yocto17:50
LetoThe2ndmoto-timo: LOLZ17:54
khemzeddii: heh see it lies in future but tells the truth at present17:54
khemWhich means it lies in future :)17:54
*** wicki <wicki!~wicki@user/wicki> has joined #yocto18: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 #yocto18:19
*** florian <florian!~florian@dynamic-093-131-148-143.93.131.pool.telefonica.de> has joined #yocto18: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 #yocto18:48
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has quit IRC (Quit: alessioigor)18:53
*** alessioigor <alessioigor!~alessioig@185.178.95.238> has joined #yocto18:53
*** jmd <jmd!~user@2001:a61:3479:2001:190a:23e5:2f0:7761> has joined #yocto19:28
mischiefhow does bitbake -u ncurses work? i just get an exception :(19:40
mischiefgot 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 #yocto20:22
*** goliath <goliath!~goliath@user/goliath> has joined #yocto20: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 #yocto20: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 #yocto20:36
rburtonMaybe 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 #yocto20: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 #yocto21: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 #yocto21:27
RPmischief: break for me too. it wasn't that good anyway21:39
RPmischief: add a params.updateToServer(server, os.environ.copy()) into main() in ncurses.py before params.updateFromServer(server) and it kind of works21:43
*** mvlad <mvlad!~mvlad@2a02:2f05:8105:bb00:3ffc:2686:f0d:2b> has quit IRC (Remote host closed the connection)21:45
rburtonRP can I send a patch to delete it :)21:45
RPrburton: no21:46
* RP did wonder but it quite cute once you fix the missing line21:47
RPmischief: I've sent a patch21: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
mischiefwell, i'm stuck on kirkstone so that wont help me for now, but thanks! :-D23:31
mischiefrburton: 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 UIs23:32
mischiefin mind*23:32
mischiefdcc23: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 #yocto23:59

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