*** ericch <ericch!~ericch@50-205-235-218-static.hfc.comcastbusiness.net> has quit IRC | 00:37 | |
khem | zeddii: do you have ppc64 qemu profile as well generally it should build from tip of tree but wanted to ask | 00:48 |
---|---|---|
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC | 00:56 | |
*** camus <camus!~Instantbi@124.77.81.26> has joined #yocto | 01:11 | |
*** kaspter <kaspter!~Instantbi@222.67.188.181> has quit IRC | 01:12 | |
*** camus is now known as kaspter | 01:12 | |
*** registerihateto <registerihateto!uid404251@gateway/web/irccloud.com/x-ylmvnwoghkzlvvpy> has quit IRC | 01:20 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:24 | |
*** rostam <rostam!~rostam@eero.static.monkeybrains.net> has quit IRC | 02:04 | |
*** rubdos <rubdos!~rubdos@77.109.116.248> has quit IRC | 02:43 | |
*** rubdos <rubdos!~rubdos@77.109.116.248> has joined #yocto | 02:46 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 03:06 | |
*** zopsi <zopsi!~zopsi@96.126.123.81> has joined #yocto | 03:11 | |
*** rubdos <rubdos!~rubdos@77.109.116.248> has quit IRC | 03:32 | |
*** rubdos <rubdos!~rubdos@77.109.116.248> has joined #yocto | 03:35 | |
*** kaspter <kaspter!~Instantbi@124.77.81.26> has quit IRC | 04:00 | |
*** kaspter <kaspter!~Instantbi@222.67.188.181> has joined #yocto | 04:01 | |
yocti | New news from stackoverflow: How Can I Read Video Using SAMA5D27-SOM1-EK1 kit <https://stackoverflow.com/questions/59367878/how-can-i-read-video-using-sama5d27-som1-ek1-kit> | 05:21 |
*** xtron <xtron!~xtron@110.93.212.98> has joined #yocto | 05:38 | |
*** xtron <xtron!~xtron@110.93.212.98> has quit IRC | 05:43 | |
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has joined #yocto | 06:21 | |
*** kreyren <kreyren!~kreyren@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 06:21 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:dd29:b8d2:59d6:df97> has quit IRC | 06:21 | |
kreyren | I'm trying to make custom linux kernel configuration for amd64 where i spent 38 hours cherrypicking these based on googlefu, dmidecode, etc.. where i was told in ##linux to ask here so can someone help me with this? | 06:23 |
kreyren | neofetch: http://ix.io/24Ez ;; dmidecode: http://ix.io/24EB | 06:26 |
kreyren | config here http://ix.io/24Ey | 06:26 |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has joined #yocto | 06:27 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:65af:eb70:9d7f:1668> has joined #yocto | 06:33 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has joined #yocto | 06:35 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has joined #yocto | 06:38 | |
stuom1 | how do I start over completely with a specific recipe? I accidentally deleted couple files from build/tmp... with a bad wildcard and now I cannot get recipe to compile. Tried cleanall and force compile etc | 06:41 |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 06:55 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 06:55 | |
*** kreyren <kreyren!~kreyren@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 06:57 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 07:00 | |
*** kreyren <kreyren!~kreyren@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 07:00 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 07:05 | |
yocti | New news from stackoverflow: How to build hello world recipe in yocto <https://stackoverflow.com/questions/59369008/how-to-build-hello-world-recipe-in-yocto> | 07:21 |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has quit IRC | 07:32 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 07:36 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a8b1:fd90:2df1:aaaa> has joined #yocto | 07:40 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 07:41 | |
erbo | stuom1: did you remove files in tmp/ that was not part of this particular recipe? Stuff installed by other recipes? | 07:43 |
erbo | If so you would either have to know which recipe that was, and force a re-build of those, or just clean tmp/ and let it be rebuilt from sstate-cache. | 07:44 |
stuom1 | missing file is build/tmp/sysroots-components/x86_64/clang-native/usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h, I have tried force compile of clang but i still get error | 07:49 |
stuom1 | how could I make bitbake just forget about meta-clang and add it again and start completely over? | 07:50 |
*** nslu2-log <nslu2-log!~nslu2-log@milla.nas-admin.org> has joined #yocto | 07:52 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto | 07:58 | |
*** hyper_dave <hyper_dave!~quassel@196.188.72.247> has quit IRC | 08:07 | |
stuom1 | what should I remove from tmp/ that bitbake would rebuild them and not complain that something is missing? | 08:12 |
stuom1 | I can remove whole build/ but i dont want that since rebuild would take half a day | 08:12 |
*** Mr0rris0 <Mr0rris0!g@gateway/vpn/privateinternetaccess/mr0rris0> has joined #yocto | 08:13 | |
Mr0rris0 | got this pdf, whats it mean really | 08:15 |
Mr0rris0 | http://i.stanford.edu/pub/cstr/reports/csl/tr/76/111/CSL-TR-76-111.pdf | 08:15 |
Mr0rris0 | A Distributed Algorithm for | 08:15 |
Mr0rris0 | --r’l, Constructing Minimal Spanning Trees | 08:15 |
Mr0rris0 | in Computer-Communication Networks | 08:15 |
LetoThe2nd | Mr0rris0: hum, how come you think we do explain CS theory? | 08:15 |
Mr0rris0 | cant say, just not sure if any if it applies to what i glanced over this bein about | 08:16 |
Mr0rris0 | if not then thats something, i mean i dunno, i guess it informs me of something | 08:17 |
LetoThe2nd | Mr0rris0: without atually looking at it, spanning trees in networks are usually about routing. | 08:17 |
erbo | stuom1: you can remove all of build/tmp/*, it should "rebuild" quite fast since it will use the sstate-cache | 08:19 |
stuom1 | @erbo Ok I'm trying that thanks. It gives me massive error spam for about every recipe that "The recipe XXX is trying to install files into a shared area when those files already exist". Is that expected? | 08:23 |
stuom1 | "ERROR: XXX do_package_write_ipk: If the above message is too much, the simpler version is you're advised to wipe out tmp and rebuild (reusing sstate is fine). That will likely fix things in most (but not all) cases. | 08:29 |
stuom1 | wiping out tmp is what I just did, causing the errors | 08:29 |
*** kroon <kroon!~kroon@213.185.29.22> has joined #yocto | 08:37 | |
LetoThe2nd | stuom1: wiping out, in the meaning of completely removing tmp? | 08:42 |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has joined #yocto | 08:43 | |
stuom1 | LetoThe2nd yes | 08:45 |
*** Mr0rris0 <Mr0rris0!g@gateway/vpn/privateinternetaccess/mr0rris0> has quit IRC | 08:45 | |
LetoThe2nd | stuom1: strange, that is totally unproblematic | 08:45 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:46 | |
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has joined #yocto | 08:48 | |
stuom1 | ls | 08:48 |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has joined #yocto | 08:50 | |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has joined #yocto | 08:51 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 08:52 | |
nacknick | Hi. I want to add package manager ("apt-get") to my rpi3-yocto image. After adding EXTRA_IMAGE_FEATURES += "package-management" and modify PACKAGE_CLASSES ?= "package_deb" in local.conf file, I guess that I need to add repositories to the image so I will able to use "apt" command. How to do it? I want to add recipes that available from | 08:56 |
nacknick | openembedded.org afterwards | 08:56 |
LetoThe2nd | nacknick: sorry, thats not how it works | 08:57 |
LetoThe2nd | nacknick: openembedded does *not* provide package feeds. | 08:57 |
RP | kanavin: I think with the feedback I've just sent that means you have feedback on most of the unmerged patches. I'm going to wait for a new queue now for those. | 08:58 |
nacknick | letothe2nd: OK. So what should I do to be able to install packages after the image is running? | 08:59 |
LetoThe2nd | nacknick: you'd have to set up your ownb package repository -> https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/package-manager-white-paper.pdf | 09:00 |
LetoThe2nd | nacknick: but usually its way better to think about your usecase first. if you want an interactive system to tinker on and install packages at random, then OE/yocto is just not what fits your needs. | 09:01 |
LetoThe2nd | nacknick: the OE way is to think and decide what one needs *before* building, and then create a custom image that exactly suits the usecae. | 09:01 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 09:02 | |
*** ernstp_ <ernstp_!sid168075@gateway/web/irccloud.com/x-vspfiewyrvqldfkb> has joined #yocto | 09:02 | |
*** rhadye_ <rhadye_!sid217449@gateway/web/irccloud.com/x-wdlehheaevlhavkm> has joined #yocto | 09:02 | |
*** stwcx_ <stwcx_!~stwcx@2604:880:a:6::c9c> has joined #yocto | 09:02 | |
*** dagmcr_ <dagmcr_!sid323878@gateway/web/irccloud.com/x-znliqosvoqpbnuzs> has joined #yocto | 09:03 | |
*** Net147_ <Net147_!~Net147@unaffiliated/net147> has joined #yocto | 09:04 | |
nacknick | LetoThe2nd: Thank you | 09:04 |
LetoThe2nd | nacknick: have fun. | 09:04 |
*** jpnurmi_ <jpnurmi_!jpnurmi@qt/jpnurmi> has joined #yocto | 09:05 | |
LetoThe2nd | nacknick: i think episode #2 gives a pretty good outline of how to do custom images: https://www.youtube.com/playlist?list=PLD4M5FoHz-TxMfBFrDKfIS_GLY25Qsfyj | 09:05 |
*** orzen^ <orzen^!~orz@84-216-100-149.customers.ownit.se> has joined #yocto | 09:05 | |
*** opello_ <opello_!~opello@about/csharp/regular/opello> has joined #yocto | 09:06 | |
*** bcran_ <bcran_!~bcran@c-174-52-16-57.hsd1.ut.comcast.net> has joined #yocto | 09:06 | |
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has joined #yocto | 09:06 | |
*** shauno_ <shauno_!~soneil@pdpc/supporter/professional/shauno> has joined #yocto | 09:06 | |
*** mckoan|away is now known as mckoan | 09:06 | |
*** psrcode_ <psrcode_!~psrcode@198.50.220.193> has joined #yocto | 09:08 | |
*** halfhalo_ <halfhalo_!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 09:09 | |
*** JPEW_ <JPEW_!~JPEW@2600:1f16:181:f300:d350:982:b6f5:216c> has joined #yocto | 09:09 | |
*** RB2_ <RB2_!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has joined #yocto | 09:10 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 09:10 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 09:10 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 09:10 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC | 09:10 | |
*** bcran <bcran!~bcran@c-174-52-16-57.hsd1.ut.comcast.net> has quit IRC | 09:10 | |
*** opello <opello!~opello@about/csharp/regular/opello> has quit IRC | 09:10 | |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 09:10 | |
*** orzen <orzen!~orz@84-216-100-149.customers.ownit.se> has quit IRC | 09:10 | |
*** daniel_sk <daniel_sk!~daniel@mail.rethinkops.com> has quit IRC | 09:10 | |
*** jofr <jofr!~jofr@193.182.166.3> has quit IRC | 09:10 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 09:10 | |
*** JPEW <JPEW!~JPEW@2600:1f16:181:f300:d350:982:b6f5:216c> has quit IRC | 09:10 | |
*** inf <inf!~informati@unaffiliated/informatic> has quit IRC | 09:10 | |
*** psrcode <psrcode!~psrcode@198.50.220.193> has quit IRC | 09:10 | |
*** clement <clement!~clement@51.158.149.110> has quit IRC | 09:10 | |
*** jpnurmi <jpnurmi!jpnurmi@qt/jpnurmi> has quit IRC | 09:10 | |
*** compenguy <compenguy!~compenguy@c-73-240-172-56.hsd1.wa.comcast.net> has quit IRC | 09:10 | |
*** RB2 <RB2!~RB2@c-73-178-160-56.hsd1.nj.comcast.net> has quit IRC | 09:10 | |
*** ernstp <ernstp!sid168075@gateway/web/irccloud.com/x-rcuhgnlqehnaszpm> has quit IRC | 09:10 | |
*** shauno <shauno!~soneil@pdpc/supporter/professional/shauno> has quit IRC | 09:10 | |
*** stwcx <stwcx!~stwcx@2604:880:a:6::c9c> has quit IRC | 09:10 | |
*** fullstop <fullstop!~fullstop@162.243.42.48> has quit IRC | 09:10 | |
*** dagmcr <dagmcr!sid323878@gateway/web/irccloud.com/x-guxxnvmzvbtgyfof> has quit IRC | 09:10 | |
*** rhadye <rhadye!sid217449@gateway/web/irccloud.com/x-gvtiznpljrirpprs> has quit IRC | 09:10 | |
*** halfhalo_ is now known as halfhalo | 09:10 | |
*** rhadye_ is now known as rhadye | 09:10 | |
*** ernstp_ is now known as ernstp | 09:10 | |
*** dagmcr_ is now known as dagmcr | 09:10 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto | 09:11 | |
*** Mr0rris0 <Mr0rris0!g@gateway/vpn/privateinternetaccess/mr0rris0> has joined #yocto | 09:13 | |
stuom1 | LetoThe2nd I had to remove build/deploy along with build/tmp to get rid of errors | 09:14 |
LetoThe2nd | stuom1: ok. so you deliberately pulled deploy *out* of tmp? | 09:15 |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 09:17 | |
stuom1 | I didn't, but maybe somebody did :D | 09:17 |
LetoThe2nd | thats very uncommon, and probably part of your problem. whenever somebody here says "wipe tmp", it is implicitly assumed that everything that is neither sstate nor downloads is removed. | 09:17 |
*** inf <inf!~informati@unaffiliated/informatic> has joined #yocto | 09:17 | |
*** jofr <jofr!~jofr@193.182.166.3> has joined #yocto | 09:18 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 09:18 | |
stuom1 | I think my local.conf is pretty much default what came with Toradex's sources, and yes deploy dir is separate | 09:21 |
LetoThe2nd | go blame toradex | 09:22 |
stuom1 | I will ;) | 09:22 |
LetoThe2nd | why would anybody ship you a local.conf for any reason other than hiding dirty hacks, no idea. | 09:22 |
*** camus1 <camus1!~Instantbi@222.67.188.181> has joined #yocto | 09:25 | |
*** kaspter <kaspter!~Instantbi@222.67.188.181> has quit IRC | 09:25 | |
*** camus1 is now known as kaspter | 09:25 | |
kroon | When I run out of disk space, its not possible to start new tasks, not even 'clean'-task for a recipe in order to free up space. Are there any other way to salvage the build except wiping TMPDIR ? | 09:29 |
*** JaMa <JaMa!~martin@109.238.218.228> has joined #yocto | 09:32 | |
qschulz | kroon: to be able to run bitbake, maybe modify BB_DISKMON_DIRS? https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-BB_DISKMON_DIRS | 09:37 |
qschulz | kroon: but I always just remove TMPDIR since with the sstate-cache it's pretty fast | 09:38 |
kroon | qschulz, ah.. I guess you mean temporarily lower the limits in order to run emergency cleanup tasks. sounds reasonable | 09:39 |
JaMa | anyone seeing higher inode usage recently? | 09:39 |
*** nacknick <nacknick!b9b8f483@185.184.244.131> has quit IRC | 09:40 | |
JaMa | I'm on 4M limit in TMPDIR with relatively small image | 09:40 |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 09:46 | |
stuom1 | has anybody tried to make a recipe for scipy using pip? | 09:52 |
LetoThe2nd | stuom1: it has been asked several times, but i don't think there something out there. | 09:52 |
stuom1 | yeah all I find is different problems with it but no solutions | 09:54 |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 09:56 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 10:00 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 10:02 | |
*** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has joined #yocto | 10:06 | |
lfa | hello! I have a board which can have two different flash sizes (4 and 8GB). I'm using wic to create a "data" ext4 partition. This data partition should have a differnt size for the 4 GB and 8GB flash | 10:09 |
LetoThe2nd | lfa: 2 machine files which include all the common parts and just route to separate wks files | 10:09 |
lfa | What's the best practice to handle a situation like this? Generate two different wic images? Resize the partition dynamically on first startup? | 10:10 |
LetoThe2nd | lfa: the wks files an also have a common include | 10:10 |
LetoThe2nd | and therefor just haev different sizes. | 10:10 |
LetoThe2nd | (thats the blunt, common aproach) | 10:10 |
lfa | Ok, so I should create two machines? | 10:11 |
LetoThe2nd | the rest depends on your use case. | 10:11 |
LetoThe2nd | it can be possible to resize on first startup. or maybe the only difference is in some for of data partition. or, or, or | 10:11 |
LetoThe2nd | the 2machine approach certainly works, but there might be more elegant ones for your specific usecase. | 10:12 |
qschulz | lfa: are you sure only the size changes? no page size? no block size? etc. If there's any chance that size is not the only change, different machines. If there is even the smallest chance the flash chip will change, different machines. (considering flash = nand device) | 10:14 |
qschulz | considering/assuming | 10:14 |
lfa | ok, thanks. I will look into it. Two machines sounds a bit cumbersome, as really the only difference is the size of this partition (which is empty in the image btw) | 10:14 |
lfa | qschulz: it's an eMMC | 10:14 |
lfa | sorry, should have mentioned that :) | 10:15 |
qschulz | lfa: or create two wic images with different sizes. Don't know if it's supported already though | 10:16 |
qschulz | but usually, different hardware = different machines | 10:16 |
LetoThe2nd | its the better safe than sorry appraoch. | 10:18 |
lfa | well.. there are other hardware differences too, but all these are handled during "runtime". I followed the approach the imx6 sabresd boards took. 1 machine, supporting different variants (e.g. iMX6 Solo vs Quad) | 10:20 |
lfa | The only remaining difference during build-time would be the eMMC size | 10:21 |
qschulz | lfa: do à la RPi with resizing of the partition at runtime? | 10:25 |
lfa | qschulz: thanks for RPi pointer. Will look at how they do it | 10:28 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 10:33 | |
qschulz | lfa: I don't know if they do it in Yocto though, but raspbian and others do for sure | 10:35 |
rburton | fairly simple, grow the partition table then grow the file system | 10:36 |
rburton | systemd actually has a service built in to grow file systems, but it can't do partitions too. probably worth sending a patch to them to do the partition table too... | 10:37 |
*** bluca <bluca!~bluca@88.98.246.218> has joined #yocto | 10:38 | |
yocti | New news from stackoverflow: Unable to start bitbake server <https://stackoverflow.com/questions/48132054/unable-to-start-bitbake-server> | 10:52 |
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has quit IRC | 11:12 | |
*** stuom185 <stuom185!3eecd81d@62.236.216.29> has joined #yocto | 11:19 | |
*** mihai <mihai!~mihai@unaffiliated/mihai> has quit IRC | 11:20 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has quit IRC | 11:21 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:22 | |
*** ricardocrudo <ricardocrudo!~rcrudo@business-90-187-17-121.pool2.vodafone-ip.de> has joined #yocto | 11:24 | |
*** berton <berton!~berton@189.103.49.163> has joined #yocto | 11:25 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 11:26 | |
stuom185 | anybody using chromium? Any way to get rid of that "getrandom indicates that the entropy pool has not been initialized" message at startup? | 11:34 |
stuom185 | I mean it doesnt start before it gets some entropy (mouse movement etc) | 11:35 |
rburton | get some entropy in your pool | 11:40 |
rburton | a lot of boards have a hardware rng you can hook up | 11:41 |
*** crazy_imp <crazy_imp!~mj@unaffiliated/crazy-imp/x-8704303> has joined #yocto | 11:41 | |
crazy_imp | hi, what should i look at if fetching of an ssh+git source fails? if i run the git ls-remoto command with all the variables set by the fetcher in a normal shell, it looks fine, but bitbake complains about being unable to parse the HEAD revision | 11:43 |
kroon | stuom185, rburton, I got a stalling sshd on boot once, nowadays I think sshd RRECOMMENDS "rng-tools" in order to help with the entropy | 11:46 |
rburton | right | 11:46 |
rburton | its a brute force hammer | 11:46 |
rburton | i've been meaning to remove that and get BSPs to add it if they need it | 11:48 |
stuom185 | thanks, I'll look into rng-tools | 11:49 |
rburton | first look at your hardware | 11:50 |
stuom185 | there is /dev/hwrnd but what to do with it | 11:51 |
rburton | you might just need to pass a kernel argument to get it working nicely | 11:51 |
rburton | what is the hardware? | 11:51 |
stuom185 | hwrng i mean | 11:51 |
stuom185 | toradex colibri imx8x | 11:52 |
rburton | http://main.lv/writeup/kernel_dev_hwrng.md is a useful resource | 11:59 |
*** kroon <kroon!~kroon@213.185.29.22> has quit IRC | 12:01 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a8b1:fd90:2df1:aaaa> has quit IRC | 12:04 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 12:05 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a8b1:fd90:2df1:aaaa> has joined #yocto | 12:06 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ggwksifevydxkcxj> has joined #yocto | 12:08 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto | 12:17 | |
*** ricardocrudo <ricardocrudo!~rcrudo@business-90-187-17-121.pool2.vodafone-ip.de> has quit IRC | 12:20 | |
*** sk_tandt <sk_tandt!~sk_tandt@net-5-88-141-17.cust.vodafonedsl.it> has quit IRC | 12:23 | |
rburton | stuom185: assuming https://github.com/torvalds/linux/blob/master/drivers/char/hw_random/imx-rngc.c is the driver then maybe a fix like https://github.com/torvalds/linux/commit/62f95ae805fa9e1e84d47d3219adddd97b2654b7 is appropriate? | 12:26 |
stuom185 | rburton thanks for looking into it. I will take a note of these if I will need them later. It looks like it's way over my head though, I was hoping more like some --dont-ask-about-entropy flag for chromium haha. | 12:38 |
rburton | the problem is deeper: you have *no* entropy on boot | 12:38 |
rburton | rng-tools will bandaid it | 12:38 |
stuom185 | So far only chromium seems to care about that. Is there something bad about rng-tools? | 12:40 |
rburton | no, its just that for some hardware it isn't needed | 12:41 |
rburton | (if the kernel does the right thing) | 12:41 |
rburton | thus that omap patch: one line to tell the kernel to use the driver out of the box | 12:41 |
*** stuom185 <stuom185!3eecd81d@62.236.216.29> has quit IRC | 12:45 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has joined #yocto | 12:47 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC | 12:49 | |
*** agust <agust!~agust@pD95F104D.dip0.t-ipconnect.de> has joined #yocto | 12:51 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 12:59 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has joined #yocto | 13:04 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto | 13:13 | |
*** alessioigor <alessioigor!8c69cfe3@out-207-227.elettra.trieste.it> has joined #yocto | 13:22 | |
*** jofr <jofr!~jofr@193.182.166.3> has quit IRC | 13:43 | |
LetoThe2nd | ndec: *sigh* andreea skipped my typo in the mail - can you edit a tweet she made? | 13:47 |
ndec | LetoThe2nd: let me check | 13:53 |
LetoThe2nd | ndec: s/4:00/4:30/ | 13:54 |
ndec | LetoThe2nd: i couldn't edit, but added a corretion.. | 13:58 |
LetoThe2nd | ndec: thanks and sorry for the confusion this time :( | 13:59 |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:03 | |
*** jofr <jofr!~jofr@193.182.166.3> has joined #yocto | 14:10 | |
Crofton|road | LetoThe2nd: 1630 is new start time? | 14:16 |
LetoThe2nd | Crofton|road: it was always the start time, but it seems that this was only in my head | 14:22 |
Crofton|road | Ah :) | 14:22 |
Crofton|road | Dodn't forget to mention https://pretalx.com/oe-workshop-2020/ please | 14:23 |
LetoThe2nd | Crofton|road: yeah i've got it mentally noted. | 14:23 |
Crofton|road | I'll try and watch and remind you if you slack off | 14:24 |
LetoThe2nd | "if"? | 14:26 |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 14:26 | |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has joined #yocto | 14:26 | |
kanavin | RP: yes, I'm going to work on those one by one - thanks | 14:29 |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 14:34 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 14:46 | |
*** andycooper_home is now known as andycooper | 14:47 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC | 14:51 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has joined #yocto | 14:52 | |
*** ericch <ericch!~ericch@pool-108-34-251-214.prvdri.fios.verizon.net> has joined #yocto | 14:53 | |
*** JPEW_ is now known as JPEW | 14:55 | |
*** stuom1 <stuom1!3eecd81d@62.236.216.29> has quit IRC | 15:04 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 15:04 | |
*** AndersD <AndersD!~AndersD@h-98-128-162-82.NA.cust.bahnhof.se> has quit IRC | 15:07 | |
*** zkrx <zkrx!~quassel@adsl-84-226-215-143.adslplus.ch> has quit IRC | 15:09 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 15:10 | |
*** zkrx <zkrx!~quassel@adsl-84-226-215-143.adslplus.ch> has joined #yocto | 15:14 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto | 15:26 | |
LetoThe2nd | public service announcemente: live coding session about to start in 3 minutes :) | 15:27 |
LetoThe2nd | https://www.twitch.tv/yocto_project | 15:27 |
*** ThomasD13 <ThomasD13!~ThomasD13@DSL01.212.114.255.148.ip-pool.NEFkom.net> has quit IRC | 15:36 | |
*** wertigon <wertigon!8addfa13@138.221.250.19> has joined #yocto | 15:40 | |
wertigon | So, trying to change image on my psplash, but nothing I do seems to be working, what am I doing wrong? | 15:41 |
wertigon | I have gotten an image with psplash up and running and now I want to replace the image | 15:41 |
wertigon | But merely replacing it seems to not do anything | 15:42 |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:46 | |
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 15:46 | |
Crofton|road | Everyone get on twitch and say hi! | 15:49 |
*** Bunio_FH1 <Bunio_FH1!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 15:52 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 15:53 | |
Crofton|road | fray: LetoThe2nd needs some firecracker animations! | 15:55 |
*** TobSnyder <TobSnyder!~schneider@ip5f5aa32f.dynamic.kabel-deutschland.de> has quit IRC | 15:55 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 15:57 | |
smurray | YPTM: Scott Murray has joined | 15:59 |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has joined #yocto | 16:05 | |
rburton | wertigon: did you change the png, or the generated source | 16:07 |
rburton | wertigon: you need to re-generate a header from the png | 16:07 |
wertigon | I did regenerate the .h file | 16:09 |
wertigon | And copied it | 16:09 |
wertigon | Thinking a cache problem somewhere, but nvm... Time to go home for today | 16:09 |
wertigon | I'll do a clean rebuild during the night and see if that solves my problem :) | 16:09 |
wertigon | My problem btw, image showing up is a bit large, so I want to shrink it somehow | 16:10 |
*** farnerup <farnerup!~farnerup@h-254-84-175.A137.corp.bahnhof.se> has quit IRC | 16:11 | |
wertigon | Anyway; see you tomorrow! | 16:13 |
dreyna | YPTM minutes: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4 | 16:18 |
armpit | RP, bug 13714 for the cento7 gcc uninative issue | 16:19 |
yocti | Bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13714 normal, Undecided, ---, unassigned, NEW , add gcc to buildtools for Centos7 uninative | 16:19 |
kanavin | rburton, how does one actually build a devupstream variant of a recipe? | 16:21 |
kanavin | I tried lttng-modules-devupstream, devupstream-lttng-modules, nothing seems to work | 16:21 |
kanavin | lttng-modules-devupstream:target, devupstream:target-lttng-modules | 16:22 |
LetoThe2nd | Crofton|road: was that enough advertising? | 16:25 |
Crofton|road | Yes | 16:26 |
Crofton|road | having the link in chat should be great | 16:26 |
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has joined #yocto | 16:26 | |
LetoThe2nd | Crofton|road: for reasons unknown we seemed to only have a handful of viewers today. no idea why. | 16:26 |
*** roussinm <roussinm!~mroussin@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has joined #yocto | 16:29 | |
LetoThe2nd | actually thought that finding out why things happen is an interesting topic for most users ;-) | 16:30 |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has joined #yocto | 16:31 | |
Crofton|road | Maybe the time issue? | 16:33 |
Crofton|road | holidays? people are already slacking off | 16:33 |
LetoThe2nd | yeah timing is really a problem for me these days. | 16:34 |
LetoThe2nd | anyways. off then! | 16:35 |
kergoth | I'm half asleep and unproductive today | 16:36 |
*** rostam <rostam!~rostam@eero.static.monkeybrains.net> has joined #yocto | 16:36 | |
*** jaeckel <jaeckel!~jaeckel@unaffiliated/jaeckel> has joined #yocto | 16:36 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@modemcable182.194-37-24.static.videotron.ca> has joined #yocto | 16:37 | |
*** Chrusel <Chrusel!c1669b04@193.102.155.4> has quit IRC | 16:37 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 16:40 | |
rburton | kanavin: it makes an identical recipe clone with a different PV | 16:46 |
rburton | kanavin: so set PREFERRED_VERSION | 16:46 |
kanavin | oh, I see | 16:46 |
*** creich <creich!~unknown@p200300F6AF490D00000000000000039B.dip0.t-ipconnect.de> has quit IRC | 16:47 | |
*** lfa <lfa!~lfa@217.19.35.51> has quit IRC | 16:55 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has quit IRC | 17:02 | |
*** leon-anavi <leon-anavi!~Leon@78.130.245.67> has quit IRC | 17:21 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 17:33 | |
*** guerinoni <guerinoni!~guerinoni@internet.micro-systems.it> has quit IRC | 17:34 | |
*** stwcx_ is now known as stwcx | 17:36 | |
*** GrimSleepless <GrimSleepless!~GrimSleep@modemcable182.194-37-24.static.videotron.ca> has quit IRC | 17:37 | |
*** Mr0rris0 <Mr0rris0!g@gateway/vpn/privateinternetaccess/mr0rris0> has quit IRC | 17:43 | |
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC | 17:44 | |
khem | armpit: I took the qemuppc64 machine conf from one of your layers, it does not boot linux-yocto 5.2 though ,should it ? | 17:50 |
*** rcrudo <rcrudo!~rcrudo@i5387F440.versanet.de> has quit IRC | 17:52 | |
armpit | I have not touched it in years so I have not idea what state it is in | 17:52 |
RP | khem: ask zeddii about mips64 ;-) I'd hope ppc64 is in better shape | 17:53 |
khem | armpit:ok | 17:53 |
khem | RP: yeah heh | 17:54 |
*** frsc <frsc!~frsc@2003:a:e7a:6200:a8b1:fd90:2df1:aaaa> has quit IRC | 17:54 | |
*** mckoan is now known as mckoan|away | 17:54 | |
kanavin | rburton, usage of devupstream badly breaks 'devtool upgrade' | 18:06 |
kanavin | it gets confused between the two variants | 18:06 |
kergoth | that's odd, it should know what's preferred and what isn't | 18:26 |
kergoth | keying off of filename only perhaps | 18:26 |
*** goliath <goliath!~goliath@212-186-42-13.cable.dynamic.surfer.at> has joined #yocto | 18:35 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-ggwksifevydxkcxj> has quit IRC | 18:37 | |
*** WillMiles <WillMiles!~Will@static-209-87-231-80.storm.ca> has quit IRC | 18:38 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:43 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 18:57 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:58 | |
*** armpit <armpit!~armpit@2601:202:4180:a5c0:65af:eb70:9d7f:1668> has quit IRC | 19:04 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has quit IRC | 19:07 | |
*** mrc3 <mrc3!~mrc3@linaro/mrc3> has joined #yocto | 19:07 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 19:10 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:10 | |
*** rostam <rostam!~rostam@eero.static.monkeybrains.net> has quit IRC | 19:11 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC | 19:11 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has joined #yocto | 19:14 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 19:20 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:21 | |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 19:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 19:35 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:36 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has joined #yocto | 19:45 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 19:47 | |
*** Bunio_FH <Bunio_FH!~bunio@clj-165.netdrive.pl> has quit IRC | 19:51 | |
*** bluca <bluca!~bluca@88.98.246.218> has quit IRC | 20:04 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has joined #yocto | 20:07 | |
*** Bunio_FH <Bunio_FH!~bunio@81-18-201-214.static.chello.pl> has quit IRC | 20:28 | |
*** florian_kc is now known as florian | 20:35 | |
mischief | what's the right way to override /etc/sysctl.d/99-sysctl.conf from procps? | 20:50 |
khem | mischief: via a bbappend provide your own and add it to do_install | 20:52 |
kergoth | see also recipetool appendfile | 20:53 |
*** armpit <armpit!~armpit@45.19.219.178> has joined #yocto | 21:01 | |
*** berton <berton!~berton@189.103.49.163> has quit IRC | 21:14 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC | 21:26 | |
*** gurmble <gurmble!~grumble@freenode/staff/grumble> has joined #yocto | 21:27 | |
*** gurmble is now known as grumble | 21:28 | |
*** cadsys__ <cadsys__!~cadsys@199.243.155.130> has joined #yocto | 21:31 | |
*** hpsy <hpsy!~hpsy@217.66.60.5> has quit IRC | 21:35 | |
*** cadsys <cadsys!~cadsys@199.243.155.130> has quit IRC | 21:35 | |
*** goliath <goliath!~goliath@212-186-42-13.cable.dynamic.surfer.at> has quit IRC | 21:51 | |
*** armpit <armpit!~armpit@45.19.219.178> has quit IRC | 22:00 | |
*** hpsy <hpsy!~hpsy@197.37.133.231> has joined #yocto | 22:01 | |
*** agust <agust!~agust@pD95F104D.dip0.t-ipconnect.de> has quit IRC | 22:03 | |
*** champagneg <champagneg!~gchamp@ipagstaticip-d73c7528-4de5-0861-800b-03d8b15e3869.sdsl.bell.ca> has quit IRC | 22:04 | |
*** pohly <pohly!~pohly@p5B05600C.dip0.t-ipconnect.de> has quit IRC | 22:08 | |
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC | 22:09 | |
*** BobPungartnik <BobPungartnik!~BobPungar@187.113.156.67> has joined #yocto | 22:11 | |
*** hpsy <hpsy!~hpsy@197.37.133.231> has quit IRC | 22:12 | |
*** cpo <cpo!~cpo@helix.mybll.net> has quit IRC | 22:20 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 22:22 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 22:23 | |
*** cpo <cpo!~cpo@helix.mybll.net> has joined #yocto | 22:25 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has quit IRC | 22:42 | |
*** kreyren[m] <kreyren[m]!~kreyrenm]@ip-62-245-98-101.net.upcbroadband.cz> has joined #yocto | 22:42 | |
*** JaMa <JaMa!~martin@109.238.218.228> has quit IRC | 23:18 | |
*** stephano <stephano!~stephano@c-73-164-244-205.hsd1.or.comcast.net> has quit IRC | 23:22 | |
*** hpsy <hpsy!~hpsy@197.37.215.236> has joined #yocto | 23:23 | |
*** hpsy <hpsy!~hpsy@197.37.215.236> has quit IRC | 23:41 | |
*** hpsy <hpsy!~hpsy@197.37.130.226> has joined #yocto | 23:47 | |
*** hpsy <hpsy!~hpsy@197.37.130.226> has quit IRC | 23:51 | |
yocti | New news from stackoverflow: How to install scipy on yocto warrior [closed] <https://stackoverflow.com/questions/59164784/how-to-install-scipy-on-yocto-warrior> | 23:54 |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!