*** Crofton|work <Crofton|work!~Crofton@12.245.46.170> has quit IRC | 00:01 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 00:06 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 00:15 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:16 | |
*** sjolley <sjolley!~sjolley@c-71-59-136-149.hsd1.or.comcast.net> has joined #yocto | 00:49 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-berpldnkjgehlmej> has quit IRC | 00:59 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has quit IRC | 01:01 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 01:15 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has joined #yocto | 01:17 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has quit IRC | 01:25 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has joined #yocto | 01:45 | |
*** robbawebba <robbawebba!~robbawebb@47.180.176.91> has quit IRC | 02:03 | |
*** chandana73 <chandana73!~ckalluri@149.199.62.130> has quit IRC | 02:30 | |
*** nighty- <nighty-!~nighty@b157153.ppp.asahi-net.or.jp> has joined #yocto | 02:54 | |
*** sjolley <sjolley!~sjolley@c-71-59-136-149.hsd1.or.comcast.net> has quit IRC | 02:58 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-etvlndibdyfzslzn> has joined #yocto | 03:00 | |
*** robbawebba <robbawebba!~robbawebb@cpe-104-173-199-40.socal.res.rr.com> has joined #yocto | 03:06 | |
*** rokm <rokm!rokm@freeshell.de> has quit IRC | 03:11 | |
*** rokm <rokm!rokm@freeshell.de> has joined #yocto | 03:11 | |
*** sno <sno!~sno@p4FF5E266.dip0.t-ipconnect.de> has quit IRC | 03:12 | |
*** sno <sno!~sno@p4FF5E266.dip0.t-ipconnect.de> has joined #yocto | 03:19 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC | 03:33 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has joined #yocto | 03:34 | |
*** armpit <armpit!~armpit@45.19.219.178> has quit IRC | 03:36 | |
yocti | New news from stackoverflow: How to install graphics drivers in Yocto output image [closed] <https://stackoverflow.com/questions/54468744/how-to-install-graphics-drivers-in-yocto-output-image> | 04:47 |
---|---|---|
*** inisider <inisider!ad26d10b@gateway/web/freenode/ip.173.38.209.11> has quit IRC | 04:55 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has quit IRC | 05:04 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-etvlndibdyfzslzn> has quit IRC | 05:20 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:2ca4:7cf9:45f0:d373> has joined #yocto | 05:44 | |
*** tprrt <tprrt!~tprrt@217.114.201.133> has joined #yocto | 06:16 | |
*** jobroe <jobroe!~manjaro-u@193.158.0.154> has joined #yocto | 06:18 | |
*** acrap <acrap!55ed2193@gateway/web/freenode/ip.85.237.33.147> has joined #yocto | 06:42 | |
acrap | Hi guys! | 06:43 |
acrap | Can you help me? Is there way to postpone some task to the first build? | 06:43 |
acrap | *to the first run? | 06:44 |
acrap | I've tried to google it, but wasn't managed to find information. May be you can just point me where I can find it? | 06:45 |
acrap | Oh, I've found! | 06:46 |
acrap | Oh, no. It's different one. The question is still open | 06:48 |
acrap | I've found info about postinstall script, but it's not about the first run | 06:49 |
acrap | The problem I am trying to resolve is about tricky build process, that uses target binaries during the compilation process. | 06:51 |
*** sno <sno!~sno@p4FF5E266.dip0.t-ipconnect.de> has quit IRC | 06:52 | |
LetoThe2nd | acrap: maybe try to explain what you are *ACTUALLY* trying to archieve. the "postpone" thing sounds massively like a xy problem | 06:57 |
*** saraf <saraf!~a_saraf@123.252.238.18> has joined #yocto | 06:59 | |
acrap | I am trying to build fips-enabled openssl for 64bit target. When crossbuild it uses the special incore script in the last step to embed a signature to ELF. And this script just is limited to use only with 32bit ELF (it prints that ELF64 supported only natively) | 06:59 |
acrap | I can't run it "natively" cause it trying to run target's binaries during the build process | 07:00 |
LetoThe2nd | so you are trying to shift something from build time to run time? | 07:00 |
acrap | shure, because I had already tried almost all of the another ways to solve that puzzle | 07:01 |
LetoThe2nd | namely this script | 07:01 |
acrap | incore | 07:01 |
acrap | it's a part of openssl-fips | 07:01 |
LetoThe2nd | i've avoided things like that so far. well. theoretically things can be postponed, of course. but it has a lot of consequences: you need a RW fs, and all the parts needed to run that script have to be shipped | 07:02 |
acrap | Both parts are possible. We had an RW filesystem and there are just a couple of files we need to add | 07:04 |
acrap | the only one question - is there way how to do it in Yocto or it's only one way to solve it with my own bicycle invention? | 07:05 |
LetoThe2nd | well then split the recipe in two? the first part sets the stage and all, the second recipe RDPENDS on the first, and actually only ships the sript and the first-run logic | 07:05 |
acrap | ok. Got it | 07:05 |
LetoThe2nd | it could also be done as two packages of one recipe. | 07:05 |
*** flihp <flihp!~flihp@76.243.124.132> has quit IRC | 07:06 | |
LetoThe2nd | also, there are postinstall scripts | 07:06 |
LetoThe2nd | https://www.yoctoproject.org/docs/2.2/dev-manual/dev-manual.html#new-recipe-post-installation-scripts | 07:06 |
LetoThe2nd | oops, here the latest version https://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#new-recipe-post-installation-scripts | 07:07 |
LetoThe2nd | for a simple one-shot script that might even suffice | 07:07 |
acrap | got it. But postinstall scripts are run on host, aren't they? | 07:08 |
LetoThe2nd | yep, think so | 07:09 |
acrap | Thanks for the clues, I think I can do something with that | 07:10 |
LetoThe2nd | have fun | 07:10 |
*** cvasilak <cvasilak!~cvasilak@ppp-2-86-172-177.home.otenet.gr> has joined #yocto | 07:11 | |
acrap | Thanks! And just for information - building fips-enabled openssl in Yocto is a "very special pleasure". Fortunately, no one cares about FIPS-module anymore. There is even a special layer (non-free) to build fips-enabled openssl with Yocto :) | 07:15 |
acrap | It's not about Yocto, it's more about just cross compilation | 07:16 |
LetoThe2nd | i guessed that much | 07:16 |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 07:20 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-jsumpqbwdrufjabq> has joined #yocto | 07:21 | |
malanecora | Morning guys! | 07:22 |
malanecora | Sometimes, randomly, when I'm running a huge task in Yocto (e.g. sdk extraction, first build of the whole system...) my VM "restarts" (not a real restart, more like a suspend but without saving the current machine state) | 07:24 |
malanecora | Has someone experienced issues like this one? | 07:24 |
malanecora | It's driving me nuts because some tasks need to be executed again (and again...) | 07:25 |
*** sno <sno!~sno@ip5b40f5e2.dynamic.kabel-deutschland.de> has joined #yocto | 07:28 | |
*** frsc <frsc!~frsc@200116b8243ea700a0c375adc9e27956.dip.versatel-1u1.de> has joined #yocto | 07:31 | |
ak77 | how do I add my custom suffix packages? (e.g. -xyz ?) so that they can all be turned on like -dbg packages? | 07:32 |
*** yann <yann!~yann@lfbn-idf1-1-103-67.w82-124.abo.wanadoo.fr> has quit IRC | 07:32 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has joined #yocto | 07:38 | |
*** fl0v0 <fl0v0!~fvo@i577B995F.versanet.de> has joined #yocto | 07:56 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 08:05 | |
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto | 08:09 | |
*** AndersD <AndersD!~AndersD@194-237-220-218.customer.telia.com> has joined #yocto | 08:12 | |
acrap | malanecora: sometimes I get my DE(Gnome shell) just reboot and bitbake is killed | 08:12 |
acrap | seems like we have a lack of resources | 08:12 |
acrap | as for me - for sure. Even my mouse cursor doesn't work during the Yocto build | 08:13 |
acrap | I even got a separate PC and share mouse and keyboard between them two (it's more convenient than a heap of manipulators on a table) | 08:15 |
acrap | Let alone that I have Core i7 7700 with a 8Gb RAM(seems like it's not enough for Yocto) | 08:16 |
LetoThe2nd | depending on what you are running in parallel, 8gb can be tough | 08:16 |
acrap | Maybe it's better to limit the number of parallel Yocto tasks, cause I have 8 parallel task in my case | 08:16 |
LetoThe2nd | and depending on what you are trying to build. if webkit or chrome or such is involved, that might be a killer | 08:17 |
acrap | Hah, sometimes I got a segmentation fault from cross gcc :) I suspect it's because a lack of RAM | 08:18 |
nayfe | ak77: FILES-${PN}-xyz = "..." and PACKAGES += "${PN}-xyz" | 08:18 |
nayfe | and optional $RDEPEND_${PN} += "${PN}-xyz" | 08:19 |
nayfe | oops typo | 08:19 |
LetoThe2nd | acrap: if you are doing a lot of stuff on your desktop simultaneously, its possible | 08:19 |
LetoThe2nd | -> get more RAM | 08:20 |
acrap | Sure, I am waiting for another 8Gb module :) | 08:20 |
nayfe | you can also reduce parallel jobs : | 08:20 |
nayfe | already said | 08:21 |
*** mckoan|away is now known as mckoan | 08:21 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:24 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 08:26 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 08:30 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto | 08:33 | |
RP | kanavin: https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/199 is more clear, one failure left | 08:35 |
*** yann <yann!~yann@85.118.38.181> has joined #yocto | 08:40 | |
PinkSnake | I all, i'm collecting all example recipes in a meta in order to keep some templates :) but i have some trouble with qt5 demo-app, any idea ? .bb -> https://pastebin.com/mPwFcLD4 , error -> https://pastebin.com/MuGj0gas, .pro https://pastebin.com/NdKyuEg8 Thank you :) | 08:42 |
malanecora | acrap: Nice to know, I'll have to upgrade my HW | 08:46 |
acrap | malanecora: or just limit the amount of parallel tasks | 08:48 |
acrap | it may help too | 08:48 |
malanecora | acrap: I've just 4 aprallel tasks :/ | 08:48 |
malanecora | But mb it does the job while waiting for the upgrade | 08:49 |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:53 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 08:55 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has quit IRC | 09:10 | |
*** saraf <saraf!~a_saraf@110.227.249.33> has joined #yocto | 09:10 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has joined #yocto | 09:10 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:10 | |
*** cquast <cquast!~cquast@90.85.130.193> has joined #yocto | 09:24 | |
ak77 | nayfe: I know that part, I already have many -xyz packages, but would like to turn them on with a flag | 09:26 |
ak77 | nayfe: or a IMAGE_FEATURE | 09:26 |
PinkSnake | someone here can provide a recipe based on qt5 form arm arch ( rapi 3) ? I'm still stuck with QMAKE_INCDIR_OPENGL issue | 09:27 |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-hgrslpvswtnuaxev> has joined #yocto | 09:28 | |
malanecora | qt3d build is failing when running "bitbake meta-toolchain-qt5" in Yocto Thud | 09:47 |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has joined #yocto | 09:51 | |
*** AndersD <AndersD!~AndersD@194-237-220-218.customer.telia.com> has quit IRC | 09:51 | |
*** comptroller <comptroller!~comptroll@47-213-222-253.paolcmtc01.res.dyn.suddenlink.net> has joined #yocto | 09:53 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 09:58 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 09:59 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 09:59 | |
kanavin | RP: yep, disappointed to see that .pyc files are *not* arch-independent | 10:21 |
acrap | malanecora: 4 may be a big number if you gave minimal resources to your VM | 10:22 |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has quit IRC | 10:26 | |
*** berton <berton!~berton@181.220.86.121> has joined #yocto | 10:26 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-jsumpqbwdrufjabq> has quit IRC | 10:50 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 11:00 | |
PinkSnake | still no info about build qt5base on raspi3 board ? :D | 11:04 |
PinkSnake | i have followed tutorial --> https://doc.qt.io/QtForDeviceCreation/qtee-meta-qt5.html but i don't know which value is needed inside QMAKE_INCDIR_OPENGL[_ES2] variable ... | 11:05 |
mckoan | PinkSnake: what's the problem? Which Yocto version are you using? | 11:08 |
*** a_saraf <a_saraf!~a_saraf@110.227.249.33> has joined #yocto | 11:13 | |
*** a_saraf <a_saraf!~a_saraf@110.227.249.33> has quit IRC | 11:16 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has quit IRC | 11:16 | |
*** a_saraf <a_saraf!~a_saraf@123.252.238.18> has joined #yocto | 11:17 | |
*** saraf <saraf!~a_saraf@110.227.249.33> has joined #yocto | 11:28 | |
*** saraf <saraf!~a_saraf@110.227.249.33> has quit IRC | 11:31 | |
*** a_saraf <a_saraf!~a_saraf@123.252.238.18> has quit IRC | 11:32 | |
*** saraf <saraf!~a_saraf@123.252.238.18> has joined #yocto | 11:32 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 11:38 | |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has quit IRC | 11:55 | |
*** bluelightning_ <bluelightning_!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:00 | |
*** Crofton <Crofton!~balister@2601:5c0:c100:b84:c22d:c40:ab44:9e37> has joined #yocto | 12:00 | |
*** yann <yann!~yann@85.118.38.181> has quit IRC | 12:12 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 12:12 | |
*** yann <yann!~yann@85.118.38.181> has joined #yocto | 12:12 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 12:18 | |
*** AndersD_ <AndersD_!~AndersD@194-237-220-218.customer.telia.com> has quit IRC | 12:22 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 12:46 | |
*** ak77 <ak77!c12e4b03@gateway/web/freenode/ip.193.46.75.3> has quit IRC | 12:53 | |
*** Crofton|work <Crofton|work!~Crofton@2601:5c0:c100:b84:1c14:fc57:7e41:92a0> has joined #yocto | 12:55 | |
*** lfa_ <lfa_!~lfa@217.19.35.51> has joined #yocto | 13:03 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 13:05 | |
PinkSnake | mckoan: I was on v2018.2 branch from Xilinx repo, i'm trying to switch to the official repo and build again. It's probably the trouble source :) | 13:20 |
malanecora | qtwebkit build freezes at 38% when trying to build. In addition, it eats all the RAM but keeps the processor nearly idle... | 13:24 |
PinkSnake | http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb?h=sumo failed because of the commit number doesn't exist ... | 13:31 |
*** henriknj <henriknj!~hnje@193.106.123.182> has joined #yocto | 13:31 | |
malanecora | Yocto processes are marked as D (disk sleep) | 13:31 |
malanecora | Can this be due to the full RAM? | 13:33 |
malanecora | Swap memory is also full | 13:34 |
malanecora | What is strange | 13:34 |
kergoth | malanecora: the final link with ld in qtwebkit needs like 4 gigs of ram by itself, iirc | 13:43 |
malanecora | kergoth: wow, thats pretty much | 13:43 |
malanecora | btw I have 4GB of RAM | 13:43 |
kergoth | big c++ projects... | 13:43 |
malanecora | And the same amount assigned to swap | 13:43 |
malanecora | Yah... | 13:44 |
malanecora | Thank you for the info! | 13:44 |
kergoth | i often have to reduce BB_NUMBER_THREADS just during its build to make sure its the only thing building. might be able to chnage the cflags to avoid building with debug symbols to reduce the memory usage slightly | 13:45 |
kergoth | google it, maybe htere are other options, *shrug* | 13:45 |
malanecora | Yes, rigth now I'm just building it in a standalone way but just stucks | 13:48 |
malanecora | I'll try to google that | 13:48 |
*** lfa_ <lfa_!~lfa@217.19.35.51> has quit IRC | 13:50 | |
*** lfa <lfa!~lfa@217.19.35.51> has joined #yocto | 13:51 | |
PinkSnake | after updating to thud branch i got this error: ERROR: Unpack failure for URL: 'git://git.savannah.gnu.org/config.git'. No up to date source found: clone directory not available or not up to date -- any idea to fix that ? | 13:59 |
*** gtristan <gtristan!~tristanva@df-6nyb4yyyyyyyyyybct-3.rev.dnainternet.fi> has joined #yocto | 14:11 | |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 14:20 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 14:21 | |
*** maudat <maudat!~moda@64.18.88.250> has quit IRC | 14:28 | |
*** maudat <maudat!~moda@64.18.88.250> has joined #yocto | 14:28 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 14:32 | |
PinkSnake | for informatino it was dur to a mess in download dir ;) | 14:40 |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 14:41 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has left #yocto | 14:41 | |
*** prabhakarlad <prabhakarlad!~prabhakar@194.75.40.178> has joined #yocto | 14:41 | |
*** zagor_ <zagor_!~zagor@rockbox/developer/Zagor> has quit IRC | 14:56 | |
RP | kanavin: they're not? ouch :( | 14:57 |
RP | kanavin: I didn't dig into the failure | 14:57 |
kanavin | RP: I looked, and the difference is only the embedded timestamp of the original .py module file | 14:57 |
RP | kanavin: right, that makes more sense | 14:58 |
RP | kanavin: we may get help from the reproducible code here | 14:58 |
kanavin | RP: still, this means we can't really share them between multilibs, so I'm reverting to installing them in ${libdir}, which means a bit more patching | 14:58 |
kanavin | .py files themselves are identical | 14:59 |
RP | kanavin: if we enable reproducible build the timestamps should match | 15:02 |
RP | kanavin: we can't do that everywhere but I'm wondering if we could enable some subset | 15:02 |
*** agust <agust!~agust@p508DEA88.dip0.t-ipconnect.de> has quit IRC | 15:10 | |
kanavin | RP: but as far as I understand, the timestamps are written into .pyc files at do_compile by python itself, do reproducible builds have special magic for it? | 15:13 |
RP | kanavin: aren't the timestamps based on the source file? | 15:13 |
kanavin | also, those timestamps do matter, as python uses them at runtime to find out if pyc needs rebuilding | 15:13 |
RP | kanavin: so if you have deterministic timestamps in the source, you can get the same value in the pyc? | 15:13 |
yates | paging Dr. derRichard | 15:14 |
yates | whois derRichard | 15:14 |
kanavin | RP: right. I'm not sure why they differ actually | 15:14 |
yates | i hate it when i do that | 15:14 |
RP | kanavin: I'm sure the reproducible stuff handled this somehow | 15:14 |
*** acrap <acrap!55ed2193@gateway/web/freenode/ip.85.237.33.147> has quit IRC | 15:17 | |
malanecora | kergoth: I assigned 8GB of RAM to the VM and now qtwebkit is taking every single bit of it | 15:26 |
kergoth | yikes | 15:26 |
malanecora | Plus the swap O.o | 15:26 |
*** agust <agust!~agust@p508DEA88.dip0.t-ipconnect.de> has joined #yocto | 15:28 | |
LetoThe2nd | i actually am not surprised. | 15:29 |
malanecora | Not even a bit? haha | 15:30 |
LetoThe2nd | not at all. | 15:30 |
neverpanic | RP: https://reproducible-builds.org/blog/posts/144/ /.pyc | 15:30 |
LetoThe2nd | 08:16 < LetoThe2nd> depending on what you are running in parallel, 8gb can be tough | 15:31 |
LetoThe2nd | 08:17 < LetoThe2nd> and depending on what you are trying to build. if webkit or chrome or such is involved, that might be a killer | 15:31 |
LetoThe2nd | malanecora: i literally told you 8 hours ago. | 15:32 |
RP | neverpanic: thanks, kanavin ^^^ | 15:32 |
neverpanic | RP: you'll probably need https://github.com/distropatches/cpython/commit/9edd2239a420e92f692ac0b1eff9d9a39cfc34ef | 15:32 |
malanecora | Just a VMware instance (the VM itself) + Chrome (5 tabs) + IExplorer (1 tab) + Slack + Outlook are running | 15:32 |
malanecora | My machine has 16GB of RAM | 15:33 |
LetoThe2nd | malanecora: if you're building in vmware, you're basically timescrewed anyways. | 15:33 |
malanecora | LetoThe2nd: I agree, but it's a work imposed constraint :( | 15:35 |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 15:35 | |
LetoThe2nd | malanecora: i'm just pointing out that this is the source of your problems. that, and lack of RAM | 15:36 |
LetoThe2nd | :-) | 15:36 |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 15:38 | |
malanecora | LetoThe2nd: Will try again closing everything which is "closable" | 15:38 |
malanecora | brb with news | 15:39 |
kanavin | neverpanic, RP thanks, I was just looking at the same in source tree :) | 15:39 |
kanavin | not sure how hashing module sources on each run will affect runtime performance to be honest | 15:39 |
*** malanecora <malanecora!b23cc82c@gateway/web/freenode/ip.178.60.200.44> has quit IRC | 15:39 | |
*** yann <yann!~yann@85.118.38.181> has quit IRC | 15:40 | |
kanavin | I think we can stay on the conservative side here, and keep time-based stamps | 15:40 |
*** malanecora <malanecora!b23cc82c@gateway/web/freenode/ip.178.60.200.44> has joined #yocto | 15:47 | |
*** yann <yann!~yann@85.118.38.181> has joined #yocto | 15:47 | |
malanecora | Ofc it didn't work haha | 15:47 |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 15:48 | |
*** robbawebba <robbawebba!~robbawebb@cpe-104-173-199-40.socal.res.rr.com> has quit IRC | 15:49 | |
*** gtristan <gtristan!~tristanva@df-6nyb4yyyyyyyyyybct-3.rev.dnainternet.fi> has quit IRC | 15:51 | |
*** stephano <stephano!~stephano@134.134.139.75> has joined #yocto | 15:55 | |
RP | kanavin: no, I was worrying about what the alternative was | 15:58 |
RP | kanavin: I think our reproducible code just makes the timestamps consistent | 15:58 |
kanavin | RP: the reproducible builds class exports a magic environment variable which tells upstreams to not do timestamp-based decisions. Python starts honoring it from 3.7.2 onwards or so, by changing to storing hashes inside pyc. | 16:00 |
*** jobroe <jobroe!~manjaro-u@193.158.0.154> has quit IRC | 16:00 | |
RP | kanavin: ah, that sounds suboptimal :/ | 16:01 |
*** yann <yann!~yann@85.118.38.181> has quit IRC | 16:01 | |
*** gtristan <gtristan!~tristanva@df-6nyb4yyyyyyyyyybct-3.rev.dnainternet.fi> has joined #yocto | 16:03 | |
kanavin | RP: I'm still unsure why original .py files end up having different timestamps during build/install, but let's focus on getting the upgrade done and merged | 16:03 |
*** chandana73 <chandana73!~ckalluri@149.199.62.131> has joined #yocto | 16:04 | |
RP | kanavin: right, I was wondering about that. But yes. | 16:06 |
*** feddischson <feddischson!~feddischs@55d4e646.access.ecotel.net> has joined #yocto | 16:08 | |
*** cvasilak <cvasilak!~cvasilak@ppp-2-86-172-177.home.otenet.gr> has quit IRC | 16:08 | |
*** nighty- <nighty-!~nighty@b157153.ppp.asahi-net.or.jp> has quit IRC | 16:09 | |
*** malanecora <malanecora!b23cc82c@gateway/web/freenode/ip.178.60.200.44> has quit IRC | 16:09 | |
*** feddischson <feddischson!~feddischs@55d4e646.access.ecotel.net> has quit IRC | 16:11 | |
*** luq <luq!~luq@modemcable114.129-37-24.static.videotron.ca> has joined #yocto | 16:12 | |
*** luq_ <luq_!~luq@modemcable114.129-37-24.static.videotron.ca> has joined #yocto | 16:12 | |
*** yann <yann!~yann@85.118.38.73> has joined #yocto | 16:14 | |
*** bradleyb <bradleyb!~bradleyb@mail.fuzziesquirrel.com> has joined #yocto | 16:17 | |
*** radsquirrel <radsquirrel!~bradleyb@mail.fuzziesquirrel.com> has quit IRC | 16:18 | |
*** jmiehe <jmiehe!~Thunderbi@p578c106e.dip0.t-ipconnect.de> has quit IRC | 16:25 | |
kanavin | RP: patchset send, hopefully this is the last one :) | 16:25 |
*** sjolley <sjolley!~sjolley@c-71-59-136-149.hsd1.or.comcast.net> has joined #yocto | 16:27 | |
RP | kanavin: lets see :) | 16:29 |
RP | ah, armpit beat me with a sumo | 16:29 |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC | 16:29 | |
RP | kanavin: its queued to run next | 16:30 |
armpit | RP ?? for what | 16:31 |
RP | armpit: you're running a sumo-next, its fine | 16:32 |
armpit | RP, sumo-nmut not next | 16:33 |
RP | armpit: I backported a couple of key bitbake patches to thud btw | 16:33 |
RP | armpit: yes, that, whatever ;-) | 16:33 |
armpit | I saw.. any issues with what is in thud-next ? | 16:33 |
RP | armpit: I didn't know there were patches | 16:33 |
armpit | in poky proper.. | 16:34 |
* armpit thought I sent a pull request.. | 16:35 | |
RP | armpit: I may have missed it, sorry | 16:36 |
* armpit then poky/thud-next got updated... so confused | 16:36 | |
RP | armpit: can you rebase stable/thud-next please? It doesn't seem quite right | 16:37 |
kanavin | rburton: is glmark update related to virgl by any chance? :) | 16:37 |
RP | armpit: ah did I merge to the wrong branch? | 16:37 |
rburton | kanavin: sadly not | 16:37 |
armpit | RP, sure I can rebase | 16:38 |
RP | armpit: sorry, try now | 16:39 |
RP | armpit: That clears our my -next tree | 16:39 |
armpit | RP, thanks | 16:39 |
kanavin | rburton: I can run benchmarks with it though, thanks for the tip :) | 16:40 |
kanavin | kmscube or glxgears aren't exactly good for that | 16:40 |
rburton | kanavin: no | 16:40 |
rburton | glmark isn't a lot better but its better than nothing | 16:40 |
RP | kanavin: I was hoping to run the virtgl changes through the build perf tests before we merged it | 16:40 |
RP | kanavin: sadly the performance comparision code doesn't like comparing master to master-next :( | 16:40 |
RP | kanavin: we can run the build, just don't get a comparison | 16:41 |
RP | https://autobuilder.yocto.io/pub/non-release/20190206-3/testresults/buildperf-centos7/perf-centos7.yoctoproject.org_master_20190206030025_52faf80.html | 16:41 |
*** tprrt <tprrt!~tprrt@217.114.201.133> has quit IRC | 16:44 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:45 | |
*** no_such_user <no_such_user!~no_such_u@mail.analogue-micro.com> has quit IRC | 16:50 | |
kanavin | RP: we could probably win a lot by splitting qemu into usermode and system recipes. system is not needed during the build, yet it's the one that's dependent on all the native graphical stuff. | 16:51 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:55 | |
rburton | true | 16:58 |
rburton | user qemu is basically headness | 16:58 |
*** saraf <saraf!~a_saraf@123.252.238.18> has quit IRC | 16:58 | |
*** adrianbunk <adrianbunk!~bunk@dsl-hkibng31-54fab3-123.dhcp.inet.fi> has quit IRC | 16:59 | |
*** adrianbunk <adrianbunk!~bunk@dsl-hkibng31-54fab3-123.dhcp.inet.fi> has joined #yocto | 17:00 | |
*** lusus <lusus!~lusus@62.91.23.180> has quit IRC | 17:01 | |
*** frsc <frsc!~frsc@200116b8243ea700a0c375adc9e27956.dip.versatel-1u1.de> has quit IRC | 17:06 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 17:09 | |
*** gtristan <gtristan!~tristanva@df-6nyb4yyyyyyyyyybct-3.rev.dnainternet.fi> has quit IRC | 17:09 | |
*** sjolley <sjolley!~sjolley@c-71-59-136-149.hsd1.or.comcast.net> has quit IRC | 17:14 | |
JPEW | armpit: The busybox upgraded landed on master, can it be backported to thud? | 17:15 |
*** yann <yann!~yann@85.118.38.73> has quit IRC | 17:19 | |
*** cquast <cquast!~cquast@90.85.130.193> has quit IRC | 17:20 | |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has joined #yocto | 17:20 | |
*** berton <berton!~berton@181.220.86.121> has quit IRC | 17:26 | |
*** berton <berton!~berton@181.220.86.121> has joined #yocto | 17:30 | |
*** mckoan is now known as mckoan|away | 17:30 | |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has quit IRC | 17:32 | |
armpit | JPEW, got it.. thanks for the reminder | 17:35 |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has joined #yocto | 17:35 | |
RP | kanavin: that does sound quite appealing | 17:39 |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 17:41 | |
*** neverpan1c <neverpan1c!~clemens@towel.neverpanic.de> has joined #yocto | 17:50 | |
*** neverpanic <neverpanic!~clemens@towel.neverpanic.de> has quit IRC | 17:50 | |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has quit IRC | 17:58 | |
*** fl0v0 <fl0v0!~fvo@i577B995F.versanet.de> has quit IRC | 17:59 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-axjodrjaqkwinvfq> has joined #yocto | 18:08 | |
*** cdgarren <cdgarren!~cdgarren@207.67.30.60> has joined #yocto | 18:23 | |
cdgarren | I'm trying to use cython on a module in a python application for my image. When I build I get an ImportError in the do_compile step saying "No moduel names Cython.Build". I thought that adding python-cython as a DEPENDS in my application recipe would be enough, but is not. Anyone know what I'm missing? | 18:25 |
*** robbawebba <robbawebba!~rob@47.180.176.91> has joined #yocto | 18:33 | |
rburton | python-cpython-native for a cpython youcan actually run at build time | 18:42 |
rburton | otherwise you just build the target one which isn't any use | 18:42 |
yates | if i use devtool to modify a recipe, and i subsequently do a "bitbake <image>", will that image be built with modified recipe from devtool? | 18:45 |
yates | i.e, prior to "devtool finish recipe layer" | 18:46 |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has quit IRC | 18:48 | |
kergoth | yes | 18:56 |
kergoth | devtool modify adds the workspace layer to bblayers, unpacks and patches the sources, and creates a bbappend in the workspace that makes the recipe build using those sources | 18:56 |
kergoth | regardless of whether you're actually using devtool for every build | 18:56 |
yates | i see. | 18:57 |
yates | that's good | 18:57 |
*** sno <sno!~sno@ip5b40f5e2.dynamic.kabel-deutschland.de> has quit IRC | 18:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:03 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 19:04 | |
*** sno <sno!~sno@p4FF5E266.dip0.t-ipconnect.de> has joined #yocto | 19:10 | |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has joined #yocto | 19:15 | |
*** sgw <sgw!~sgw@134.134.139.76> has joined #yocto | 19:19 | |
*** stacktrust <stacktrust!~stacktrus@cpe-24-90-150-194.nyc.res.rr.com> has joined #yocto | 19:21 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 19:23 | |
cdgarren | rburton: thanks for the pointer, figured it was something simple. | 19:42 |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-hgrslpvswtnuaxev> has quit IRC | 20:07 | |
*** kroon <kroon!~jkroon@37-247-29-68.customers.ownit.se> has quit IRC | 20:19 | |
*** berton <berton!~berton@181.220.86.121> has quit IRC | 20:29 | |
*** ComputerKarate <ComputerKarate!26519e03@gateway/web/freenode/ip.38.81.158.3> has joined #yocto | 20:53 | |
ComputerKarate | Trying to develop for a sweet sama5d3 board | 20:54 |
ComputerKarate | I followed the instructions at: https://www.yoctoproject.org/docs/2.6.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html | 20:54 |
ComputerKarate | Works until I try to create a layer | 20:54 |
ComputerKarate | The errors say that my setup is not compatible with thud but is compatible with sumo | 20:55 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-axjodrjaqkwinvfq> has quit IRC | 21:28 | |
*** cdgarren <cdgarren!~cdgarren@207.67.30.60> has left #yocto | 21:35 | |
*** flying_sausages <flying_sausages!~flying_sa@static.88-198-40-49.clients.your-server.de> has joined #yocto | 21:35 | |
*** nate02 <nate02!~nate02@mail.validmanufacturing.com> has quit IRC | 21:38 | |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 21:39 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 21:42 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto | 21:43 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC | 21:44 | |
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has joined #yocto | 21:48 | |
*** paulg <paulg!~paulg@24-246-4-37.cable.teksavvy.com> has quit IRC | 21:50 | |
*** paulg <paulg!~paulg@24-246-4-37.cable.teksavvy.com> has joined #yocto | 21:51 | |
yocti | New news from stackoverflow: Workaround for tar 1.27's bug in Ubuntu 14.04 <https://stackoverflow.com/questions/31226962/workaround-for-tar-1-27s-bug-in-ubuntu-14-04> | 21:51 |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-qpwhdsfhzctejdpx> has joined #yocto | 21:51 | |
*** ferlzc <ferlzc!~ferlzc@187.57.74.56> has quit IRC | 21:51 | |
*** robbawebba <robbawebba!~rob@47.180.176.91> has quit IRC | 21:53 | |
*** luq <luq!~luq@modemcable114.129-37-24.static.videotron.ca> has quit IRC | 21:54 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 22:04 | |
*** bradleyb is now known as radsquirrel | 22:08 | |
*** ComputerKarate <ComputerKarate!26519e03@gateway/web/freenode/ip.38.81.158.3> has quit IRC | 22:17 | |
*** dev1990_ <dev1990_!~dev@dynamic-78-8-116-81.ssp.dialog.net.pl> has quit IRC | 22:28 | |
*** dev1990 <dev1990!~dev@dynamic-78-8-116-81.ssp.dialog.net.pl> has joined #yocto | 22:28 | |
*** dfaught <dfaught!~dfaught@12.179.39.33> has joined #yocto | 22:37 | |
*** yann <yann!~yann@lfbn-idf1-1-103-67.w82-124.abo.wanadoo.fr> has joined #yocto | 22:42 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 23:03 | |
*** agust <agust!~agust@p508DEA88.dip0.t-ipconnect.de> has quit IRC | 23:09 | |
*** adelcast <adelcast!~adelcast@130.164.62.130> has quit IRC | 23:24 | |
*** stephano <stephano!~stephano@134.134.139.75> has quit IRC | 23:27 | |
*** ferlzc <ferlzc!~ferlzc@187.57.74.56> has joined #yocto | 23:30 | |
*** tasslehoff <tasslehoff!~aronning@80.77.101.233> has quit IRC | 23:33 | |
*** maudat <maudat!~moda@64.18.88.250> has quit IRC | 23:35 | |
*** nacknick <nacknick!1fa801ba@gateway/web/freenode/ip.31.168.1.186> has quit IRC | 23:53 | |
*** Quazil <Quazil!~shannon@2601:40e:8280:2d6e:fc78:92c7:93f5:6beb> has joined #yocto | 23:56 | |
*** adelcast <adelcast!~adelcast@130.164.62.130> has joined #yocto | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!