*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 00:12 | |
*** ntl <ntl!~nathanl@nat-wv.mentorg.com> has quit IRC | 00:15 | |
tlwoerner | bb88: i believe it's a bad idea to mix += and overrides | 00:19 |
---|---|---|
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-qmmizbauavopsxcz> has quit IRC | 00:20 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 00:26 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 00:40 | |
*** Willy-- <Willy--!~william@156.34.251.99> has quit IRC | 01:18 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-bpmteskqvqwtwcew> has joined #yocto | 01:23 | |
denix | khem: yes, if it boots, wic should work | 01:44 |
*** kaspter1 <kaspter1!~Instantbi@115.194.184.253> has joined #yocto | 01:47 | |
*** kaspter <kaspter!~Instantbi@115.204.109.194> has quit IRC | 01:49 | |
*** kaspter1 is now known as kaspter | 01:49 | |
khem | denix: So I switched u-boot to one from oe-core and its working, I also added copy wks file from meta-yocto-bsp | 01:50 |
khem | denix: so it seems something is hosed in TI u-boot | 01:51 |
denix | bb88: VAR_machine += "val" is not the same as VAR_append_machine = "val"! first one is 2 step process - 1. evaluate += and add to VAR_machine first (which basically sets it, as it was empty) and 2. evaluate VAR_machine by overriding VAR if MACHINE=machine | 01:51 |
khem | gcc8 or gcc7 is not an issue | 01:51 |
denix | khem: ok, I'll dig further. someone was saying beaglebone config had issues, while am335x was fine | 01:52 |
denix | Tartarus: see above ^ - bbb seems to be slightly different than am335x | 01:52 |
khem | should I send my patch | 01:53 |
denix | khem: which patch? | 01:53 |
khem | the one I am using for switching u-boot | 01:53 |
Tartarus | denix: oh? | 01:53 |
khem | denix: I will send them to ml for reference | 01:56 |
khem | while you debug the issue in ti-staging version, this can unblock master | 01:56 |
denix | khem: using latest u-boot from oe-core? | 01:56 |
khem | yes | 01:57 |
khem | denix: patches are on ml now | 01:57 |
denix | Tartarus: this is 2018.01 base. I had a report someone was getting much smaller SPL when building "beaglebone" compared to "am335x" | 01:58 |
Tartarus | Oh yes | 01:58 |
Tartarus | They're configured differently | 01:58 |
Tartarus | But ti shouldn't matter wrt runtime failure | 01:58 |
Tartarus | s/ti/it/ | 01:58 |
khem | if you want all the changes then look here https://github.com/YoeDistro/meta-ti/commits/yoe/mut | 01:58 |
khem | denix: bbb should probably use upstream u-boot since its a community board | 01:59 |
khem | may be even kernel | 01:59 |
denix | khem: use meta-yocto-bsp | 02:00 |
denix | khem: that was specifically configured to be all upstream | 02:01 |
khem | denix: I am interested to get it from meta-ti | 02:01 |
khem | since there are more TI boards of interest | 02:01 |
khem | yocto BSP is not of that interest to me | 02:02 |
khem | OK now everything is working, let me for once switch the PROVIDER to check if it was some other config that fixed it | 02:03 |
denix | khem: when I was setting up reference BSP for bbb in meta-yocto-bsp, we wanted all pure upstream, while meta-ti provides TI BSP with few additional pieces | 02:03 |
denix | khem: beagleboard.org community uses TI kernel and u-boot, FYI | 02:03 |
khem | I dont think yocto bsps should provide h/w support, | 02:03 |
khem | it should be purely emulators | 02:03 |
khem | but thats my opinion | 02:03 |
khem | it just confuses people | 02:04 |
denix | khem: pure emulation is oe-core, not meta-yocto-bsp | 02:04 |
khem | yeah even that, moment people fork BSPs chaos ensues for new comers | 02:05 |
khem | I wasnt happy with meta-beagleboard either | 02:06 |
khem | denix: there are enough beaglebone variants now to have a meta-bone similar to meta-rpi | 02:11 |
denix | sure, lets fragment it even further... | 02:11 |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 02:12 | |
denix | khem: pretty much they are all covered by different dtbs, the rest is the same | 02:12 |
*** lpotter <lpotter!~quassel@2001:8003:e172:cb00:ba27:ebff:febb:59b> has quit IRC | 02:13 | |
khem | denix: yeah I see that | 02:14 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 02:14 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 02:14 | |
khem | denix: I can confirm that only when I comment the highlighted lines https://github.com/YoeDistro/meta-ti/blob/yoe/mut/conf/machine/beaglebone.conf#L33-L34 | 02:15 |
khem | MLO breaks | 02:15 |
khem | so definitely ti-staging-uboot needs to be looked at | 02:16 |
* khem goes back to reading animal farm | 02:17 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 02:19 | |
denix | khem: yes, understood, looks like same SPL issue someone else mentioned recently... | 02:30 |
denix | khem: ah, just realized, since am335x-evm machine config can be booted on bbb, the simplest fix for now would be to change UBOOT_MACHINE :) | 02:33 |
denix | khem: btw, am335x-evm is tested on a daily basis, so known to work | 02:34 |
denix | khem: but I'll look into figuring out why beaglebone u-boot config breaks SPL | 02:35 |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 02:37 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 02:38 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 02:38 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 03:00 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 03:07 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-bpmteskqvqwtwcew> has quit IRC | 04:02 | |
*** resixian <resixian!~akira@unaffiliated/resixian> has quit IRC | 04:10 | |
*** resixian <resixian!~akira@unaffiliated/resixian> has joined #yocto | 04:25 | |
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC | 04:36 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 04:55 | |
*** pohly <pohly!~pohly@p54BD55A3.dip0.t-ipconnect.de> has joined #yocto | 05:01 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 06:51 | |
*** pohly <pohly!~pohly@p54BD55A3.dip0.t-ipconnect.de> has quit IRC | 07:15 | |
*** joeythesaint <joeythesaint!~joe@vegas.deserted.net> has quit IRC | 07:27 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 07:58 | |
*** brrm <brrm!~brrm@HSI-KBW-46-223-101-70.hsi.kabel-badenwuerttemberg.de> has quit IRC | 08:33 | |
*** lexano <lexano!~lexano@216.151.184.86> has quit IRC | 08:34 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:44 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 08:47 | |
*** nrossi <nrossi!nrossimatr@gateway/shell/matrix.org/x-xhxjcroarfbymcoh> has joined #yocto | 09:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 09:07 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 09:08 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has quit IRC | 09:38 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 09:45 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 09:46 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:1074:2cb7:7274:2f54> has quit IRC | 09:51 | |
*** armpit <armpit!~armpit@c-67-181-203-136.hsd1.ca.comcast.net> has joined #yocto | 10:03 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:14 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 10:31 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 10:50 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:30 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 11:35 | |
*** brrm <brrm!~brrm@HSI-KBW-46-223-101-70.hsi.kabel-badenwuerttemberg.de> has joined #yocto | 11:55 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has quit IRC | 12:18 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 12:18 | |
*** geissonator <geissonator!~geissonat@cpe-24-198-214-139.maine.res.rr.com> has joined #yocto | 12:20 | |
*** dv_ <dv_!~dv@62.178.50.190> has quit IRC | 12:23 | |
*** xtron <xtron!~mentor@110.93.212.98> has quit IRC | 12:26 | |
*** awe00 <awe00!~awe00@unaffiliated/awe00> has joined #yocto | 12:33 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has joined #yocto | 12:36 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 12:54 | |
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has joined #yocto | 13:02 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 13:23 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 13:24 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 13:31 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 13:44 | |
*** NU-Slacker <NU-Slacker!~NU-Slacke@24.13.72.71> has quit IRC | 13:47 | |
*** geissonator <geissonator!~geissonat@cpe-24-198-214-139.maine.res.rr.com> has quit IRC | 13:53 | |
*** geissonator <geissonator!~geissonat@cpe-24-198-214-139.maine.res.rr.com> has joined #yocto | 14:18 | |
*** geissonator <geissonator!~geissonat@cpe-24-198-214-139.maine.res.rr.com> has joined #yocto | 14:20 | |
*** geissonator <geissonator!~geissonat@cpe-24-198-214-139.maine.res.rr.com> has quit IRC | 14:25 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has joined #yocto | 14:35 | |
*** jesseg <jesseg!~jesseg@64.146.180.159> has joined #yocto | 14:52 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 14:58 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 14:59 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 15:06 | |
*** OutBackDingo <OutBackDingo!~quassel@unaffiliated/outbackdingo> has quit IRC | 15:28 | |
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has quit IRC | 15:39 | |
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has joined #yocto | 15:40 | |
*** andrey_utkin <andrey_utkin!~andrey_ut@gentoo/developer/andrey-utkin> has left #yocto | 15:41 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-wspksogysgssbmyi> has joined #yocto | 15:59 | |
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto | 16:49 | |
yocti | New news from stackoverflow: including python in openembedded <https://stackoverflow.com/questions/17907296/including-python-in-openembedded> | 16:50 |
*** pohly <pohly!~pohly@p54BD55A3.dip0.t-ipconnect.de> has joined #yocto | 17:56 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 17:57 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 18:06 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 18:38 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 19:20 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 19:43 | |
*** vmeson <vmeson!~rmacleod@24-52-238-240.cable.teksavvy.com> has quit IRC | 19:52 | |
*** falstaff <falstaff!~quassel@2a02:169:3460:0:38bf:a3ff:fe35:2815> has quit IRC | 19:59 | |
*** falstaff <falstaff!~quassel@37.17.239.109> has joined #yocto | 19:59 | |
*** JaMa <JaMa!~martin@217.30.68.212> has quit IRC | 20:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 20:09 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 20:21 | |
*** pohly <pohly!~pohly@p54BD55A3.dip0.t-ipconnect.de> has quit IRC | 20:38 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMf0f249028110.cpe.net.cable.rogers.com> has joined #yocto | 20:42 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 20:43 | |
*** angelo_ts <angelo_ts!~angelo_ts@unaffiliated/angelo-ts/x-4633355> has quit IRC | 20:53 | |
*** angelo_ts <angelo_ts!~angelo_ts@mittelab/members/ziongate> has joined #yocto | 21:00 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 21:10 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 21:11 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 21:28 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 21:30 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 21:59 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 22:15 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has quit IRC | 22:20 | |
*** agust <agust!~agust@p508DEB69.dip0.t-ipconnect.de> has quit IRC | 22:20 | |
*** armpit <armpit!~armpit@c-67-181-203-136.hsd1.ca.comcast.net> has quit IRC | 22:45 | |
*** kaspter <kaspter!~Instantbi@115.194.184.253> has quit IRC | 22:48 | |
*** kaspter <kaspter!~Instantbi@115.194.184.253> has joined #yocto | 22:49 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:8009:b4f1:e5ab:d7c1> has joined #yocto | 22:49 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-wspksogysgssbmyi> has quit IRC | 23:40 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 23:41 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 23:48 | |
*** Cbast <Cbast!~sfrigon@107.190.38.187> has joined #yocto | 23:49 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 23:54 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!