*** falstaff_ <falstaff_!~quassel@37.17.239.3> has joined #yocto | 00:51 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC | 00:57 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has quit IRC | 00:57 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has quit IRC | 00:57 | |
*** styler2go <styler2go!~styler2go@v22015051823525655.yourvserver.net> has quit IRC | 00:59 | |
*** styler2go <styler2go!~styler2go@v22015051823525655.yourvserver.net> has joined #yocto | 01:02 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto | 01:04 | |
*** kergoth <kergoth!~kergoth@107.170.225.75> has joined #yocto | 01:04 | |
*** gattuso <gattuso!~gattuso@pompel.me> has quit IRC | 01:06 | |
*** gattuso <gattuso!~gattuso@pompel.me> has joined #yocto | 01:10 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has quit IRC | 01:15 | |
*** mranostay <mranostay!sid127487@pdpc/supporter/active/mranostay> has left #yocto | 01:18 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto | 01:23 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 02:57 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto | 03:41 | |
*** anujm <anujm!anujm@nat/intel/x-ptuygtrshelfyint> has quit IRC | 04:06 | |
*** tgraydon <tgraydon!textual@nat/intel/x-ameiqoqtikomfood> has quit IRC | 04:13 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 04:46 | |
*** morphis <morphis!~morphis@p200300CCFBE3D500C81157BFBB62767F.dip0.t-ipconnect.de> has joined #yocto | 04:57 | |
*** anujm <anujm!anujm@nat/intel/x-bvwpzaxykqeyvkcd> has joined #yocto | 04:58 | |
*** morphis <morphis!~morphis@p200300CCFBE3D500C81157BFBB62767F.dip0.t-ipconnect.de> has quit IRC | 05:22 | |
*** morphis <morphis!~morphis@p200300CCFBE3D500C81157BFBB62767F.dip0.t-ipconnect.de> has joined #yocto | 05:41 | |
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has joined #yocto | 05:44 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 06:12 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 06:13 | |
*** anujm <anujm!anujm@nat/intel/x-bvwpzaxykqeyvkcd> has quit IRC | 06:30 | |
*** TobSnyder <TobSnyder!~schneider@95.90.149.33> has joined #yocto | 06:42 | |
*** fl0v0 <fl0v0!~fvo@i577A6155.versanet.de> has joined #yocto | 06:43 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 06:43 | |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:47 | |
Alex___ | good morning | 07:13 |
---|---|---|
Alex___ | is it possible to get the SRCREV from a bitbake which is stored in a recipe A meta-layer1 and use it in recipe B meta-layer2 (I am thinking of storing a variable in recipe B which gets using d.getVar(SRCREV from recipe A) | 07:15 |
Alex___ | if this is possible, could someone point me to a link for an example? | 07:15 |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 07:16 | |
bluelightning | Alex___: I'm afraid you cannot, no... basically you can either set it globally and then have each recipe pick up the value, or have both recipes inherit a custom class or require a custom include file and set it in there | 07:41 |
*** clement_ <clement_!~clement@LNeuilly-657-1-4-190.w81-250.abo.wanadoo.fr> has quit IRC | 07:41 | |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto | 07:46 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has joined #yocto | 07:58 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 07:59 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ykhoeiicekywpyun> has joined #yocto | 08:07 | |
*** mystictot <mystictot!~shyam@47.31.140.69> has joined #yocto | 08:14 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 08:20 | |
Alex___ | thanks bluelightning | 08:29 |
Alex___ | I tried to use the guide from here https://www.yoctoproject.org/docs/2.4.1/bitbake-user-manual/bitbake-user-manual.html#exporting-variables-to-the-environment | 08:29 |
Alex___ | but it seems that if I run bitbake -e recipe B | grep variable from recipe A I get no output | 08:30 |
bluelightning | Alex___: you really cannot do that | 08:30 |
bluelightning | see above for the right way to do it | 08:31 |
Alex___ | ok, thank you for the tips :) | 08:33 |
*** mystictot <mystictot!~shyam@47.31.140.69> has quit IRC | 08:49 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 09:05 | |
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has joined #yocto | 09:10 | |
*** mystictot <mystictot!~shyam@47.31.91.231> has joined #yocto | 09:44 | |
yocti | New news from stackoverflow: Loading an out of tree module as builtin in Yocto <https://stackoverflow.com/questions/51838490/loading-an-out-of-tree-module-as-builtin-in-yocto> | 09:45 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:03 | |
rburton | RP: | /usr/src/debug/coreutils/6.9-r5/build/src/../../coreutils-6.9/src/su.c:248: undefined reference to `crypt' | 10:09 |
rburton | ah thats meta-gpl2 | 10:10 |
rburton | shall tweak | 10:10 |
RP | rburton: right, I was ignoring that on the basis it should be a simple fix | 10:13 |
rburton | yeah | 10:13 |
rburton | kicked a build off to sort it out now | 10:13 |
RP | rburton: -next on .io is going to be slow as glibc changed :( | 10:14 |
yocti | New news from stackoverflow: Execute bitbake recipe discarding what sstate_cache is <https://stackoverflow.com/questions/51838878/execute-bitbake-recipe-discarding-what-sstate-cache-is> | 10:15 |
mcfrisk | opkg error messages are not easy to parse: "package foo requires bar, but none of the providers can be installed" | 10:16 |
mcfrisk | OPKG_ARGS += "--verbosity=3" doesn't show the root cause either. | 10:17 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 10:23 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:45 | |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 10:57 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 11:00 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has joined #yocto | 11:04 | |
*** mystictot <mystictot!~shyam@47.31.91.231> has quit IRC | 11:31 | |
*** mystictot <mystictot!~shyam@47.31.91.231> has joined #yocto | 11:33 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 11:38 | |
rburton | RP: '[yocto] oe-run-native uses host python3 instead of sysroot' is a good point | 12:05 |
rburton | RP: should oe-run-native just sweep up all *-native/ folders in the sysroot? | 12:05 |
RP | rburton: probably, yes | 12:07 |
RP | took me a minute to understand what that meant :) | 12:07 |
kanavin__ | RP: michael@yoctoproject still the right person to send ssh keys for poky-contrib? | 12:14 |
*** mystictot <mystictot!~shyam@47.31.91.231> has quit IRC | 12:14 | |
*** freanux <freanux!~freanux@unaffiliated/freanux> has joined #yocto | 12:14 | |
kanavin__ | rburton: I hope to pick up where I left soon :) | 12:15 |
rburton | yes | 12:15 |
rburton | and woo | 12:15 |
kanavin__ | just sent the key for my underpowered 4 core laptop, as the proper box is stuck in corporate order process | 12:15 |
RP | kanavin__: yes, I saw the mail, cool :) | 12:16 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 12:16 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 12:18 | |
rburton | RP: filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=12889 | 12:19 |
yocti | Bug 12889: normal, Undecided, ---, richard.purdie, NEW , oe-run-native should automatically pick up bindir/*-native/ directories | 12:19 |
RP | Hmm, build qemux86, then switch to genericx86 and it does a lot of workdir cleaning | 12:21 |
ant_home | RP: smthg fishy here, bitbake is ignring changes to a recipe SRC_URI/patchset | 12:22 |
ant_home | WARNING: pcmciautils-018-r1 do_patch: | 12:22 |
ant_home | that one needs patch rebaqsing..just commenting out the SRC_URI and doing -c cleansstate seems not enough..doh | 12:23 |
ant_home | even increasing PR? how that...checking | 12:25 |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 12:25 | |
kanavin__ | I am going to experiment with -l option to make and ninja. Building llvm and webkit at the same time is a good test bench that can bring any machine to its knees. | 12:26 |
kanavin__ | rburton: was that investigated previously, do you remember? | 12:26 |
rburton | not afaik | 12:27 |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 12:27 | |
kanavin__ | all car makers seem to have enormous amounts of c++ code :) | 12:28 |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 12:28 | |
kanavin__ | which is particularly slow and heavy to build | 12:28 |
rburton | kanavin__: another option is to use the jobserver support in make, if bitbake itself acts as the master and manages the number of make instances | 12:32 |
rburton | i *think* RP did a bit of poking at that a few years back | 12:32 |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto | 12:33 | |
*** lukma <lukma!~lukma@85-222-111-42.dynamic.chello.pl> has quit IRC | 12:33 | |
kanavin__ | rburton: this was just discussed on bitbake-devel :) this wouldn't cover ninja though | 12:35 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 12:36 | |
ant_home | RP: doh...we have two pcmciautils_0.18.bb, one in oe-core, one in meta-oe :) | 12:37 |
ant_home | blame rburton ? | 12:38 |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 12:39 | |
*** joaocfernandes <joaocfernandes!~Joao@88.157.234.132> has joined #yocto | 12:46 | |
*** Jape_ <Jape_!~Jari@dsl-hkibng22-54f8de-19.dhcp.inet.fi> has joined #yocto | 12:58 | |
rburton | huh | 13:03 |
rburton | kanavin__: ha i need to read that more obviously | 13:03 |
rburton | no, wouldn't cover anything but make | 13:04 |
RP | kanavin__: I don't think anyone has played with -l. Trouble is one task could starve another :/ | 13:04 |
rburton | ant_home: did i send the addition to meta-oe and forget to post the removal? | 13:04 |
RP | rburton: it would make bitbake, make and potentially our other threaded tasks have thread limiting | 13:04 |
Jape_ | I am trying to build a RPI image having read only rootfs. Build fails because busybox post installation fails (update-alternatives: Error: not linking build/tmp/work/raspberrypi3-poky-linux-gnueabi/core-image-lsb/1.0-r0/rootfs/sbin/klogd to /bin/busybox.nosuid since build/tmp/work/raspberrypi3-poky-linux-gnueabi/core-image-lsb/1.0-r0/rootfs/sbin/klogd exists and is not a link). Any tips how to start solving this? | 13:05 |
rburton | ant_home: yeah that sounds about right. posting removal now | 13:06 |
kanavin__ | RP: make documentation seems to imply that it will keep running at least one target even when the load avg is above the set limit. I need to observe it in action though. | 13:06 |
RP | kanavin__: yes, I don't think it can not run anything due to the way make works internally. The jobserver implementation is quite fascinating | 13:07 |
rburton | fascinating sounds like an interesting choice of word | 13:07 |
RP | rburton: oldschool unix solutions to problems | 13:09 |
kanavin__ | Jape_: klogd seems to be coming from a different package, and they clash | 13:10 |
RP | rburton: basically you put tokens (single characters) into a pipe, then anything wanting to run something has to read a token which it puts back when done | 13:11 |
RP | rburton: so no locking as single byte read/writes are atomic | 13:11 |
Jape_ | kanavin__, yes most likely. Any advice how to start figuring out where it comes from? :) Not familiar with yocto / bitbake. | 13:13 |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 13:24 | |
u1106 | I have a small kernel driver in my build. When upgrading the kernel I get the message "Cannot use CONFIG_STACK_VALIDATION, please install libelf-dev, libelf-devel or elfutils-libelf-devel" This seems to be a new kernel upstream feature since 4.12. What do I need to add to my module recipe to get this resolved? I tried to look from the kernel recipe environment what it pulls in, but the only related I could spot was DEPENDS := "elfutils-native" but that | 13:24 |
u1106 | didn't help | 13:24 |
kanavin__ | Jape: probably sysklogd. this is weird though, as busybox does have RCONFLICTS in its recipe that should guard against it | 13:26 |
u1106 | I see the same message in this discussion, but I cannot extract a solution https://patchwork.openembedded.org/patch/152442/ | 13:42 |
RP | rburton: https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1274/steps/Running%20oe-selftest/logs/stdio - the hash changes worry me :/ | 13:48 |
rburton | huh | 13:48 |
rburton | my checksum change? | 13:49 |
rburton | some other builds in the same run failed in a similar way | 13:49 |
rburton | eg https://autobuilder.yocto.io/builders/nightly-x32/builds/1198/steps/Running%20Sanity%20Tests/logs/stdio | 13:50 |
RP | rburton: feels like there is a connection :/ | 13:52 |
RP | rburton: the fact there were checksum changes in that build worries me more too | 13:53 |
rburton | revert the big change and see what happens? | 13:55 |
RP | rburton: I just poked around https://autobuilder.yocto.io/builders/nightly-musl/builds/1230/steps/Running%20Sanity%20Tests/logs/stdio and it seemed to hang somewhere after enabling Uninative but before it enabled the server | 13:59 |
RP | rburton: all on f26 | 14:04 |
RP | rburton: there are bits of an oe-selftest left behind on that machine :/ | 14:05 |
RP | halstead: have there been any issues with the f26 worker recently? | 14:14 |
bluelightning | RP: shouldn't we be ditching F26? upstream support for it ended in May | 14:16 |
halstead | RP, No issues that I'm aware of except that it is EOL and should be replaced with F28. | 14:17 |
halstead | opensuse423 had a hard lock up and needed a cold reboot though. | 14:18 |
RP | bluelightning: quite likely | 14:19 |
RP | halstead: ok, thanks. Last build run showed oddities on all its builds :/ | 14:19 |
halstead | RP, Shall I go ahead and do that upgrade to F26? It's been on the TODO list for awhile. | 14:21 |
RP | halstead: might as well. I can't find anything useful to try and figure out what went wrong :( | 14:21 |
ant_home | rburton, ok, thanks, but note the recipes are not in sync | 14:23 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:27 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 14:31 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 14:38 | |
ant_home | rburton, I have sent the two bakport patches to oe-dev ML | 14:39 |
*** TobSnyder <TobSnyder!~schneider@95.90.149.33> has quit IRC | 14:44 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has joined #yocto | 14:46 | |
*** eduardas_m <eduardas_m!~eduardas@213.197.143.19> has quit IRC | 14:57 | |
*** jcstach <jcstach!~jcstach@hw-us-east-1a.agilent.com> has joined #yocto | 15:09 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ebleozztlvcpaugs> has quit IRC | 15:15 | |
*** morphis <morphis!~morphis@p200300CCFBE3D500C81157BFBB62767F.dip0.t-ipconnect.de> has quit IRC | 15:15 | |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has quit IRC | 15:19 | |
*** quite <quite!quite@unaffiliated/quite> has joined #yocto | 15:19 | |
*** Alex___ <Alex___!2e6148a2@gateway/web/freenode/ip.46.97.72.162> has quit IRC | 15:20 | |
*** dmoseley <dmoseley!472e380e@gateway/web/cgi-irc/kiwiirc.com/ip.71.46.56.14> has joined #yocto | 15:23 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 15:26 | |
RP | JPEW: we're seeing odd issues getting bitbake to start. Can't tell if its the persist_data changes, rburton's md5 mmap or something else | 15:36 |
JPEW | RP: Hmm, whats the issue? | 15:37 |
JPEW | Ah, the links in the chat log I'm assuming. | 15:38 |
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC | 15:40 | |
RP | JPEW: things like this: https://autobuilder.yocto.io/builders/nightly-mips-lsb/builds/1199 | 15:41 |
RP | JPEW: just randomly failing to start the server | 15:41 |
RP | nothing useful in logs that I could fine | 15:41 |
RP | find | 15:42 |
RP | I'm going to rebuild -next with just the core changes and not the bitbake ones, see if this keeps happening | 15:42 |
JPEW | RP: Ya... I did have some bugs that exhibited that failure behavior when I was working on the patches. It's very possible the persist_data is causing that. | 15:43 |
RP | JPEW: the complexity of the persist_data stuff and the fork handling does worry me :/ | 15:44 |
*** dmoseley <dmoseley!472e380e@gateway/web/cgi-irc/kiwiirc.com/ip.71.46.56.14> has quit IRC | 15:44 | |
JPEW | Indeed, I wasn't sure about that. | 15:45 |
rburton | WARNING: glibc-locale-2.28-r0 do_package_qa: QA Issue: glibc-locale: /glibc-binary-localedata-es-ni/usr/lib/locale/es_NI/LC_NUMERIC is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated] | 15:53 |
rburton | argh i was hoping we had that fixed | 15:53 |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 15:54 | |
RP | rburton: I know a patch claimed to and could probably help but I was never convinced | 15:55 |
RP | halstead: typhoon looks to have a disk space issue? :( | 15:56 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:56 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 15:57 | |
halstead | RP, On which worker? | 15:57 |
halstead | centosy-ty-1 I suppose. | 15:57 |
RP | halstead: yes | 15:58 |
*** pabdaddy1995 <pabdaddy1995!4066f914@gateway/web/freenode/ip.64.102.249.20> has joined #yocto | 16:00 | |
pabdaddy1995 | Kergoth: When I try to use ${systemd_system_unitdir} I get an error that says ...../image/lib/systemd/system': No such file or directory. I'm trying to move from sysvinit to systemd | 16:04 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:07 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 16:07 | |
khem | RP: the musl failure you are seeing is real, I can reproduce it, but its a pre-exiting problem in mesa that was earlier ignored by loader see https://github.com/kraj/musl/commit/5c2f46a214fceeee3c3e41700c51415e0a4f1acd | 16:12 |
*** tgoodwin <tgoodwin!~tgoodwin@static-108-40-78-74.bltmmd.fios.verizon.net> has joined #yocto | 16:17 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 16:18 | |
RP | khem: so what do we do about it? :/ | 16:23 |
RP | armpit: I think your rocko build fell victim to the space issue | 16:23 |
armpit | RP, that is why we need a Space force for just such issues | 16:27 |
RP | armpit: :D | 16:28 |
khem | here mesa needs to switch to general-dynamic TLS model for proper fix, what I see is that library still loads and sato comes up fine on qemux86 so may be we can ignore the error for now | 16:28 |
* armpit will launch another one later | 16:28 | |
* armpit off to SJ | 16:28 | |
khem | the mesa ticket is reopened so hopefully this will track the problem | 16:28 |
*** armpit <armpit!~armpit@2601:202:4180:c33:64f0:5919:ccc1:f72d> has quit IRC | 16:32 | |
RP | khem: I guess we could whitelist it for musl, I'm very nervous about doing that though :/ | 16:35 |
pabdaddy1995 | does anyone know why in my private recipe that it doesn't recognize ${systemd_system_unitdir}? In order to get it to recognize it i had to make the lib/systemd/system directories first | 16:36 |
khem | RP: yes although I hope to chase the issue with mesa guys | 16:41 |
khem | which means we will get to fix it properly. | 16:41 |
*** lusus <lusus!~lusus@62.91.23.180> has quit IRC | 16:42 | |
RP | khem: right, fixing it with them sounds good | 16:42 |
RP | khem: still chasing down locale issues. I messed up the first version of that locale patch and was corrupting memory :( | 16:43 |
*** joaocfernandes <joaocfernandes!~Joao@88.157.234.132> has quit IRC | 16:45 | |
khem | RP: your approach is good though, | 16:46 |
RP | khem: hopefully. Cuts locales from 900MB to 220MB :) | 16:47 |
RP | hmm, sstate isn't preserving sparse files :( | 16:50 |
* kanavin__ hopes to get into ELC-E at last | 16:50 | |
RP | I guess its good that selftest is finding this | 16:50 |
kanavin__ | just asked if that can be arranged... | 16:50 |
RP | kanavin__: should be a few of us! :) | 16:50 |
RP | kanavin__: remember OEDEM the day before the conference | 16:51 |
kanavin__ | RP: yes, I specifically mentioned that | 16:51 |
RP | devday is the day after | 16:51 |
* RP suspects you'd know much of the devday material :) | 16:51 | |
kanavin__ | "So this is the once a year chance to meet people I work with in the open source community, learn and discuss with them. I wouldn't want to miss it. I can also distribute marketing materials for Pelux, if we have any: business cards, leaflets etc." | 16:51 |
kanavin__ | from the email :) | 16:52 |
kanavin__ | RP: but isn't devday only for an extra fee :D can I get in for free? ;) | 16:52 |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:06 | |
*** fl0v0 <fl0v0!~fvo@i577A6155.versanet.de> has quit IRC | 17:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 17:18 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:19 | |
* RP just found sstate destroys file sparseness :( | 17:25 | |
RP | zeddii_home: guess you're back? :) | 17:35 |
RP | JPEW: FWIW with your persist_data pieces and rburton's change removed, -next is looking much happier. I guess I'll add the mmap stuff back and retest that next | 17:42 |
JPEW | RP: Ok. FWIW, I tried a build locally with the persist_data and it worked alright, but I agree it is still the most likely culprit. | 17:43 |
RP | JPEW: its intermittent which is always annoying to track down | 17:43 |
JPEW | Do you think it might have something to do with the database schema chaning states (and WAL mode)? | 17:43 |
RP | JPEW: want to get some patches unblocked, then I can add it back alone and retest and see if it comes back | 17:44 |
RP | JPEW: I'm not really sure. I did try testing this without the bb.fork piece and I don't think we were seeing it until I added that | 17:44 |
RP | We've a lot of failures so I'm not 100% sure | 17:45 |
RP | and the test suite fails without bb.fork | 17:45 |
JPEW | Ya, thats fine. The persist_data changes are really only needed for hash equivalence, so there isn't an immediate need. | 17:45 |
JPEW | I should probably split the patches so that the fork test is added with fork support | 17:46 |
JPEW | Other than that one, all the tests should actually run and pass without any of my other persist_data changes | 17:46 |
RP | JPEW: right, I was just trying to get a bit ahead and get some of it reviewed/tested :) | 17:46 |
RP | halstead: Interestingly, we just ran nearly a complete build run on yocto.io in under two hours with hot sstate :) | 17:47 |
RP | its not finished but its nearly there apart from qa-extras which we'll have to break up | 17:48 |
*** rob_w <rob_w!~rob@unaffiliated/rob-w/x-1112029> has quit IRC | 17:50 | |
*** sbach <sbach!~sbach@207.246.123.100> has joined #yocto | 18:09 | |
*** tgraydon <tgraydon!textual@nat/intel/x-tyjxthhkhwhzebmo> has joined #yocto | 18:15 | |
khem | RP: sent a fix for mesa issue on musl here http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154125.html | 18:27 |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ykhoeiicekywpyun> has quit IRC | 18:30 | |
*** armpit <armpit!~armpit@64.2.3.196.ptr.us.xo.net> has joined #yocto | 18:35 | |
khem | rburton: yt ? | 19:10 |
pabdaddy1995 | does anyone know how to tell yocto to autostart services created by systemd-sysv-generator? | 19:38 |
pabdaddy1995 | anyone here? | 19:47 |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has quit IRC | 19:58 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 20:08 | |
*** pabdaddy1995 <pabdaddy1995!4066f914@gateway/web/freenode/ip.64.102.249.20> has quit IRC | 20:09 | |
*** gtristan <gtristan!~tristanva@110.11.179.2> has joined #yocto | 20:09 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 20:15 | |
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has joined #yocto | 20:30 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 20:40 | |
*** pabdaddy1995 <pabdaddy1995!4066f914@gateway/web/freenode/ip.64.102.249.20> has joined #yocto | 20:46 | |
pabdaddy1995 | does anyone know how to accomplish this shell command "systemctl enable programexample.service" in a .bb file? | 20:46 |
JPEW | pabdaddy1995: Have you tried using the systemd class? https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#ref-classes-systemd | 20:55 |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 20:56 | |
*** armpit <armpit!~armpit@64.2.3.196.ptr.us.xo.net> has quit IRC | 20:58 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-glpsmywjfouyvccc> has joined #yocto | 21:22 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 21:40 | |
RP | khem: looks good, thanks. Will try and add that to the next round of patches once we get glibc in | 21:48 |
*** gtristan <gtristan!~tristanva@110.11.179.2> has quit IRC | 21:49 | |
RP | JPEW: builds aren't breaking like they were so I think it is something about the persist_data changes :/ | 21:55 |
JPEW | RP: OK. Thats unfortunate, but not really suprising | 21:56 |
JPEW | I'll go try torturing it a little more | 21:56 |
RP | JPEW: thanks. Sorry to be the bearer of bad news :) | 22:00 |
RP | JPEW: I'm kind of drowning in one problem leading to another right now | 22:00 |
JPEW | RP: Better now than later. | 22:00 |
JPEW | RP: I really need to look at CROPS or something to test builds on older distros. My preference to run the latest FC gets me into trouble some times | 22:01 |
RP | JPEW: we all get caught out now and again... | 22:01 |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC | 22:01 | |
RP | JPEW: the testing cluster is good for finding at least the basic issues | 22:02 |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto | 22:03 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 22:16 | |
zeddii_home | RP: to answer your earlier question, I am back. I’m working to send a queue out shortly with the new libc-headers, 4.18 kernel, old kernel deletions and the re-worked devsrc. I have to get my builder to run some combos before it’ll be ready. but the work is mostly done. | 22:17 |
RP | zeddii_home: I've been longing for the devsrc patch as we have image space issues and this should ease them. Ended up having to do other things as you were still away though... | 22:18 |
RP | zeddii_home: welcome back :) | 22:18 |
zeddii_home | I can send just that one tomorrow morning. | 22:18 |
zeddii_home | the 4.18 part of the work requires multiple arches, c libraries, etc, etc. so I won’t pend it on that. | 22:19 |
RP | zeddii_home: would certainly be good to retest and see where we are with it | 22:19 |
zeddii_home | I think it is close. but I couldn’t fully test mips, but I fixed the error by inspection. | 22:19 |
zeddii_home | so I expect nothing major, but won’t bet on no errors :D | 22:20 |
zeddii_home | root@qemuarm:~# uname -a | 22:20 |
zeddii_home | Linux qemuarm 4.18.0-yocto-standard #1 PREEMPT Tue Aug 14 21:04:18 UTC 2018 armv5tejl GNU/Linux | 22:20 |
zeddii_home | w00t. | 22:20 |
zeddii_home | onto mips for 4.18 | 22:20 |
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has quit IRC | 22:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:26 | |
*** majuk <majuk!~majuk@174-22-131-112.clsp.qwest.net> has joined #yocto | 22:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:26 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:27 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:27 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:28 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:29 | |
*** majuk <majuk!~majuk@174-22-131-112.clsp.qwest.net> has quit IRC | 22:30 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:30 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:31 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:32 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:32 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:34 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:35 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:36 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:37 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 22:37 | |
RP | zeddii_home: I've forgotten what green builds look like :( | 22:41 |
RP | https://autobuilder.yocto.io/builders/nightly-oe-selftest/builds/1278/steps/Running%20oe-selftest/logs/stdio - sparse files still not working on the autobuilder :( | 22:41 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 22:42 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:49 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 22:52 | |
*** scottrif <scottrif!~scottrif@47-40-108-60.dhcp.knwc.wa.charter.com> has left #yocto | 22:59 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC | 23:06 | |
*** seebs <seebs!~seebs@24.196.59.174> has quit IRC | 23:08 | |
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has quit IRC | 23:15 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has joined #yocto | 23:17 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:a992:553:fc14:a9d6> has joined #yocto | 23:20 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!