*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has joined #yocto | 00:32 | |
*** nemunaire <nemunaire!~nemunaire@LFbn-1-949-99.w86-247.abo.wanadoo.fr> has joined #yocto | 00:35 | |
*** anujm <anujm!anujm@nat/intel/x-pcajzmfsoybzrthq> has joined #yocto | 01:20 | |
*** tlwoerner <tlwoerner!~Trevor@unaffiliated/tlwoerner> has quit IRC | 01:52 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 03:15 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 03:33 | |
yocti | New news from stackoverflow: Ca't install my own syslog's syslog-startup.conf via Yocto <https://stackoverflow.com/questions/51804055/cat-install-my-own-syslogs-syslog-startup-conf-via-yocto> | 04:10 |
---|---|---|
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-iewczvovmtvbjiwf> has quit IRC | 04:44 | |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto | 05:28 | |
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has joined #yocto | 06:05 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 06:10 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has joined #yocto | 06:27 | |
*** khem <khem!~khem@unaffiliated/khem> has joined #yocto | 06:29 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:30 | |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC | 06:35 | |
*** CoLa|work <CoLa|work!~cordlandw@195.243.131.130> has quit IRC | 06:37 | |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto | 06:47 | |
*** lusus <lusus!~lusus@62.91.23.180> has joined #yocto | 06:48 | |
*** fl0v0 <fl0v0!~fvo@i59F74B53.versanet.de> has joined #yocto | 06:52 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5a9521.dynamic.kabel-deutschland.de> has joined #yocto | 07:10 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has joined #yocto | 07:13 | |
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has quit IRC | 07:18 | |
*** thaytan <thaytan!~thaytan@121-200-23-18.cust.aussiebb.net> has joined #yocto | 07:19 | |
khem | RP: the size increase is due to this feature https://fedoraproject.org/wiki/Changes/Glibc_collation_update_and_sync_with_cldr and also explained here https://bugzilla.redhat.com/show_bug.cgi?id=1551073 | 07:36 |
yocti | Bug 1551073: was not found. | 07:36 |
khem | RP: I think its a compromise thats was so far deferred | 07:37 |
khem | https://sourceware.org/bugzilla/show_bug.cgi?id=14095 | 07:38 |
yocti | Bug 14095: was not found. | 07:38 |
khem | it was open since 2.15 | 07:39 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 07:43 | |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has quit IRC | 07:44 | |
RP | khem: hmm. Not a lot we can do about that I guess | 07:50 |
*** nighty- <nighty-!~nighty@kyotolabs.asahinet.com> has quit IRC | 07:50 | |
RP | khem: I started wondering about http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=de4b8febd8ae1c57742bd3452b6889814b2fd3ef for images... | 07:50 |
RP | khem: I also tried fixing sparse files but that doesn't seem to save enough as yet | 07:51 |
*** xtron <xtron!~mentor@110.93.212.98> has quit IRC | 08:00 | |
khem | RP: for completeness I think the SDK fix is right | 08:03 |
RP | khem: the kernel-devsrc improvements may also save us some space. Good news is that if we fix this, I think all the tests in core are good for the new glibc | 08:06 |
khem | may be we can say that we only support limited locales for SDK for nativesdk and then just ship may be en_US.UTF-8 | 08:07 |
khem | and remove rest | 08:07 |
yocti | New news from stackoverflow: Yocto - Building a SELinux image - RPM Package compilation Error <https://stackoverflow.com/questions/51817642/yocto-building-a-selinux-image-rpm-package-compilation-error> | 08:10 |
lukma | Maybe somebody could help me | 08:14 |
lukma | I do have a non standard problem | 08:14 |
lukma | I do need to run ./configure to build my package | 08:14 |
lukma | the problem is that this package's configure requires some JDK to be installed (otherwise the configure fails). | 08:15 |
*** boucman_work <boucman_work!~jrosen@wesnoth/developer/boucman> has joined #yocto | 08:15 | |
bluelightning | lukma: wouldn't the recipe just need something that puts the JDK into the sysroot in DEPENDS (i.e. a JDK recipe)? | 08:16 |
lukma | I've added to the recipe DEPENDS = "openjdk-7" , but the log.task_order only shows do_fetch , do_unpack, do_configure | 08:17 |
lukma | and the stuff normally installed by openjdk-7 is not visible in the recipe for ./configure ...... | 08:17 |
lukma | I've always thought that DEPENDS = "foo" is equal to foo:do_install and the needed libs, binaries are copied to my recipe's sandbox ? | 08:18 |
*** xtron <xtron!~mentor@110.93.212.98> has joined #yocto | 08:18 | |
lukma | bitbake -e foo | grep ^DEPENDS also shows that openjdk-7 is there | 08:19 |
*** florian_kc <florian_kc!~florian_k@Maemo/community/contributor/florian> has joined #yocto | 08:21 | |
lukma | bluelightning: So I don't know what is going on really (and I do use morty 2.2) | 08:21 |
bluelightning | lukma: it effectively means do_populate_sysroot for the other recipe (there's a little more to it than that, but that's not important here) | 08:23 |
bluelightning | lukma: you won't see tasks for any other recipes in log.do_task_order | 08:24 |
lukma | bluelightning: But this means that the do_populate_sysroot for openjdk-7 is not working properly? | 08:25 |
lukma | (And probably the rootfs stuff has been installed in do_install of this task) ? | 08:25 |
bluelightning | lukma: not necessarily | 08:26 |
bluelightning | lukma: ultimately you'd need to find out what the recipe's configure script is trying to do i.e. what file is it looking for or what binary is it calling, then look at the files in the sysroot to determine why they don't match up to its expectations | 08:26 |
lukma | bluelightning: The file needed is rt.jar | 08:27 |
bluelightning | it may be that the configure script is looking in the wrong path - this is common for software that doesn't expect to be built with a sysroot | 08:27 |
bluelightning | I don't know enough about openjdk to know if it provides that, sorry | 08:27 |
lukma | bluelightning: Ok, I will check that...... | 08:27 |
lukma | and yes, the script is only tested (supposed to work) on x86_64 with native compilation ..... | 08:28 |
Alex___ | hi guys | 08:37 |
Alex___ | is there any way I can get the output from bitbake of d.getVar? | 08:37 |
Alex___ | eg: bitbake d.getVar('x) ? | 08:37 |
bluelightning | Alex___: bitbake -e | grep ^VARNAME= | 08:39 |
*** anujm <anujm!anujm@nat/intel/x-pcajzmfsoybzrthq> has quit IRC | 08:47 | |
Alex___ | thanks bluelightning | 08:52 |
RP | bluelightning: unless its exported. Really need to add better API... :/ | 08:53 |
bluelightning | RP: right yes... https://bugzilla.yoctoproject.org/show_bug.cgi?id=10748 | 08:53 |
yocti | Bug 10748: enhancement, Medium+, Future, richard.purdie, NEW , Means of querying history for a single variable | 08:53 |
bluelightning | writing that script probably wouldn't take long | 08:54 |
RP | bluelightning: indeed particularly with tinfoil these days | 08:54 |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC | 08:58 | |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has joined #yocto | 09:03 | |
*** ant_work <ant_work!~ant__@host101-51-dynamic.20-79-r.retail.telecomitalia.it> has joined #yocto | 09:26 | |
* RP ponders ways to clear space in core-image-lsb-sdk | 09:27 | |
RP | locales taking up over 900MB seems like the place to start :/ | 09:27 |
yocti | New news from stackoverflow: Building a SELinux image - RPM Package compilation Error <https://stackoverflow.com/questions/51817642/building-a-selinux-image-rpm-package-compilation-error> | 09:41 |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 09:50 | |
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto | 09:51 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 10:11 | |
*** rburton <rburton!~textual@35.106.2.81.in-addr.arpa> has joined #yocto | 10:20 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-tktpriiqstnnvguf> has joined #yocto | 11:01 | |
*** interruptguy <interruptguy!~interrupt@hel-inetgw01.vaisala.com> has joined #yocto | 11:10 | |
*** droman <droman!~david@ns3046126.ip-91-121-8.eu> has quit IRC | 11:12 | |
*** droman <droman!~david@ns3046126.ip-91-121-8.eu> has joined #yocto | 11:14 | |
*** interruptguy <interruptguy!~interrupt@hel-inetgw01.vaisala.com> has quit IRC | 11:22 | |
*** florian_kc is now known as florian | 12:03 | |
*** ant_work <ant_work!~ant__@host101-51-dynamic.20-79-r.retail.telecomitalia.it> has quit IRC | 12:19 | |
*** yates <yates!~user@rrcs-96-10-234-158.midsouth.biz.rr.com> has quit IRC | 12:36 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 12:40 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 12:43 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 12:59 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 12:59 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 13:00 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 13:01 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has joined #yocto | 13:02 | |
*** micka <micka!~micka@reverse-75.fdn.fr> has quit IRC | 13:07 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:22 | |
*** TobSnyder <TobSnyder!~schneider@ip5f5a9521.dynamic.kabel-deutschland.de> has quit IRC | 13:37 | |
*** fl0v0 <fl0v0!~fvo@i59F74B53.versanet.de> has quit IRC | 13:42 | |
*** micka <micka!b0a2acfb@gateway/web/cgi-irc/kiwiirc.com/ip.176.162.172.251> has joined #yocto | 13:46 | |
golledge | hi, I am trying to add a rootfs image to /boot partition of a wic image. I have added the image to the IMAGE_BOOT_FILES but it seems like the ext3 file is not in the deploy folder. Has anyone doen this before or know what i am missing. | 13:47 |
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has quit IRC | 13:47 | |
*** falk0n <falk0n!~falk0n@a109-49-51-30.cpe.netcabo.pt> has joined #yocto | 13:49 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 14:03 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 14:04 | |
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has joined #yocto | 14:05 | |
*** jwessel <jwessel!~jwessel@128.224.252.2> has joined #yocto | 14:08 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 14:10 | |
*** xtungvu90 <xtungvu90!uid313450@gateway/web/irccloud.com/x-tmgaytgfdoklwnzv> has joined #yocto | 14:12 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 14:36 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 14:39 | |
*** varjag <varjag!~user@122.62-97-226.bkkb.no> has quit IRC | 14:52 | |
*** frsc <frsc!~frsc@2003:a:e7a:6200:246c:2a8b:f45a:a33d> has quit IRC | 14:53 | |
*** armpit2 <armpit2!~armpit@2601:202:4180:c33:64f0:5919:ccc1:f72d> has joined #yocto | 15:05 | |
*** armpit <armpit!~armpit@2601:202:4180:c33:20c1:bd72:ec1b:9e27> has quit IRC | 15:07 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 15:07 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 15:08 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 15:08 | |
*** armpit2 is now known as armpit | 15:08 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 15:13 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 15:14 | |
*** morphis <morphis!~morphis@p200300CCFBC72400BB7CCAA5127C4CD9.dip0.t-ipconnect.de> has quit IRC | 15:15 | |
*** jacques <jacques!~jacques@nslu2-linux/jacques> has joined #yocto | 15:25 | |
*** jacques is now known as linuxjacques | 15:25 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 15:33 | |
*** rcw <rcw!~rcw@128.224.252.2> has joined #yocto | 15:37 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 15:44 | |
*** emg <emg!~emg@47.180.176.91> has quit IRC | 15:54 | |
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC | 16:00 | |
*** dv_ <dv_!~dv@62-178-50-190.cable.dynamic.surfer.at> has quit IRC | 16:07 | |
*** dv_ <dv_!~dv@62.178.50.190> has joined #yocto | 16:08 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has quit IRC | 16:19 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 16:20 | |
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC | 16:20 | |
*** stryx` <stryx`!~stryx@unaffiliated/stryx/x-3871776> has joined #yocto | 16:21 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:23 | |
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto | 16:25 | |
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC | 16:26 | |
*** golledge <golledge!~richardgo@2.26.201.10> has joined #yocto | 16:30 | |
*** sgw <sgw!sgw@nat/intel/x-dnxlxkdowbvoxnpe> has quit IRC | 16:32 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 16:40 | |
*** sgw <sgw!sgw@nat/intel/x-ffmeerhfezzkeejj> has joined #yocto | 16:51 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 16:58 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 17:01 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 17:25 | |
*** nslu2-log_ <nslu2-log_!~nslu2-log@milla.nas-admin.org> has joined #yocto | 17:38 | |
*** nslu2-log <nslu2-log!~nslu2-log@140.211.169.161> has quit IRC | 17:39 | |
*** nslu2-log_ is now known as nslu2-log | 17:39 | |
*** sgw <sgw!sgw@nat/intel/x-ffmeerhfezzkeejj> has quit IRC | 17:40 | |
*** sgw <sgw!~sgw@134.134.139.75> has joined #yocto | 17:41 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 17:42 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:03 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has quit IRC | 18:04 | |
*** geheimnis` <geheimnis`!~geheimnis@23.226.237.192> has joined #yocto | 18:04 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:09 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has joined #yocto | 18:12 | |
*** golledge <golledge!~richardgo@2.26.201.10> has quit IRC | 18:14 | |
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto | 18:17 | |
*** mranostay <mranostay!sid127487@pdpc/supporter/active/mranostay> has joined #yocto | 18:21 | |
*** stephano <stephano!~stephano@134.134.139.72> has quit IRC | 18:23 | |
*** stephano <stephano!~stephano@134.134.139.72> has joined #yocto | 18:24 | |
*** marka <marka!~masselst@128.224.252.2> has joined #yocto | 18:25 | |
*** cdleonard <cdleonard!~nxf25340@92.121.36.198> has quit IRC | 18:29 | |
*** T_UNIX <T_UNIX!uid218288@gateway/web/irccloud.com/x-tktpriiqstnnvguf> has quit IRC | 18:31 | |
*** tgraydon <tgraydon!textual@nat/intel/x-ameiqoqtikomfood> has joined #yocto | 18:39 | |
*** Son_Goku <Son_Goku!~King_InuY@fedora/ngompa> has quit IRC | 18:47 | |
*** gurmble <gurmble!~grumble@freenode/staff/grumble> has joined #yocto | 19:05 | |
*** grumble is now known as Guest76306 | 19:06 | |
*** gurmble is now known as grumble | 19:06 | |
*** rcw <rcw!~rcw@128.224.252.2> has quit IRC | 19:17 | |
*** TinoGuest_ <TinoGuest_!sid158161@gateway/web/irccloud.com/x-fakooekayikxwesg> has joined #yocto | 19:17 | |
*** andycooper_ <andycooper_!uid246432@gateway/web/irccloud.com/x-bkbmcytxntjdjjho> has joined #yocto | 19:17 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has quit IRC | 19:18 | |
*** opello_ <opello_!~opello@about/csharp/regular/opello> has joined #yocto | 19:20 | |
*** grumble <grumble!~grumble@freenode/staff/grumble> has joined #yocto | 19:21 | |
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-vntbvsbdvpmwmlku> has quit IRC | 19:22 | |
*** shauno_ <shauno_!~soneil@pdpc/supporter/professional/shauno> has joined #yocto | 19:23 | |
*** halfhalo_ <halfhalo_!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 19:24 | |
*** fray <fray!~fray@kernel.crashing.org> has quit IRC | 19:25 | |
*** andycooper <andycooper!uid246432@gateway/web/irccloud.com/x-qrftphxnvqwdrash> has quit IRC | 19:25 | |
*** Pablo-holidays[m <Pablo-holidays[m!psaavedrai@gateway/shell/matrix.org/x-whzgnnrtdujnmjif> has quit IRC | 19:26 | |
*** TinoGuest <TinoGuest!sid158161@gateway/web/irccloud.com/x-zjekkzspemupkfrz> has quit IRC | 19:26 | |
*** ukembedded <ukembedded!sid304355@gateway/web/irccloud.com/x-zzefmsdkucsabxnv> has quit IRC | 19:26 | |
*** opello <opello!~opello@about/csharp/regular/opello> has quit IRC | 19:26 | |
*** shauno <shauno!~soneil@pdpc/supporter/professional/shauno> has quit IRC | 19:26 | |
*** joeythesaint <joeythesaint!~joe@2605:6400:2:fed5:22:41:45ec:bf91> has quit IRC | 19:26 | |
*** freanux <freanux!~freanux@unaffiliated/freanux> has quit IRC | 19:26 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has quit IRC | 19:26 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 19:26 | |
*** andycooper_ is now known as andycooper | 19:26 | |
*** halfhalo_ is now known as halfhalo | 19:26 | |
*** TinoGuest_ is now known as TinoGuest | 19:26 | |
*** Tartarus <Tartarus!sid72705@gateway/web/irccloud.com/x-csphajxdccxcxtlq> has joined #yocto | 19:31 | |
*** Hauke <Hauke!~Hauke@hauke-m.de> has joined #yocto | 19:31 | |
*** dqx <dqx!~dqx@unaffiliated/dqx> has quit IRC | 19:38 | |
*** xtungvu90 <xtungvu90!uid313450@gateway/web/irccloud.com/x-tmgaytgfdoklwnzv> has quit IRC | 19:40 | |
*** georgem <georgem!~georgem@216.21.169.52> has quit IRC | 20:00 | |
*** georgem <georgem!~georgem@216.21.169.52> has joined #yocto | 20:00 | |
lukma | I was wondering about one thing | 20:10 |
lukma | Would it be possible to emulate native host build of recipe? | 20:10 |
lukma | I mean to avoid cross compilation, but provide for it the native environment ? | 20:11 |
lukma | Some packages are very difficult to move from native compilation to cross compilation | 20:11 |
kergoth | no, we can't avoid cross-compilation by building in qemu or on device at this time | 20:12 |
neverpanic | lukma: The biggest problem with that is that build systems may expect to be able to run binaries that were just compiled in native builds. | 20:12 |
neverpanic | We (as in $employer) have done some work to make the cross-compiler the default in some environments, which does make cross-compiling very easy, but there are also some downsides to that, and we still have to do proper cross-compiling in bitbake recipes. | 20:15 |
lukma | The problem is that large ./compile file needs a lot of tunning to provide --sysroot here and there | 20:17 |
lukma | also the problem with libraries...... ld: cannot find crt1.o: No such file or directory | 20:18 |
neverpanic | Welcome to cross-compiling. | 20:19 |
neverpanic | If it's a large project, look for cross-compiling instructions by other distributions. | 20:20 |
neverpanic | If it isn't, consider re-writing their buildsystem in something that natively supports cross-compiling | 20:20 |
lukma | neverpanic: Yeah..... NIH principle :D | 20:21 |
lukma | But I personally prefer "reuse" as much as possible :) | 20:22 |
neverpanic | lukma: ./compile really sounds like a self-written build system. I'd consider that NIH already, and that's likely your problem. | 20:23 |
neverpanic | All build systems suck, but those that have been sucking for a long time (autotools, cmake, and the most recent contender, meson) all get this right | 20:24 |
lukma | Strange...... as it is very comprehensive autotools configure script | 20:35 |
*** marka <marka!~masselst@128.224.252.2> has quit IRC | 20:41 | |
rburton | lukma: then they're doing autotools wrong. if the build wants to build a binary to run on the *build host* then the idiom is to use CC_FOR_BUILD from autoconf-archive | 20:49 |
lukma | rburton: The problem is a bit more subtle.... | 20:51 |
lukma | the configure script (from autotools) was tunned for host builds | 20:51 |
lukma | and some odd errors pop up from here and there | 20:51 |
rburton | well that's wrong isn't it | 20:51 |
lukma | rburton: Yes, it is :) | 21:01 |
*** robbawebba <robbawebba!~rob@47.180.176.91> has quit IRC | 21:21 | |
*** AbleBacon_ <AbleBacon_!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 21:26 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 21:28 | |
*** AbleBacon_ is now known as AbleBacon | 21:28 | |
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has joined #yocto | 21:35 | |
*** georgem_home <georgem_home!uid210681@gateway/web/irccloud.com/x-ebleozztlvcpaugs> has joined #yocto | 21:36 | |
*** agust <agust!~agust@p50886A63.dip0.t-ipconnect.de> has quit IRC | 21:41 | |
yocti | New news from stackoverflow: bitbake task to run openocd <https://stackoverflow.com/questions/51830795/bitbake-task-to-run-openocd> | 21:43 |
*** opello_ is now known as opello | 21:45 | |
*** AbleBacon_ <AbleBacon_!~AbleBacon@unaffiliated/ablebacon> has joined #yocto | 21:55 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 21:58 | |
*** AbleBacon_ is now known as AbleBacon | 21:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 22:37 | |
*** anujm <anujm!~anujm@192.198.146.173> has joined #yocto | 22:39 | |
*** anujm <anujm!~anujm@192.198.146.173> has quit IRC | 22:41 | |
*** ant_home <ant_home!~ant__@host146-228-dynamic.182-80-r.retail.telecomitalia.it> has quit IRC | 22:59 | |
RP | khem: I tried with the locales, ended up with https://autobuilder.yocto.io/builders/nightly-x86-lsb/builds/1212/steps/BuildImages/logs/stdio which I'll have to dig into tomorrow | 23:03 |
*** gabrbedd <gabrbedd!~beddingfi@li680-65.members.linode.com> has joined #yocto | 23:27 | |
*** AbleBacon <AbleBacon!~AbleBacon@unaffiliated/ablebacon> has quit IRC | 23:32 | |
*** anujm <anujm!anujm@nat/intel/x-ptuygtrshelfyint> has joined #yocto | 23:39 | |
*** nighty- <nighty-!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 23:45 | |
*** JaMa <JaMa!~martin@217.30.68.212> has joined #yocto | 23:50 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!