*** mpowell <mpowell!44009aa5@gateway/web/freenode/ip.68.0.154.165> has joined #yocto | 00:14 | |
Ulfalizer | bit obfuscating that a lot of code uses stuff like foo[0], foo[1], etc., for fields instead of assigning them to meaningful names. have to trace backwards to see what they actually are. | 00:15 |
---|---|---|
Ulfalizer | since they're used multiple times, assigning to name probably wouldn't affect performance either | 00:15 |
Ulfalizer | *whine* | 00:15 |
Ulfalizer | *assigning to names | 00:15 |
mpowell | is there a cmake via bitbake expert that I can help with some questions? | 00:16 |
-YoctoAutoBuilder- build #656 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/656 | 00:26 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has joined #yocto | 00:27 | |
-YoctoAutoBuilder- build #926 of nightly-mips is complete: Failure [failed BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/926 | 00:27 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 00:30 | |
*** armpit <armpit!~akuster@50-233-148-156-static.hfc.comcastbusiness.net> has quit IRC | 01:07 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 01:18 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 01:20 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 01:29 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:32 | |
*** sujith_h <sujith_h!~toaster@125.99.232.183> has joined #yocto | 02:27 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has joined #yocto | 02:27 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 02:36 | |
dangpzanco | Ulfalizer: thanks for your help, I tried uncommenting the lines on local.conf.sample.extend and tried what was decribed on this post http://www.jumpnowtek.com/yocto/Add-Fortran-support-to-a-Yocto-build.html | 02:40 |
dangpzanco | it did not work | 02:40 |
dangpzanco | fortran was compiled | 02:40 |
dangpzanco | but the tests failes | 02:41 |
dangpzanco | falied* | 02:41 |
dangpzanco | failed** | 02:41 |
dangpzanco | checking whether the GNU Fortran compiler is working... no | 02:41 |
Ulfalizer | dangpzanco: is that while configuring the program you're trying to build with it? | 02:50 |
Ulfalizer | you could check if the fortran compiler got built at least. http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html might be helpful to check package contents. | 02:51 |
Ulfalizer | urr | 02:51 |
Ulfalizer | http://www.yoctoproject.org/docs/2.2/ref-manual/ref-manual.html#viewing-package-information-with-oe-pkgdata-util | 02:52 |
Ulfalizer | it'll appear inside tmp/ then as well, e.g. in the gcc ${WORKDIR} | 02:52 |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-gvmtjtrigplibplx> has joined #yocto | 02:54 | |
Ulfalizer | might have more luck on the mailing lists | 02:57 |
Ulfalizer | could open a devshell too and check if it's available in the FC environment variable. that seems to be the fortran equivalent to CC. | 03:00 |
Ulfalizer | if nothing else, it'll tell you where it's supposed to be :P | 03:00 |
Ulfalizer | or hrm... that just has the name it would have | 03:03 |
Ulfalizer | dangpzanco: are you trying to install a fortran compiler into the target compiler, or trying to cross-compile a fortran program btw? | 03:07 |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has joined #yocto | 03:09 | |
fenrig | Hi, Im having troubles with adding my own recipe and using hard floats | 03:09 |
fenrig | I'm getting "gnu/stubs-soft.h: No such file or directory" | 03:10 |
fenrig | for raspberry pi3 | 03:10 |
fenrig | Its a cmake project, so probably have to change something in cmakelist ? | 03:10 |
fenrig | I've already tried "EXTRA_OECONF_GCC_FLOAT = "${@get_gcc_float_setting(bb, d)}" " | 03:11 |
Ulfalizer | the instructions on the page you linked seem to be the first case. if you're trying to cross-compile, you probably need the -cross version of the recipe that builds the fortran compiler. maybe that's the gcc-cross recipe though, and it'd be weird if that hadn't already gotten built. | 03:11 |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has quit IRC | 03:12 | |
dangpzanco | i tried doing this: bitbake -f -c compile gcc | 03:12 |
dangpzanco | https://gist.github.com/dangpzanco/5e573970f42914bb7ac5bdbb0640f7f9 | 03:12 |
dangpzanco | the log file ^ | 03:12 |
dangpzanco | Ulfalizer | 03:13 |
Ulfalizer | ok, don't know what the problem is. mailing list might be more helpful. | 03:13 |
dangpzanco | i'm trying to install gfortran to the galileo board | 03:13 |
dangpzanco | yocto mailing list? | 03:14 |
Ulfalizer | yup, https://www.yoctoproject.org/tools-resources/community/mailing-lists | 03:14 |
dangpzanco | thanks for your help | 03:14 |
dangpzanco | : ) | 03:14 |
fenrig | Can I maybe pass another CFLAG from within my recipe? | 03:17 |
fenrig | Can I maybe pass another CFLAG from within my recipe? | 03:17 |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:5cc0:c5c5:cd45:7fc7> has joined #yocto | 03:20 | |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has quit IRC | 03:22 | |
Ulfalizer | dangpzanco: did you try a plain 'bitbake gcc' too? | 03:26 |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto | 04:02 | |
*** denix <denix!~denix@pool-100-15-86-14.washdc.fios.verizon.net> has quit IRC | 04:15 | |
*** seebs <seebs!~seebs@2601:196:4901:ec80:30fe:6870:3b5:b18c> has joined #yocto | 04:15 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-ncxdbnmtniplproh> has joined #yocto | 04:49 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 04:50 | |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC | 04:54 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 04:54 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-ncxdbnmtniplproh> has left #yocto | 04:56 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 05:05 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has quit IRC | 05:05 | |
*** paulg_ <paulg_!~paulg@128.224.252.2> has quit IRC | 05:05 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 05:08 | |
*** paulg_ <paulg_!~paulg@128.224.252.2> has joined #yocto | 05:08 | |
*** zeddii <zeddii!~bruce@128.224.252.2> has joined #yocto | 05:08 | |
*** thaytan <thaytan!~thaytan@199.7.70.115.static.exetel.com.au> has joined #yocto | 05:09 | |
bluelightning | iskander: FYI, I just sent a fix for the eSDK bblayers path bug you mentioned yesterday | 05:11 |
*** denix <denix!~denix@pool-100-15-110-130.washdc.fios.verizon.net> has joined #yocto | 05:20 | |
*** agust <agust!~agust@p4FCB64B9.dip0.t-ipconnect.de> has joined #yocto | 05:21 | |
*** morphis_ <morphis_!~morphis@pD9ED6678.dip0.t-ipconnect.de> has joined #yocto | 05:35 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 05:53 | |
*** pohly <pohly!~pohly@p5DE8EE2A.dip0.t-ipconnect.de> has joined #yocto | 06:03 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:05 | |
*** frsc <frsc!~frsc@dslb-178-002-231-120.178.002.pools.vodafone-ip.de> has joined #yocto | 06:09 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto | 06:10 | |
*** obsrwr_ <obsrwr_!~otp-amois@188.24.242.116> has joined #yocto | 06:11 | |
*** dangpzanco <dangpzanco!bfbf3627@gateway/web/freenode/ip.191.191.54.39> has quit IRC | 06:19 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has joined #yocto | 06:25 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B8AC.dip0.t-ipconnect.de> has joined #yocto | 06:28 | |
*** icanicant <icanicant!~icanicant@51.179.178.138> has quit IRC | 06:33 | |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has joined #yocto | 06:41 | |
*** icanicant <icanicant!~icanicant@51.179.178.138> has joined #yocto | 06:46 | |
*** dv__ <dv__!~quassel@62.178.118.86> has quit IRC | 06:54 | |
*** dv_ <dv_!~quassel@62.178.118.86> has joined #yocto | 06:54 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has joined #yocto | 07:00 | |
*** ulf` <ulf`!~ulf@134.134.139.74> has quit IRC | 07:02 | |
*** marquiz <marquiz!~marquiz@134.191.220.75> has quit IRC | 07:03 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 07:09 | |
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has joined #yocto | 07:11 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:12 | |
*** mattsm <mattsm!uid128834@gateway/web/irccloud.com/x-ggmidiuvcifirnyk> has quit IRC | 07:17 | |
*** mckoan|away is now known as mckoan | 07:20 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:23 | |
*** florian_kc is now known as florian | 07:26 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 07:29 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-lbkdgspoznkcvkvh> has quit IRC | 07:29 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto | 07:31 | |
*** toscalix <toscalix!~toscalix@80.91.70.192> has joined #yocto | 07:33 | |
*** marquiz <marquiz!~marquiz@134.191.220.75> has joined #yocto | 07:39 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 07:40 | |
*** smferris <smferris!~smferris@192.95.10.156> has quit IRC | 07:43 | |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 07:47 | |
*** marquiz <marquiz!~marquiz@134.191.220.75> has joined #yocto | 07:47 | |
*** smferris <smferris!~smferris@192.95.10.156> has joined #yocto | 07:49 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 07:55 | |
*** quite <quite!~quite@unaffiliated/quite> has quit IRC | 07:55 | |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has quit IRC | 07:56 | |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has quit IRC | 07:56 | |
*** linulin <linulin!~foo@client-188-168-43-165.spb-teleport.ru> has joined #yocto | 07:56 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 07:57 | |
*** mcfrisk <mcfrisk!mcfrisk@kapsi.fi> has joined #yocto | 07:57 | |
*** quite <quite!~quite@unaffiliated/quite> has joined #yocto | 07:58 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 07:59 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 07:59 | |
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has joined #yocto | 08:01 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:03 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto | 08:09 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has quit IRC | 08:14 | |
*** belen <belen!Adium@nat/intel/x-xteepjawkuigusrb> has joined #yocto | 08:20 | |
*** jubr <jubr!57ed1b9e@gateway/web/freenode/ip.87.237.27.158> has joined #yocto | 08:21 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 08:24 | |
*** jubr is now known as jubr_ | 08:24 | |
*** jubr_ is now known as jubr | 08:25 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 08:25 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@37.177.114.108> has joined #yocto | 08:33 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 08:33 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-lumjxkncwlrvmxsz> has joined #yocto | 08:40 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 08:43 | |
*** Guest34275 <Guest34275!~zero@2.238.240.162> has joined #yocto | 08:47 | |
*** Guest34275 <Guest34275!~zero@2.238.240.162> has left #yocto | 08:47 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 08:49 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 09:01 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has joined #yocto | 09:01 | |
*** TuTizz <TuTizz!~TuTizz@unaffiliated/tutizz> has joined #yocto | 09:01 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 09:02 | |
*** present_ <present_!~present@116.16.90.92.rev.sfr.net> has joined #yocto | 09:03 | |
present_ | Hiiii | 09:03 |
*** mortderire <mortderire!rkinsell@nat/intel/x-cybqauwcbnadivif> has joined #yocto | 09:05 | |
*** iskander_work <iskander_work!~user@81.171.81.145> has joined #yocto | 09:08 | |
iskander_work | hello | 09:09 |
iskander_work | the libgfortran packages installas files which are not packaged, installed-vs-shipped problem | 09:10 |
iskander_work | the reason is that rmdir is used to cleanup install dir but it works only for empty dirs | 09:10 |
iskander_work | a bug ? | 09:11 |
iskander_work | rm -rf fixed the issue | 09:11 |
boucman_work | what files are left behind ? who should theoretically package them ? | 09:12 |
iskander_work | mompls | 09:12 |
iskander_work | /usr/lib/gcc/arm-poky-linux-gnueabi/5.3.0/finclude/* | 09:13 |
iskander_work | finclude contains a couple of files: /usr/lib/gcc/arm-poky-linux-gnueabi/5.3.0/finclude/ieee_exceptions.mod | 09:13 |
iskander_work | /usr/lib/gcc/arm-poky-linux-gnueabi/5.3.0/finclude/ieee_features.mod | 09:13 |
iskander_work | /usr/lib/gcc/arm-poky-linux-gnueabi/5.3.0/finclude/ieee_arithmetic.mod | 09:13 |
iskander_work | 09:13 | |
iskander_work | the package is libgfortran | 09:14 |
iskander_work | the package uses 'rmdir' inside 'do_install' to clean up the install dir but it doesn't work due to 'rmdir' limitations | 09:15 |
iskander_work | i'm using the latest krogoth | 09:15 |
iskander_work | should i submit a bug report ? | 09:16 |
Ulfalizer | iskander_work: looks buggy to me too. if anything ends up in ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/finclude | 09:20 |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 09:20 | |
Ulfalizer | , you'll get a packaging error. | 09:20 |
iskander_work | it works only if finclude is empty | 09:20 |
Ulfalizer | yup | 09:20 |
Ulfalizer | my guess is that the rmdirs are there to remove the directories if they turn out empty | 09:22 |
Ulfalizer | but the case where finclude is not empty isn't properly handled. it'd need to included in one of the FILES variables so that it's packaged. | 09:22 |
Ulfalizer | dunno where it's supposed to go. i'm a fortran noob. | 09:22 |
Ulfalizer | prolly FILES_${PN}-dev | 09:23 |
iskander_work | my fix was to replace rmdir with 'rm -rf' | 09:23 |
Ulfalizer | i think that breaks the original intent. proper fix might be to extend FILES_${PN}-dev. | 09:24 |
Ulfalizer | but look up what those files are, and if it makes sense to package them | 09:25 |
Ulfalizer | def. looks like a bug in the recipe at least | 09:25 |
iskander_work | thanks | 09:27 |
-YoctoAutoBuilder- build #948 of poky-tiny is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/poky-tiny/builds/948 | 09:29 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 09:31 | |
fragfutter | why is my build folder build/tmp-glibc , wasn't that build/tmp ? | 09:31 |
*** maxin <maxin!~maxin@194.136.86.45> has joined #yocto | 09:31 | |
*** JordonWu <JordonWu!~quassel@221.226.9.57> has quit IRC | 09:32 | |
-YoctoAutoBuilder- build #929 of nightly-non-gpl3 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-non-gpl3/builds/929 | 09:33 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto | 09:33 | |
*** jonver <jonver!d577603a@gateway/web/freenode/ip.213.119.96.58> has joined #yocto | 09:34 | |
iskander_work | what is the meaning of: Invalid inode value in BB_DISKMON_DIRS: 1gK | 09:35 |
iskander_work | ? | 09:35 |
fragfutter | missing , ? | 09:35 |
fragfutter | check build/conf/local.conf | 09:35 |
jonver | belen: Hi! Do you know if (in toaster) the repo of embedded-core is set to 'remote:origin' or if this is a wrong configuration on my part? I have a build error which states I cannot clone ('git clone "remote:origin" "mylocaldir"). Thanks! | 09:35 |
iskander_work | fragfutter: thanks, that was a typo | 09:36 |
*** mortderire <mortderire!rkinsell@nat/intel/x-cybqauwcbnadivif> has quit IRC | 09:36 | |
-YoctoAutoBuilder- build #276 of nightly-no-x11 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/276 | 09:47 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC | 09:54 | |
*** ulf` <ulf`!ulf@nat/intel/x-fbuioraciizmbkwb> has joined #yocto | 09:54 | |
*** maxin <maxin!~maxin@194.136.86.45> has quit IRC | 09:55 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 09:56 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto | 10:01 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto | 10:03 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC | 10:06 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 10:07 | |
-YoctoAutoBuilder- build #657 of nightly-world-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/657 | 10:17 | |
belen | jonver: I am not sure. Let me ask. When you created your project, which release did you choose? | 10:18 |
jonver | belen: Yocto Project 2.0 Jethro | 10:19 |
michaelw1 | jonver: Is that the project release or the release of the poky that you're using? | 10:25 |
michaelw1 | Usually only the "local project" will have those funny "remote:origin" as the source for oe-core | 10:25 |
*** belen <belen!Adium@nat/intel/x-xteepjawkuigusrb> has quit IRC | 10:28 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC | 10:32 | |
-YoctoAutoBuilder- build #901 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/901 | 10:40 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto | 10:40 | |
-YoctoAutoBuilder- build #895 of nightly-rpm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/895 | 10:42 | |
*** iskander_work <iskander_work!~user@81.171.81.145> has quit IRC | 10:43 | |
*** joseppc <joseppc!~josep@sestofw01.enea.se> has joined #yocto | 10:50 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 10:50 | |
RP1 | rburton: Just as a status for -next, Bruce has fixed the kernel repo problem, robert the runqemu race, I've fixed the gplv3 issue with my patch and joshuagl fixed the vnc issue so I'm trying a new build | 10:52 |
*** RP1 is now known as RP | 10:52 | |
rburton | great lets see what falls out of that | 11:00 |
rburton | shall rebase | 11:00 |
*** jku <jku!~jku@2001:998:22:0:4e8d:79ff:fef2:49ba> has quit IRC | 11:04 | |
*** present_ <present_!~present@116.16.90.92.rev.sfr.net> has quit IRC | 11:10 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has joined #yocto | 11:11 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has quit IRC | 11:13 | |
jonver | michaelw1: i've cloned via "repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga; repo sync" and then i start toaster from the poky dir. I now see that starting toaster displays this error: http://pastebin.com/XQWRTf2U | 11:20 |
-YoctoAutoBuilder- build #948 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/948 | 11:23 | |
-YoctoAutoBuilder- build #571 of nightly-mips64 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips64/builds/571 | 11:25 | |
*** maxin <maxin!~maxin@37-219-81-187.nat.bb.dnainternet.fi> has quit IRC | 11:29 | |
michaelw1 | jonver: hmm I'm not sure about the implications of using 'repo', have you tried using a clean poky clone, checked out at jethro? (if that's the release you're wanting) and then should be a matter of "source oe-init-build-env and then source toaster start" you should then get toaster up and running in the default state. You can then go to "import" layer if the layer isn't already available and put those details in to the import form and Toaster will manage c | 11:29 |
michaelw1 | -> lunch | 11:29 |
jonver | michaelwl: thanks, will try that | 11:30 |
*** present <present!~present@116.16.90.92.rev.sfr.net> has joined #yocto | 11:33 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 11:35 | |
Anticom | Hi all. How would i write a recipe, that only installs a library and its headers (cmake based project) so i can include those headers and link against the lib in another recipe? | 11:36 |
Anticom | (without creating a package that would be installed on the device of course) | 11:36 |
rburton | write a recipe as you usually would, and statically link | 11:36 |
fragfutter | Anticom: normal recipe. DEPENDS and RDEPENDS are seperate. | 11:36 |
Anticom | fragfutter: is there a good example in oe-core i can take a look at? | 11:37 |
Anticom | it's been ages since i've written my last recipe :S | 11:38 |
rburton | just inherit cmake and you'll be done | 11:38 |
rburton | after SRC_URI etc | 11:38 |
Anticom | rburton: http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb?h=jethro like so? (except with inherit cmake instead of autotools) | 11:39 |
fragfutter | and minus BBCLASSEXTEND | 11:40 |
Anticom | Okay thanks | 11:40 |
Anticom | And where would you place recipes of libraries? recipes-support ? | 11:41 |
rburton | your layer, so anywhere you want | 11:41 |
Anticom | rburton: Was just asking for a recommendation ;) | 11:42 |
*** jonver_ <jonver_!~jonver___@dD577603A.access.telenet.be> has joined #yocto | 11:43 | |
*** jonver <jonver!d577603a@gateway/web/freenode/ip.213.119.96.58> has quit IRC | 11:43 | |
*** berton <berton!~fabio@177.100.227.233> has joined #yocto | 11:43 | |
*** jonver_ <jonver_!~jonver___@dD577603A.access.telenet.be> has quit IRC | 11:43 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has joined #yocto | 11:44 | |
Anticom | So this would be sufficient? http://pastebin.com/raw/b8i0kUpz | 11:53 |
*** jonver_ <jonver_!~jonver___@dd577603a.access.telenet.be> has joined #yocto | 11:53 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has quit IRC | 11:54 | |
*** jonver_ <jonver_!~jonver___@dd577603a.access.telenet.be> has left #yocto | 11:54 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has joined #yocto | 11:55 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 11:57 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 11:59 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has quit IRC | 12:00 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 12:04 | |
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 12:05 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto | 12:16 | |
-YoctoAutoBuilder- build #913 of nightly-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/913 | 12:20 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 12:22 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 12:27 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has joined #yocto | 12:29 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 12:30 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has quit IRC | 12:36 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 12:41 | |
-YoctoAutoBuilder- build #929 of nightly-x86-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/929 | 12:43 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 12:46 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 12:46 | |
-YoctoAutoBuilder- build #942 of nightly-ppc is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/942 | 12:47 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 12:47 | |
rburton | roaring success | 12:49 |
*** marka <marka!~marka@128.224.252.2> has joined #yocto | 12:49 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 12:49 | |
*** fragfutter <fragfutter!~scorch@belnbg038.gsi.de> has quit IRC | 12:51 | |
-YoctoAutoBuilder- build #906 of nightly-mips-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/builds/906 | 12:51 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 12:55 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 12:58 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 13:00 | |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has joined #yocto | 13:01 | |
fenrig | Hi does anybody know how I go about enabling sound in yocto build for rpi3? when I modprobe snd_bcm2805 I still have no audio devices | 13:04 |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 13:06 | |
*** phatina_ <phatina_!~phatina@82-119-96-90.static.chello.sk> has quit IRC | 13:07 | |
*** present <present!~present@116.16.90.92.rev.sfr.net> has quit IRC | 13:08 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 13:08 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:08 | |
fenrig | found dtparam=audio=on - this will probably fix it | 13:08 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 13:12 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:16 | |
-YoctoAutoBuilder- build #927 of nightly-mips is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/927 | 13:17 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:18 | |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 13:21 | |
-YoctoAutoBuilder- build #944 of nightly-x86 is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/944 | 13:21 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:21 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:23 | |
*** manuel__ is now known as manuel_ | 13:23 | |
*** sveinse <sveinse!~chatzilla@79.160.140.131> has joined #yocto | 13:28 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 13:29 | |
sveinse | How do you determine when to add some host build tools (used by recipes) as native recipes vs. just adding them as a part of the meta layers? | 13:29 |
*** belen <belen!~Adium@134.134.139.77> has joined #yocto | 13:32 | |
rburton | sveinse: i think you need to expand your question as a native recipe is part of a layer | 13:32 |
*** seebs <seebs!~seebs@2601:196:4901:ec80:30fe:6870:3b5:b18c> has quit IRC | 13:33 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 13:33 | |
RP | rburton: thankfully builds as looking much happier this time | 13:34 |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 13:34 | |
sveinse | rburton: E.g. we have our own product packager which takes a sdcard image coming from wic. This tool is thus run as a part of generating our artefacts. So we need to have a repo to put and maintain this tool. So either we put this tool in a separate repo and include it as we do for other metas. Or we make a native recipe and embed the tool into the host sysroot. With the latter one can... | 13:36 |
sveinse | ...distribute the tool in a SDK. | 13:36 |
sveinse | Did that make any sense? | 13:36 |
*** falk0n <falk0n!~falk0n@a109-49-61-108.cpe.netcabo.pt> has joined #yocto | 13:38 | |
rburton | well, either works | 13:38 |
rburton | your software, your choice. | 13:38 |
sveinse | rburton: yes, but I'm trying to assess if there are any best practices to when to do what | 13:39 |
rburton | do you want the tool in a sdk? if so then you need a recipe for it | 13:39 |
sveinse | Yes. I guess this once more boils down to change/repo management. Yocto has great downfacing CM, where specific upstream versions and repos are used. While on top its left to the system builder to provide one. | 13:43 |
*** belen <belen!~Adium@134.134.139.77> has quit IRC | 13:50 | |
-YoctoAutoBuilder- build #954 of nightly-arm is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/954 | 13:51 | |
*** belen <belen!~Adium@134.134.139.77> has joined #yocto | 13:51 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:53 | |
*** belen <belen!~Adium@134.134.139.77> has quit IRC | 13:55 | |
*** robertmarshall <robertmarshall!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 13:59 | |
*** madisox <madisox!~madison@12.30.244.5> has joined #yocto | 13:59 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC | 14:01 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 14:01 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 14:02 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 14:03 | |
*** ntl <ntl!~nathanl@99-127-51-4.lightspeed.austtx.sbcglobal.net> has quit IRC | 14:03 | |
fenrig | Hi | 14:04 |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 14:04 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 14:05 | |
fenrig | i would like to know how to add detection of hard and soft float in cmakelists.txt, yesterday I had to add my own "set(CMAKE_C_FLAGS "-std=gnu99 -Wall -mfloat-abi=hard -mfpu=neon")" but I would like to make it dynamic | 14:05 |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 14:06 | |
*** sveinse <sveinse!~chatzilla@79.160.140.131> has quit IRC | 14:11 | |
*** ziggo <ziggo!~ziggo@212.118.209.82> has joined #yocto | 14:11 | |
*** aehs29 <aehs29!~aehernan@134.134.139.77> has joined #yocto | 14:13 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 14:13 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has joined #yocto | 14:13 | |
*** Crofton <Crofton!~Crofton@66-87-64-178.pools.spcsdns.net> has joined #yocto | 14:15 | |
*** ziggo <ziggo!~ziggo@212.118.209.82> has quit IRC | 14:15 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:17 | |
-YoctoAutoBuilder- build #896 of nightly-arm-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/896 | 14:22 | |
*** otavio_ is now known as otavio | 14:23 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 14:24 | |
*** toscalix_ <toscalix_!~toscalix@213.143.60.13> has joined #yocto | 14:26 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 14:26 | |
*** toscalix <toscalix!~toscalix@80.91.70.192> has quit IRC | 14:27 | |
*** ziggo <ziggo!~ziggo@217.89.178.116> has joined #yocto | 14:31 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 14:31 | |
rburton | fenrig: why not just respect the cflags that are being passed in? | 14:34 |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto | 14:39 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has joined #yocto | 14:39 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 14:42 | |
-YoctoAutoBuilder- build #1017 of nightly is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly/builds/1017 | 14:43 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 14:44 | |
*** robertmarshall <robertmarshall!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 14:50 | |
*** toscalix <toscalix!~toscalix@213.143.60.83> has joined #yocto | 14:53 | |
*** toscalix_ <toscalix_!~toscalix@213.143.60.13> has quit IRC | 14:53 | |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 14:53 | |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has quit IRC | 14:54 | |
*** MWelchUK <MWelchUK!~martyn@host86-146-26-151.range86-146.btcentralplus.com> has joined #yocto | 14:56 | |
rburton | RP: master looks well, just need that tiff patch from jku. | 14:58 |
*** toscalix_ <toscalix_!~toscalix@80.91.70.192> has joined #yocto | 14:59 | |
*** toscalix <toscalix!~toscalix@213.143.60.83> has quit IRC | 15:00 | |
*** frsc <frsc!~frsc@dslb-178-002-231-120.178.002.pools.vodafone-ip.de> has quit IRC | 15:00 | |
fenrig | rburton: how do I respect the cflags, essentialy thats the question | 15:00 |
*** TobSnyder <TobSnyder!~schneider@ip9234b0ae.dynamic.kabel-deutschland.de> has quit IRC | 15:00 | |
fenrig | rburton: or do I override them by setting them in cmakelists | 15:01 |
kergoth | setting them in cmakelists is wrong, obey our variables | 15:02 |
rburton | fenrig: CMAKE_C_FLAGS should contains all cflags that your BSP sets. just use that and make sure you don't replace it with something else. | 15:02 |
rburton | (i've seen cmakelists assign to that for their extra flags instead of extending) | 15:02 |
RP | rburton: and the race fix from Anibal | 15:02 |
ZubairLK | Hi guys | 15:03 |
ZubairLK | In a linux-yocto bbappend file, I'm struggling to append SRC_URI 'just' for a specific machine. Its a kernel config fragment. | 15:03 |
ZubairLK | Is that possible? | 15:03 |
ZubairLK | I basically do a SRC_URI_machine += "file://fragment.cfg" | 15:03 |
fenrig | how do i go about extending them in for this cmake program compilation? | 15:03 |
kergoth | ZubairLK: SRC_URI_append_machine = " file://fragment.cfg" | 15:04 |
ZubairLK | oops. my bad. | 15:04 |
kergoth | ZubairLK: see the bitbake manual for details on how overrides work | 15:04 |
ZubairLK | thanks. typo in the machine string. | 15:04 |
rburton | fenrig: http://stackoverflow.com/a/29901579/1389358 | 15:04 |
ZubairLK | thanks kergoth | 15:04 |
kergoth | ZubairLK: SRC_URI_machine += will override all of SRC_URI for that machine, not what you want | 15:04 |
fenrig | rburton: okay ill take a look | 15:04 |
kergoth | it'll first immediately append to 'SRC_URI_machine', then SRC_URI_machine will override SRC_URI | 15:04 |
rburton | fenrig: you're now into 'how do i use cmake' fwiw | 15:04 |
rburton | fenrig: our cmake class passes the BSP cflags to cmake, so if your build isn't respecting them then you need to fix the cmakelists | 15:05 |
rburton | RP: yes and that | 15:05 |
ZubairLK | kergoth: aah. thanks for the explanation! | 15:05 |
fenrig | rburton: THX :D that probably fixes it, the project i was using used to override them :) | 15:06 |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 15:08 | |
*** mckoan is now known as mckoan|away | 15:08 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has quit IRC | 15:13 | |
*** csanchezdll <csanchezdll!~user@galileo.kdpof.com> has left #yocto | 15:21 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 15:21 | |
*** fenrig <fenrig!5ee32de5@gateway/web/freenode/ip.94.227.45.229> has quit IRC | 15:22 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 15:26 | |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has joined #yocto | 15:28 | |
*** gtristan <gtristan!~tristanva@110.11.179.37> has joined #yocto | 15:31 | |
*** dreyna <dreyna!~dreyna@rrcs-74-87-90-2.west.biz.rr.com> has joined #yocto | 15:34 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B8AC.dip0.t-ipconnect.de> has quit IRC | 15:37 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has quit IRC | 15:37 | |
*** belen <belen!~Adium@134.134.139.77> has joined #yocto | 15:44 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 15:45 | |
*** boucman_work <boucman_work!~boucman@bob75-2-81-56-46-209.fbx.proxad.net> has quit IRC | 15:51 | |
*** belen <belen!~Adium@134.134.139.77> has quit IRC | 15:52 | |
*** mpowell <mpowell!44009aa5@gateway/web/freenode/ip.68.0.154.165> has left #yocto | 15:52 | |
*** aehs29 <aehs29!~aehernan@134.134.139.77> has quit IRC | 15:57 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 16:04 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 16:04 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:5cc0:c5c5:cd45:7fc7> has quit IRC | 16:05 | |
*** igor4 <igor4!~igor@189.112.127.225> has joined #yocto | 16:07 | |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 16:08 | |
*** armpit <armpit!~akuster@2601:202:4001:9ea0:cd6e:bd4d:afeb:67cc> has joined #yocto | 16:08 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has joined #yocto | 16:10 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has joined #yocto | 16:11 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 16:15 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-dwtwbwqxritnhtwg> has joined #yocto | 16:26 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 16:30 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC | 16:31 | |
*** nemunaire <nemunaire!~nemunaire@ra.nemunai.re> has quit IRC | 16:33 | |
*** Guest79502 is now known as davis | 16:42 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has quit IRC | 16:52 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 16:55 | |
*** nemunaire <nemunaire!~nemunaire@2a01:e35:8bb7:3c60::a> has joined #yocto | 16:58 | |
*** aehs29 <aehs29!aehernan@nat/intel/x-dwtwbwqxritnhtwg> has left #yocto | 16:59 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 17:04 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 17:04 | |
*** joshuagl <joshuagl!joshuagl@nat/intel/x-lumjxkncwlrvmxsz> has quit IRC | 17:05 | |
*** obsrwr_ <obsrwr_!~otp-amois@188.24.242.116> has quit IRC | 17:18 | |
*** Biliogadafr <Biliogadafr!~pin@62.214.49.206> has quit IRC | 17:21 | |
*** igor4 <igor4!~igor@189.112.127.225> has quit IRC | 17:22 | |
*** pohly <pohly!~pohly@p5DE8EE2A.dip0.t-ipconnect.de> has quit IRC | 17:22 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 17:25 | |
*** sujith_h <sujith_h!~toaster@kde/developers/sujithh> has quit IRC | 17:28 | |
kergoth | khem: with gcc 5.3, when you get undefined __atomic symbols, do you just need to add a link to atomic? does the toolchain add that automatically, or does the buildsystem need to do it? | 17:29 |
khem | you have to link it manually | 17:30 |
kergoth | k, thanks | 17:30 |
khem | is it arm ? | 17:30 |
kergoth | i think so, a coworker is building a cmake project, but looks like it's missing handling of libatomic, so fails at link time | 17:31 |
*** ulf` <ulf`!ulf@nat/intel/x-fbuioraciizmbkwb> has quit IRC | 17:32 | |
kergoth | llvm's CheckAtomic.cmake looks promising | 17:33 |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC | 17:34 | |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has joined #yocto | 17:35 | |
*** igor4 <igor4!~igor@189.112.127.225> has joined #yocto | 17:36 | |
khem | yes | 17:38 |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 17:42 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has joined #yocto | 17:45 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto | 18:00 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:01 | |
kergoth | khem: is the external libatomic-ops is for older toolchains that don't include libatomic? | 18:02 |
*** aehs29 <aehs29!aehernan@nat/intel/x-frnwxjwtxpnbzqax> has joined #yocto | 18:06 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:06 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:07 | |
*** toscalix_ <toscalix_!~toscalix@80.91.70.192> has quit IRC | 18:13 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 18:32 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-gvmtjtrigplibplx> has quit IRC | 18:37 | |
-YoctoAutoBuilder- build #923 of nightly-qa-systemd is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1 Running Sanity Tests_1 BuildImages_2 Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/923 | 18:38 | |
*** falk0n <falk0n!~falk0n@a109-49-61-108.cpe.netcabo.pt> has quit IRC | 18:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:44 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:46 | |
*** _markfeatherston <_markfeatherston!~mark@wsip-174-79-58-228.ph.ph.cox.net> has joined #yocto | 18:50 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 18:51 | |
_markfeatherston | Could someone help me understand how the glibc-locales recipes is split to provide multiple packages? | 18:52 |
_markfeatherston | I see that it is using PACKAGES_DYNAMIC to claim to be multiple packages, but the documentation suggests there should be a do_split function for this recipe which I can't find. | 18:53 |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 18:54 | |
*** toanju <toanju!~toanju@x55b59aa8.dyn.telefonica.de> has joined #yocto | 18:55 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 18:57 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 18:57 | |
kergoth | _markfeatherston: generally a recipe prepends to populate_packages or adds a function to PACKAGESPLITFUNCS, but a certain amount of locale splitting is actually done for all recipes by package_do_split_locales in package.bbclass. | 18:58 |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has joined #yocto | 19:00 | |
_markfeatherston | ahh, there it is. Thanks | 19:01 |
kergoth | np | 19:02 |
kergoth | reading package.bbclass may be informative | 19:02 |
kergoth | there's a lot done there | 19:02 |
_markfeatherston | Yeah, I'm looking through that now | 19:03 |
*** Crofton <Crofton!~Crofton@66-87-64-178.pools.spcsdns.net> has quit IRC | 19:04 | |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-hwrzvkhgiwbhfulc> has joined #yocto | 19:08 | |
*** Crofton <Crofton!~Crofton@66.87.64.178> has joined #yocto | 19:22 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 19:24 | |
*** Crofton <Crofton!~Crofton@66.87.64.178> has quit IRC | 19:25 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 19:26 | |
*** Crofton <Crofton!~Crofton@66.87.64.178> has joined #yocto | 19:28 | |
*** slidercrank <slidercrank!~slidercra@unaffiliated/slidercrank> has joined #yocto | 19:42 | |
*** gtristan <gtristan!~tristanva@110.11.179.37> has quit IRC | 19:46 | |
*** mario-go` <mario-go`!~user@email.parenteses.org> has joined #yocto | 19:47 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has quit IRC | 19:51 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 19:58 | |
*** anselmolsm <anselmolsm!~anselmols@192.55.55.37> has joined #yocto | 20:00 | |
*** bbarr <bbarr!~bbarr@38.140.133.170> has joined #yocto | 20:04 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:19 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has quit IRC | 20:25 | |
*** blueness <blueness!~blueness@gentoo/developer/blueness> has joined #yocto | 20:29 | |
-YoctoAutoBuilder- build #277 of nightly-no-x11 is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/builds/277 | 20:31 | |
ionte_ | hi. i'm writing here again in hope someone can help me. i have just switched from one kernel recipe to another and now i get this error: https://gist.github.com/jomag/50dadc4a7fe0d890aae21eb0a37aa987 | 20:35 |
ionte_ | i have no idea what's happening. it seems to look for a license in kernel 4.6.7, which is the old kernel. | 20:35 |
bluelightning | ionte_: what exactly did you change? | 20:36 |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 20:38 | |
ionte_ | bluelightning: i changed "PREFERRED_PROVIDER_virtual/kernel" from "linux-amun" to "linux-amun-ti" | 20:39 |
bluelightning | hmm, if it's that simple I wonder if I can reproduce that here | 20:39 |
ionte_ | i guess not | 20:39 |
ionte_ | the linux-amun recipe has been working well for months. linux-amun-ti is new and it's a copy of linux-amun but with a different source and kernel version. that's it. | 20:41 |
bluelightning | ok, so it should be reasonably easy to trigger by the sounds of it | 20:41 |
ionte_ | if i change back to linux-amun it builds with no errors | 20:43 |
ionte_ | i've updated the gist with both kernel recipes: https://gist.github.com/jomag/50dadc4a7fe0d890aae21eb0a37aa987 | 20:46 |
*** Crofton <Crofton!~Crofton@66.87.64.178> has quit IRC | 20:53 | |
Ulfalizer | ionte_: try removing tmp/ and building again. looks like it can't find the package metadata for the new kernel some reason. | 20:58 |
Ulfalizer | it'll get repopulated from the sstate cache, so it probably won't cause horrible slowness | 20:59 |
Ulfalizer | the latest version of the reference manual (2.2) just got some more documentation on PKGDATA_DIR (that's that pkgdata/ directory) and what it's used for btw | 21:00 |
ionte_ | Ulfalizer: ok, i'll try that | 21:03 |
ionte_ | Ulfalizer: actually, i thought the sstate cache was in that directory as well so removing it would cause a complete rebuild. good to know! | 21:04 |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC | 21:04 | |
ionte_ | OMG! that gave me a wall of errors!! | 21:05 |
Ulfalizer | heh | 21:05 |
ionte_ | my error. i had configured deploy directory to be outside tmp | 21:06 |
* Ulfalizer assumes no responsibility for any loss, be it loss of life, property, equipment, ... :P | 21:07 | |
Ulfalizer | removing tmp/ is the yocto "have you tried rebooting it?". it's cheap though, so usually worth trying. | 21:08 |
ionte_ | right. i have removed the entire build directory before on these kind of errors. but that is not cheap. | 21:09 |
*** Crofton <Crofton!~Crofton@66-87-64-178.pools.spcsdns.net> has joined #yocto | 21:09 | |
Ulfalizer | nope | 21:09 |
ionte_ | Ulfalizer: thanks! that fixed my kernel problem as well! | 21:09 |
Ulfalizer | np | 21:09 |
bluelightning | hmm, so I just tried changing linux-yocto to linux-yocto-rt and I got a different error | 21:09 |
Ulfalizer | probably something that's not getting invalidated as it should when you switch the virtual provider | 21:10 |
ionte_ | strange. i have done that in the past if i remember correctly. | 21:11 |
bluelightning | I'm filing a bug for the specific issue I just hit, FWIW | 21:13 |
bluelightning | ionte_: which version of the build system are you using? also which packaging backend (ipk, rpm, deb)? | 21:22 |
*** toanju <toanju!~toanju@x55b59aa8.dyn.telefonica.de> has quit IRC | 21:26 | |
*** berton <berton!~fabio@177.100.227.233> has quit IRC | 21:29 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 21:32 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 21:35 | |
*** marka <marka!~marka@128.224.252.2> has quit IRC | 21:36 | |
*** agust <agust!~agust@p4FCB64B9.dip0.t-ipconnect.de> has quit IRC | 21:38 | |
*** igor4 <igor4!~igor@189.112.127.225> has quit IRC | 21:54 | |
ionte_ | i just turned on ipk. previously i did not use package management. same error no matter. | 22:01 |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** caiortp <caiortp!~inatel@131.221.240.204> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
kergoth | it's not possible to build without package management. you can remove the packaging tools and metadata from the image, that's about it | 22:01 |
yann | when qemu gets SIGILL when running an intercept hook, I guess that points to some missing information in the BSP, right ? | 22:02 |
ionte_ | bluelightning: build system? bitbake 1.30.0, krogoth, ... | 22:02 |
*** aehs29 <aehs29!aehernan@nat/intel/x-frnwxjwtxpnbzqax> has left #yocto | 22:02 | |
ionte_ | kergoth: ok, i meant EXTRA_IMAGE_FEATURE package-management... | 22:03 |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has quit IRC | 22:04 | |
-YoctoAutoBuilder- build #256 of nightly-musl is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-musl/builds/256 | 22:16 | |
davis | i have a build system for native which works and the same source fails on target. My current failure appears to be libpcap. On native its getting pulled in, but I can seem to find the reight depends line to pull it in. i've tried libcap, libcap-devel, etc. How do I determine what provides in a native build? | 22:25 |
*** istarilucky <istarilucky!~rlucca@177.159.144.73> has quit IRC | 22:27 | |
*** ftoth <ftoth!~quassel@145.132.48.198> has joined #yocto | 22:34 | |
*** ftoth <ftoth!~quassel@145.132.48.198> has quit IRC | 22:38 | |
*** mario-go` <mario-go`!~user@email.parenteses.org> has quit IRC | 22:50 | |
-YoctoAutoBuilder- build #680 of nightly-oe-selftest is complete: Failure [failed Running oe-selftest] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/680 | 22:51 | |
*** mario-go` <mario-go`!~user@email.parenteses.org> has joined #yocto | 22:57 | |
*** benjamirc <benjamirc!~besquive@134.134.139.82> has quit IRC | 22:57 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:58 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 23:00 | |
*** Crofton <Crofton!~Crofton@66-87-64-178.pools.spcsdns.net> has quit IRC | 23:03 | |
*** sameo <sameo!~samuel@192.55.54.43> has quit IRC | 23:05 | |
*** seebs <seebs!~seebs@2601:196:4901:ec80:edb5:b8bf:266e:494> has joined #yocto | 23:27 | |
*** seebs <seebs!~seebs@2601:196:4901:ec80:edb5:b8bf:266e:494> has quit IRC | 23:42 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 23:49 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 23:50 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!