*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 00:03 | |
*** Ulfalizer <Ulfalizer!~Ulfalizer@95.91.255.162> has joined #yocto | 00:06 | |
Ulfalizer | why is e.g. read_subpackage_metadata() a bitbake-style python function? what advantage does that give over a regular python function? just that overrides can be applied to it (though that isn't done in poky)? | 00:08 |
---|---|---|
Ulfalizer | insane.bbclass and a bunch of package*.bbclass call it with bb.build.exec_func("read_subpackage_metadata", d) | 00:08 |
khem | there is bitbake context and then there is oe context | 00:09 |
khem | insane class lives in OE config namespace | 00:09 |
Ulfalizer | hmm... could you elaborate? they all call it the same way, and all callers as well as the definition is in meta/classes/. | 00:10 |
khem | yes but its sort of oe library | 00:16 |
khem | where this funciton is | 00:17 |
khem | and you want to insert it into bitbake context | 00:17 |
khem | or say into runqueue | 00:17 |
Ulfalizer | does bb.build.exec_func() run the function async? i had completely missed that in that case. | 00:18 |
khem | its sort of way to call python function from shell | 00:18 |
Ulfalizer | so it's to make it general and callable from both python and shell functions? | 00:19 |
Ulfalizer | and nah, not async, afaics... | 00:21 |
khem | right | 00:24 |
khem | async is not the usecase here | 00:24 |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has quit IRC | 00:26 | |
Ulfalizer | i might have some vague idea at least. having it be some standalone unit for execution rather than just a helper function. | 00:26 |
Ulfalizer | nothing seems to use it like that, but i think i kinda-sorta see the thinking, maybe... | 00:26 |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has joined #yocto | 00:26 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 00:27 | |
khem | its used by all different package classes | 00:28 |
khem | so its more of a library call here | 00:28 |
Ulfalizer | would making it a regular python function have any operational disadvantages? (i'm not going to change it. i'm just curious.) | 00:29 |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has quit IRC | 00:30 | |
kergoth | Ulfalizer: it was written before the "def" syntax even existed | 00:30 |
kergoth | :) | 00:30 |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has joined #yocto | 00:30 | |
Ulfalizer | ok, that's an explanation i can wrap my head around at least :P | 00:30 |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has quit IRC | 00:31 | |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has joined #yocto | 00:31 | |
kergoth | for the future, i'd suggest checking git history for things like that. git can actually limit the log to a function if you give it a range of line numbers or regex patterns for start/stop | 00:31 |
khem | its called in do_package_write () task | 00:31 |
Ulfalizer | oh... didn't know you could do that. thanks for the tip. | 00:32 |
kergoth | though in this case you can probably just use git log -S | 00:32 |
kergoth | which finds commits which add/remove lines mentioning the following | 00:32 |
kergoth | so it'd find the commits that added the calls to it | 00:32 |
khem | oh so its about syntactic change hah | 00:32 |
Ulfalizer | khem: yeah, i've grepped for all call sites. was just curious as to why it's a bitbake-style python function rather than a regular def-style helper function. | 00:32 |
kergoth | bb.build.exec_func() vs just calling the thing | 00:32 |
Ulfalizer | and i'm happy with "historical" | 00:33 |
* Ulfalizer checks the log | 00:33 | |
khem | i dont think it matters | 00:33 |
kergoth | in this case i think you'd have to check oe classic to dig far enough back :) | 00:33 |
kergoth | the pkgdata bits have been there a long time | 00:33 |
khem | all bbclasses seem to use python func () | 00:34 |
khem | yeah good old days when python sucked | 00:34 |
khem | less :) | 00:35 |
Ulfalizer | are there any other advantages to bitbake-style python with exec_func() vs. def-style functions besides being able to apply overrides to them by the way (completely unrelated to the earlier discussion)? | 00:36 |
khem | you can only override shell funcs | 00:37 |
kergoth | exec_func handles dirs, cleandirs, lockfiles, and writes a log file. negatives, it can't return a value | 00:38 |
Ulfalizer | khem: nope, works for bitbake-style python functions too. see https://www.yoctoproject.org/docs/2.2/bitbake-user-manual/bitbake-user-manual.html#bitbake-style-python-functions. | 00:38 |
Ulfalizer | and i actually tried out that example | 00:38 |
kergoth | internally, today, exec_func_python actually injects the function being called as a def style function under the hood anyway, just wraps it | 00:38 |
Ulfalizer | ah, yeah, had forgotten about variable flags | 00:39 |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 00:40 | |
kergoth | so depends on the circumstances. more often than not def is probably fine, and utilities of that sort are often better placed in an oe python module rather than a class | 00:40 |
kergoth | course back in the day we had no oe python package at all either | 00:41 |
*** belen <belen!~Adium@106.216.168.32> has joined #yocto | 00:56 | |
*** belen <belen!~Adium@106.216.168.32> has quit IRC | 01:04 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-fwsznjjhuzdoaoef> has joined #yocto | 01:10 | |
*** dreyna <dreyna!~dreyna@unknown-216-200.windriver.com> has quit IRC | 01:13 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has quit IRC | 01:23 | |
*** egavinc <egavinc!~egavinc@43.red-2-139-180.staticip.rima-tde.net> has joined #yocto | 01:23 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 01:41 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 01:43 | |
*** toddw <toddw!~toddw@75-112-171-146.res.bhn.net> has quit IRC | 02:12 | |
*** toddw <toddw!~toddw@son.bhn.net> has joined #yocto | 02:18 | |
Ulfalizer | kergoth: in case you feel like doing some proofreading: https://bugzilla.yoctoproject.org/show_bug.cgi?id=10364 | 02:29 |
yocti | Bug 10364: normal, Undecided, ---, srifenbark, NEW , Suggested documentation to clarify BitBake-style vs. regular Python functions and bb.build.exec_func() | 02:29 |
*** lukma1 <lukma1!~lukma@109.241.15.61> has quit IRC | 02:35 | |
*** toddw <toddw!~toddw@son.bhn.net> has quit IRC | 03:10 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:32 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 03:34 | |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has joined #yocto | 04:07 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 04:13 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 04:17 | |
*** abelloni <abelloni!~abelloni@2a01:e35:8bf1:a7c0:a288:b4ff:fe25:8918> has quit IRC | 04:18 | |
*** abelloni <abelloni!~abelloni@2a01:e35:8bf1:a7c0:a288:b4ff:fe25:8918> has joined #yocto | 04:19 | |
*** lukma1 <lukma1!~lukma@109.241.15.61> has joined #yocto | 04:19 | |
*** paulg <paulg!~paulg@198-84-239-75.cpe.teksavvy.com> has quit IRC | 04:19 | |
*** agust <agust!~agust@p4FCB5F61.dip0.t-ipconnect.de> has joined #yocto | 04:25 | |
*** vdehors <vdehors!~vdehors@fw-alt.idf.smile.fr> has quit IRC | 04:47 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 04:49 | |
*** AndersD <AndersD!~anders@h83-209-191-235.cust.se.alltele.net> has quit IRC | 04:51 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 04:58 | |
*** vdehors <vdehors!~vdehors@fw-alt.idf.smile.fr> has joined #yocto | 04:59 | |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has joined #yocto | 05:09 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 05:12 | |
*** Jefro1 <Jefro1!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 05:35 | |
*** jku <jku!~jku@178-75-131-14.bb.dnainternet.fi> has joined #yocto | 05:38 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 05:38 | |
*** jku <jku!~jku@178-75-131-14.bb.dnainternet.fi> has quit IRC | 05:38 | |
*** Crofton <Crofton!~Crofton@207-114-172-147.static.twtelecom.net> has quit IRC | 05:56 | |
*** pohly <pohly!~pohly@p57A57A4C.dip0.t-ipconnect.de> has joined #yocto | 05:59 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has joined #yocto | 06:12 | |
fishey1 | khem: my difficulty is that my user's application A is composed of their own libraries X, Y, and Z. They're used to modifying X, Y, and Z, installing the new versions to their local sysroot, building a new version of the application (against that same sysroot), and installing that application and the modified X, Y, Z libraries to a rootfs dir, then mounting that rootfs over nfs. | 06:13 |
fishey1 | The issue is that it doesn't seem like modifying the sysroot is really supposed to happen. | 06:14 |
fishey1 | Or is it? I guess I'm looking for guidance. | 06:14 |
fishey1 | [the application also happens to be installed to the sysroot, but that's not really something they rely on, it's just incidental] | 06:15 |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 06:15 | |
*** frsc <frsc!~frsc@80.149.173.67> has joined #yocto | 06:16 | |
*** jku <jku!jku@nat/intel/x-nfcwhsrtdycnbaqe> has joined #yocto | 06:28 | |
*** morphis_ <morphis_!~morphis@pD9ED63C4.dip0.t-ipconnect.de> has joined #yocto | 06:36 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has joined #yocto | 06:37 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has quit IRC | 06:38 | |
*** arkver <arkver!~arkver@host81-135-70-147.range81-135.btcentralplus.com> has joined #yocto | 06:50 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 06:50 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has joined #yocto | 06:53 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has joined #yocto | 07:07 | |
arkver | Hi. Is there a way to list extra packages I'd like built & added to the package repo, but not included in the image? Something like a CORE_IMAGE_EXTRA_NOINST ? | 07:09 |
*** toscalix <toscalix!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has joined #yocto | 07:09 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 07:13 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qhfssvlhakmxuidk> has joined #yocto | 07:21 | |
*** golledge <golledge!526dfc22@gateway/web/freenode/ip.82.109.252.34> has quit IRC | 07:21 | |
*** jbrianceau_away is now known as jbrianceau | 07:21 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 07:23 | |
arkver | I guess I can bitbake individual packages or package groups and update the index. Or I could have an "extras" image and bake that, but it might be nice to have it all in the one image recipe. | 07:23 |
*** Jefro1 <Jefro1!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 07:24 | |
*** boucman_work <boucman_work!~boucman@gre92-5-82-237-199-7.fbx.proxad.net> has joined #yocto | 07:26 | |
*** toscalix <toscalix!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has quit IRC | 07:26 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B345.dip0.t-ipconnect.de> has joined #yocto | 07:30 | |
*** grma <grma!~gruberm@80.93.38.128> has joined #yocto | 07:31 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has joined #yocto | 07:36 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has quit IRC | 07:36 | |
*** rburton <rburton!~Adium@home.burtonini.com> has joined #yocto | 07:39 | |
*** mckoan|away is now known as mckoan | 07:40 | |
*** mckoan <mckoan!~marco@unaffiliated/mckoan> has joined #yocto | 07:40 | |
*** florian_kc <florian_kc!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 07:44 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has joined #yocto | 07:49 | |
*** florian_kc is now known as floirna | 07:49 | |
*** floirna is now known as florian | 07:50 | |
*** boucman_work <boucman_work!~boucman@gre92-5-82-237-199-7.fbx.proxad.net> has quit IRC | 07:55 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto | 07:58 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 08:00 | |
bluelightning | probably easiest to go the packagegroup route | 08:00 |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-eupnpfkakjtnhbxc> has joined #yocto | 08:07 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC | 08:09 | |
arkver | ok, ta. | 08:10 |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 08:18 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 08:24 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has joined #yocto | 08:30 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has quit IRC | 08:32 | |
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto | 08:33 | |
ernstp | When I add the archiver task gcc-source fails to unpack_and_patch with Applying patch 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch | 08:36 |
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 08:36 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has quit IRC | 08:36 | |
ernstp | |--- a/configure | 08:38 |
ernstp | |+++ b/configure | 08:38 |
ernstp | -------------------------- | 08:38 |
ernstp | No file to patch. Skipping patch. | 08:38 |
*** krzeminski <krzeminski!~mkrzemin@62.159.77.165> has joined #yocto | 08:46 | |
krzeminski | hello | 08:46 |
krzeminski | what is the recomended way in yocto to manage dependencies between package version - not only names | 08:47 |
krzeminski | eg. my_package_1.0 depend on second_packege_1.1 or above? | 08:47 |
ernstp | krzeminski: there are versioned dependencies: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-RDEPENDS | 08:48 |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 08:48 | |
*** nad <nad!d4c2d853@gateway/web/freenode/ip.212.194.216.83> has quit IRC | 08:49 | |
*** ZubairLK <ZubairLK!~Thunderbi@unaffiliated/zubairlk> has joined #yocto | 08:49 | |
krzeminski | ernstp: did not expect that this is so simple | 08:50 |
krzeminski | ernstp: thanks | 08:50 |
ernstp | haven't tested it :-) | 08:51 |
krzeminski | no problem, will test it | 08:53 |
krzeminski | just I have not found this in the docs | 08:54 |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 08:59 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-jmizgxvggxkrfxvx> has joined #yocto | 09:02 | |
*** Biliogadafr <Biliogadafr!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has joined #yocto | 09:04 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has quit IRC | 09:05 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@93.68.228.109> has joined #yocto | 09:05 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 09:05 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has joined #yocto | 09:05 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has joined #yocto | 09:07 | |
*** nighty <nighty!~nighty@p001.gate.atson.jp> has quit IRC | 09:07 | |
*** mortderire <mortderire!rkinsell@nat/intel/x-jmizgxvggxkrfxvx> has quit IRC | 09:08 | |
*** Biliogadafr <Biliogadafr!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has quit IRC | 09:08 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 09:11 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 09:18 | |
*** fl0v01 <fl0v01!~fvo@pD9F6B4C1.dip0.t-ipconnect.de> has joined #yocto | 09:21 | |
*** RP <RP!~richard@5751f4a1.skybroadband.com> has quit IRC | 09:21 | |
*** fl0v0 <fl0v0!~fvo@pD9F6B345.dip0.t-ipconnect.de> has quit IRC | 09:22 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 09:23 | |
*** boucman_work <boucman_work!~boucman@fw-alt.idf.smile.fr> has joined #yocto | 09:27 | |
*** RP1 <RP1!~richard@5751ab90.skybroadband.com> has joined #yocto | 09:38 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has quit IRC | 09:38 | |
*** RP1 is now known as RP | 09:40 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 09:42 | |
*** nad <nad!d4c2d853@gateway/web/freenode/ip.212.194.216.83> has joined #yocto | 09:44 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 09:48 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 09:48 | |
*** psadro1 <psadro1!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 10:01 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has quit IRC | 10:04 | |
*** psadro <psadro!~Thunderbi@216.234.148.134> has quit IRC | 10:04 | |
*** psadro1 is now known as psadro | 10:04 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has joined #yocto | 10:09 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 10:14 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC | 10:18 | |
*** psadro1 <psadro1!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 10:18 | |
*** psadro1 is now known as psadro | 10:21 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-246-019.hsi5.kabel-badenwuerttemberg.de> has quit IRC | 10:24 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has joined #yocto | 10:25 | |
*** clopez <clopez!~tau@neutrino.es> has quit IRC | 10:25 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has quit IRC | 10:27 | |
*** clopez <clopez!~tau@neutrino.es> has joined #yocto | 10:30 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 10:31 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 10:38 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has joined #yocto | 10:41 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 10:41 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has joined #yocto | 10:42 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has quit IRC | 10:42 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-095-208-246-019.hsi5.kabel-badenwuerttemberg.de> has joined #yocto | 10:44 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 10:45 | |
*** mortderire <mortderire!~rkinsell@192.198.151.45> has quit IRC | 10:46 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 10:46 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has joined #yocto | 10:48 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 10:48 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 10:49 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.44> has quit IRC | 10:49 | |
*** jubr <jubr!57ed1b9e@gateway/web/freenode/ip.87.237.27.158> has joined #yocto | 10:49 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 10:49 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 10:51 | |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 10:52 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has joined #yocto | 10:53 | |
*** arkver <arkver!~arkver@host81-135-70-147.range81-135.btcentralplus.com> has quit IRC | 11:03 | |
*** mortderire <mortderire!~rkinsell@192.198.151.44> has quit IRC | 11:03 | |
*** RP <RP!~richard@5751ab90.skybroadband.com> has quit IRC | 11:11 | |
*** RP1 <RP1!~richard@5751f4a1.skybroadband.com> has joined #yocto | 11:22 | |
*** gtristan <gtristan!~tristanva@114.207.54.40> has joined #yocto | 11:23 | |
*** RP1 <RP1!~richard@5751f4a1.skybroadband.com> has quit IRC | 11:31 | |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 11:31 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has joined #yocto | 11:33 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has joined #yocto | 11:34 | |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 11:37 | |
*** sveinse <sveinse!~chatzilla@79.160.140.131> has joined #yocto | 11:47 | |
*** RP1 <RP1!~richard@5751f4a1.skybroadband.com> has joined #yocto | 11:52 | |
*** berton <berton!~fabio@187.23.155.148> has joined #yocto | 11:56 | |
*** berton <berton!~fabio@187.23.155.148> has quit IRC | 11:59 | |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 12:07 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 12:17 | |
*** berton <berton!~fabio@187.23.155.148> has joined #yocto | 12:20 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has quit IRC | 12:26 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 12:28 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has joined #yocto | 12:29 | |
frsc | Hi! Has anyone got an idea how to debug strange segfaults with Qt5.5.1 on an i.mx6 system within libGLES. See: https://paste.ee/p/9kEJY. | 12:29 |
*** marka <marka!~marka@128.224.252.2> has joined #yocto | 12:35 | |
*** HyP3r <HyP3r!~HyP3r@andreas-fendt.de> has joined #yocto | 12:35 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has quit IRC | 12:36 | |
HyP3r | hello everybody. How can I change the root password in my generated linux system? | 12:36 |
*** toddw <toddw!~toddw@son.bhn.net> has joined #yocto | 12:36 | |
ernstp | HyP3r: if you're just developing you can set IMAGE_FEATURES += "debug-tweaks" to log in as root without a password | 12:44 |
ernstp | frsc: have you allocated memory for the graphics card? latest drivers for everything? | 12:46 |
*** sameo <sameo!~samuel@192.55.55.41> has joined #yocto | 12:47 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-fwsznjjhuzdoaoef> has quit IRC | 12:47 | |
frsc | ernstp: I'm using FSL Community Branch Jethro. I have never changed anything regarding memory allocation, but I'll check this... | 12:48 |
jubr | frsc: if your kernel CONFIG_CMA_SIZE_MBYTES is too small it wont work. You could try running Qt with env var QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1 | 12:49 |
jubr | That should use less mem, so it might run then. Not the proper solution, but good for verifying. | 12:51 |
*** Anticom <Anticom!~quassel@217.6.33.234> has joined #yocto | 12:54 | |
HyP3r | ernstp: I'm /finished/ with debugging and want now that my rootfs has a root password set | 12:54 |
*** sameo <sameo!~samuel@192.55.55.41> has quit IRC | 12:57 | |
*** rubdos <rubdos!~rubdos@dhcp-184-129.vub.ac.be> has joined #yocto | 13:01 | |
jubr | HyP3r: you could use `ROOTFS_POSTPROCESS_COMMAND` in `your-image.bb` | 13:02 |
*** gtristan <gtristan!~tristanva@114.207.54.40> has quit IRC | 13:02 | |
Anticom | Hi all. How can i instruct a recipe to compile using c++11 using a bbappend? i tried BUILD_CXXFLAGS += "-std=gnu++11" but that does not work | 13:03 |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 13:04 | |
Anticom | Oh i see, it's target_cxxflags, right? | 13:04 |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 13:06 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-tahjhcdjdxsxghyt> has joined #yocto | 13:09 | |
*** bradleyb <bradleyb!bradleyb@nat/ibm/x-xyyizvlisqulcmvd> has quit IRC | 13:10 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 13:12 | |
*** CTtpollard <CTtpollard!~tom@82-70-136-246.dsl.in-addr.zen.co.uk> has joined #yocto | 13:12 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto | 13:13 | |
*** bradleyb <bradleyb!bradleyb@nat/ibm/x-xzosnckrqiawriaj> has joined #yocto | 13:18 | |
*** lamego <lamego!jose@nat/intel/x-tceqxeycxivuhkok> has joined #yocto | 13:20 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.187.182> has joined #yocto | 13:20 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto | 13:20 | |
*** rob_w <rob_w!~bob@unaffiliated/rob-w/x-1112029> has quit IRC | 13:21 | |
*** Rajan <Rajan!48a3dc0b@gateway/web/freenode/ip.72.163.220.11> has joined #yocto | 13:23 | |
HyP3r | jubr: I have used this here: https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password Hope this is correct | 13:23 |
*** toddw <toddw!~toddw@son.bhn.net> has quit IRC | 13:23 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has joined #yocto | 13:24 | |
jubr | HyP3r: that looks fine, haven't tried it myself though | 13:24 |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has quit IRC | 13:27 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has joined #yocto | 13:30 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ueofkxqwibdaqstj> has joined #yocto | 13:32 | |
*** Rajan <Rajan!48a3dc0b@gateway/web/freenode/ip.72.163.220.11> has quit IRC | 13:32 | |
*** Biliogadafr1 <Biliogadafr1!~PIN@nat4-minsk-pool-46-53-178-120.telecom.by> has quit IRC | 13:33 | |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 13:34 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:37 | |
*** rubdos <rubdos!~rubdos@dhcp-184-129.vub.ac.be> has quit IRC | 13:38 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 13:39 | |
*** nsrajanme <nsrajanme!~androirc@2001:420:5244:1300:a5e8:34b3:df06:ea77> has joined #yocto | 13:39 | |
Ox4 | how does bbappend work? For example I have multiple bbappend files for one package in the several meta layers, which one has highest priority? | 13:41 |
jubr | depends on the layer priority | 13:41 |
jubr | try `bitbake-layer show-appends` | 13:41 |
*** ftonello <ftonello!~felipe@62.214.2.210> has joined #yocto | 13:42 | |
Anticom | Is there any good resource on how to set up remote debugging for software that was build using bitbake? | 13:42 |
Anticom | I'm having issues getting it to work in eclipse | 13:42 |
Ox4 | jubr: so, if BBFILE_PRIORITY_layername has priority 1, the directives from bbappend file for a package will be taken from this layer, correct? | 13:44 |
*** ntl <ntl!~nathanl@cpe-70-113-70-38.austin.res.rr.com> has joined #yocto | 13:46 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 13:47 | |
*** AndersD <AndersD!~anders@213-64-218-130-no126.business.telia.com> has quit IRC | 13:47 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has quit IRC | 13:47 | |
CTtpollard | bbappends across multiple layers can apply | 13:48 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 13:48 | |
*** nsrajanme <nsrajanme!~androirc@2001:420:5244:1300:a5e8:34b3:df06:ea77> has quit IRC | 13:49 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 13:49 | |
jubr | 0x4: I'm not sure, but I think higher level is more important, my `bitbake-layers show-layers` did not help much there either | 13:49 |
jubr | In general, if you add a layer yourself, chances are you want to override stuff from the other (poky) layers, so you probably want to give it the highest prio | 13:50 |
*** ftonello <ftonello!~felipe@62.214.2.210> has joined #yocto | 13:51 | |
Ox4 | CTtpollard: ok, if I rewrite do_install function in bbappend file in several layers, which one has the highest priority? | 13:51 |
jubr | Determined by the output of `bitbake-layers show-layers` | 13:52 |
jubr | as in: it will use that order | 13:52 |
jubr | random-google-session: https://lists.yoctoproject.org/pipermail/yocto/2014-November/022382.html -- first lines confirm: higher-prio-is-more-important | 13:53 |
Anticom | Ox4: why would you completly rewrite do_install in different layers? | 13:53 |
jubr | Anticom: good q. 0x4: Are you maintaining multiple architectures in multiple layers? | 13:54 |
Anticom | jubr: that's the smell i wanted to point out ;) | 13:54 |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 13:54 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 13:55 | |
Ox4 | Anticom, jubr, no. Just interesting | 13:55 |
*** igor2 <igor2!~Igor_Stop@134.134.139.83> has joined #yocto | 13:56 | |
Anticom | Ox4: Well in general bbappends should not completly redefine a task but only _append to it | 13:56 |
jubr | true | 13:57 |
*** igor2 <igor2!~Igor_Stop@134.134.139.83> has quit IRC | 13:57 | |
*** rubdos <rubdos!~rubdos@dhcp-184-129.vub.ac.be> has joined #yocto | 13:58 | |
Ox4 | understood, thank you | 13:59 |
frsc | jubr: I have 320 MiB of CMA and it was running with this setting with Dizzy-Branch and Qt5.3.2, now with Jethro and Qt5.5 I'm getting these segfaults. | 13:59 |
*** mps_ <mps_!uid23421@gateway/web/irccloud.com/x-npnysasnizbeirlw> has joined #yocto | 13:59 | |
c0rnel | hello | 14:00 |
c0rnel | is there a method to use a layer with the exception of one bbappend? | 14:00 |
frsc | jubr: But it really looks like a memory issue, because the segfault happens in libGLES at different lines. | 14:00 |
*** ntl <ntl!~nathanl@cpe-70-113-70-38.austin.res.rr.com> has quit IRC | 14:00 | |
sveinse | c0rnel: Yes, exclude the pattern with BBMASK | 14:01 |
c0rnel | sveinse, can i say something lie BBMASK += "myrecipe.bbappend" ? | 14:02 |
sveinse | The interface has changed in recent versions of poky, but the old syntax is BBMASK .= "|.*/meta-custom/recipes-packages/networkmanager" | 14:02 |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has quit IRC | 14:03 | |
*** ftonello <ftonello!~felipe@62.214.2.210> has quit IRC | 14:03 | |
c0rnel | sveinse, thank you | 14:04 |
Anticom | http://downloads.yoctoproject.org/releases/eclipse-plugin/2.2/neon described in http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#neon-new-software seems to be broken (404) | 14:04 |
sveinse | c0rnel: np | 14:04 |
Anticom | Any suggestions? | 14:04 |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has joined #yocto | 14:05 | |
*** tobias_ <tobias_!~tobias@www3.mikrolund.ideon.se> has joined #yocto | 14:05 | |
tobias_ | anyone who has some experience with cef and their new GN system in yocto? | 14:06 |
*** rubdos <rubdos!~rubdos@dhcp-184-129.vub.ac.be> has quit IRC | 14:07 | |
Ox4 | I have one more question: I would like to import my own database schema dump to mariadb after intallation, how can I do that using bbappend file? | 14:09 |
*** igor2 <igor2!~igor@189.112.127.225> has joined #yocto | 14:09 | |
*** tobias_ <tobias_!~tobias@www3.mikrolund.ideon.se> has quit IRC | 14:09 | |
Anticom | Ox4: Probably belongs to do_install task | 14:10 |
*** qt-x <qt-x!~Thunderbi@217.10.196.2> has quit IRC | 14:11 | |
Ox4 | I see the pkg_postinst_${PN}-server function in the mariadb.inc | 14:12 |
Anticom | post-package-install would work too i guess | 14:13 |
Anticom | so just append to this task (pkg_postinst_mariadb-server_append() { /* import schema dump */ } | 14:14 |
Ox4 | but I cannot use mysqlimport because the server is not running yet | 14:14 |
Anticom | rburton: Can you help with the broken eclipse link? | 14:14 |
Anticom | Ox4: can't you just copy the files to sysroot? | 14:15 |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 14:15 | |
Anticom | i'm not sure whether anything else is needed | 14:15 |
sveinse | I'm trying to write a recipe for canfestival, and I get this linker error: https://bpaste.net/show/3a0319b4a893 | 14:16 |
sveinse | Does someone here happen to know what this can be? I've tried quite a few arguments/permutations in devshell, but I can't get it to link | 14:17 |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has joined #yocto | 14:20 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC | 14:20 | |
Anticom | sveinse: probably forgott to link against some library. Ask the guys over at ##c or ##c++ | 14:21 |
*** toscalix <toscalix!~toscalix@port-87-193-211-36.static.qsc.de> has joined #yocto | 14:22 | |
rburton | Anticom: come a bug please | 14:23 |
*** arkver <arkver!~arkver@host81-135-70-147.range81-135.btcentralplus.com> has joined #yocto | 14:23 | |
Anticom | rburton: ?? I've looked into 2.1.1 etc. directories but there was no "neon" subdirectory | 14:23 |
*** zeenix <zeenix!~zeenix@83.218.80.242> has joined #yocto | 14:23 | |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 14:24 | |
*** jku <jku!jku@nat/intel/x-nfcwhsrtdycnbaqe> has quit IRC | 14:24 | |
rburton | Anticom: literally no idea re eclipse, but if there's a problem then file a bug and CC tim orling | 14:24 |
Anticom | rburton: Not sure whether it's a bug. I'm guessing the latest docs is just ahead of the actual builds (?) | 14:24 |
*** manuel__ <manuel__!~manuel@209.6.175.242> has joined #yocto | 14:25 | |
Ox4 | Anticom: do you mean the datebase? | 14:25 |
Anticom | Ox4: yes | 14:25 |
Ox4 | I think the mysqlimport is the better approach | 14:25 |
Anticom | Ox4: I don't know mariadb but usually they just store their stuff in some rather portable files. So if you just copy the files to your sysroot it should work out just fine | 14:25 |
Ox4 | Anticom: yes, I can create the dump file of the database but I would like to store this dump back after the building mariadb package | 14:28 |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 14:28 | |
sveinse | Anticom: I doubt it. Upstream code works when cross compiling under other build envs. It's when I take it to Yocto it stops. This "libc.so.6: error adding symbols: DSO missing from command line" which perplexes me | 14:32 |
sveinse | I've checked that the missing symbol is indeed present in libc.so.6 (albeit under a weak symbol) | 14:32 |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 14:33 | |
Anticom | sveinse: inspect log.do_compile in path/to/build/tmp/work/<arch>/<recipe>/<version>/temp and check whether everything is build/linked as you do it on your dev machine or wherever it does work | 14:34 |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC | 14:34 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.187.182> has quit IRC | 14:35 | |
Anticom | sveinse: also you could add TARGET_LDFLAGS += "-Wl,-t" to get a trace of what libs exactly are linked | 14:35 |
Anticom | (not sure, whether you need the -Wl, there or not) | 14:35 |
sveinse | Anticom: I'm am manually working in devshell and testing various options (including -t) | 14:36 |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 14:37 | |
sveinse | It does not reveal anything more than the above failure | 14:37 |
sveinse | I was inclined towards adding -lc, but then it fails on missing _start, so apparently it seems the linker startup has gone haywire | 14:38 |
*** mckoan is now known as mckoan|away | 14:38 | |
sveinse | hah, got it! | 14:41 |
sveinse | upstream is using ld for linking. Change it to gcc and it links properly | 14:41 |
HyP3r | marka: hey I've tried extrausers.bbclass but I get this error: opkg_install_cmd: Cannot install package racechip-password | 14:42 |
HyP3r | marka: http://pastebin.com/iDKcCBCq <- this is the recpie | 14:42 |
HyP3r | marka: I really don't know why, and I don't know how to troulbeshoot that | 14:42 |
* marka looks | 14:44 | |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has joined #yocto | 14:46 | |
*** toscalix <toscalix!~toscalix@port-87-193-211-36.static.qsc.de> has quit IRC | 14:46 | |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 14:48 | |
marka | HyP3r: the -P should be lowercase. no? | 14:48 |
Anticom | sveinse: #blametheprogrammer :D | 14:48 |
marka | outside of that I would attempt to get any additional error logging since "Cannot install package..." is not all that useful | 14:49 |
sveinse | Anticom: heh, yes. #they are to blame, we're perfect. #pridebeforethefall :P | 14:49 |
marka | possibly get a system up and running with smartpm and attempt to install the package, as opposed to including it in rootfs creation | 14:49 |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has joined #yocto | 14:50 | |
marka | but first look at the capital P, pretty sure that should be p | 14:51 |
*** stephano <stephano!~stephano@134.134.137.75> has joined #yocto | 14:52 | |
*** mortderire1 <mortderire1!~rkinsell@192.198.151.43> has quit IRC | 14:52 | |
HyP3r | marka: this 's/-P/-p/g' could be the solution but I'm confused take a look at that: https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_change_the_root_password | 14:53 |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has quit IRC | 14:53 | |
armpit | YPTM armin is on | 14:54 |
HyP3r | marka: how can I give you more information like that? | 14:54 |
HyP3r | marka: or what log file do you want | 14:54 |
*** nsrajanme <nsrajanme!~androirc@183.83.51.140> has joined #yocto | 14:54 | |
sjolley | YPTM: Ready-Access Number: 8007302996 Access Code: 2705751 | 14:55 |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has joined #yocto | 14:55 | |
marka | HyP3r: ya, I would say a quick glance the wiki might have a typo for /P/p/ | 14:56 |
marka | EXTRA_USERS_PARAMS is calling the commands | 14:56 |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 14:56 | |
marka | and usermod AFAIK only has '-p' | 14:56 |
sjolley | YPTM: Stephen Joined | 14:57 |
*** mortderire <mortderire!rkinsell@nat/intel/x-jiuunbcttzaigfzl> has joined #yocto | 14:57 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 14:57 | |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has quit IRC | 14:57 | |
marka | HyP3r: as for getting more information I can attempt to reproduce your issue here | 14:57 |
marka | but rather than wait for me I definitely encourage you to see what you can get | 14:58 |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has joined #yocto | 14:58 | |
marka | again, I think attempting to install with smart on a running system will yield more useful information, gut feeling | 14:58 |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 14:58 | |
joshuagl | YPTM: Joshua joined | 14:59 |
sveinse | This upstream code does not separate on ${bindir} and {libdir}. Is there a common prefix variable I can use? Or do I strictly need to patch its build system here? | 14:59 |
*** jku <jku!~jku@178-75-131-14.bb.dnainternet.fi> has joined #yocto | 14:59 | |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has joined #yocto | 14:59 | |
rburton | sveinse: have a look at bitbake.conf. ${prefix} is likely what you want. | 15:00 |
kergoth | why do people keep adding a redundant [oe-core] to their patch submission subject lines? | 15:00 |
*** belen <belen!~Adium@106.216.189.99> has joined #yocto | 15:00 | |
kergoth | it's pointless, the list adds it anyway, and the readme in the layer says nothing about that crap | 15:00 |
*** toscalix <toscalix!~toscalix@port-87-193-211-36.static.qsc.de> has joined #yocto | 15:01 | |
joshuagl | that sort of thing is the reason dvhart wrote tools for creating and submitting patches | 15:02 |
HyP3r | marka: I guess the problem is: Unknown package 'racechip-password'. | 15:03 |
HyP3r | marka: a package with no files is no package... I added this extrausers to another packages which is also delivering files | 15:03 |
*** toscalix_ <toscalix_!~toscalix@ipservice-092-216-113-150.092.216.pools.vodafone-ip.de> has quit IRC | 15:04 | |
marka | HyP3r: I was curious about that | 15:05 |
*** Aethenelle <Aethenelle!~Aethenell@166.175.187.182> has joined #yocto | 15:06 | |
sveinse | rburton: thanks | 15:06 |
sveinse | Are there any examples of any recipes that generates both target packages as well as native packages from the same source/recipe? | 15:06 |
marka | you can probably confirm that easy enough by looking at the packages-split directory | 15:06 |
sjolley | YPTM is over. | 15:06 |
armpit | wow all ARs are assign to ross | 15:06 |
joshuagl | best way to keep the meeting short "ross said he'll do it" | 15:07 |
rburton | hang on what | 15:07 |
marka | HyP3r: anyways, lots of info out there for you to debug work around 'empty' package rules | 15:07 |
rburton | sveinse: everything that uses BBCLASSEXTEND | 15:07 |
rburton | oh it was YPTM | 15:07 |
sveinse | oh, sorry guys | 15:08 |
rburton | i guess i should read the minutes | 15:08 |
HyP3r | marka: ok I run it now seems to work :D | 15:09 |
marka | good stuff | 15:09 |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC | 15:10 | |
*** Aethenelle_ <Aethenelle_!~Aethenell@199.15.128.78> has joined #yocto | 15:11 | |
*** Aethenelle <Aethenelle!~Aethenell@166.175.187.182> has quit IRC | 15:11 | |
*** Aethenelle_ is now known as Aethenelle | 15:11 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 15:11 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 15:12 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has joined #yocto | 15:16 | |
*** Crofton <Crofton!~Crofton@149.199.65.200> has joined #yocto | 15:20 | |
*** rubdos <rubdos!~rubdos@host-85-27-50-55.dynamic.voo.be> has joined #yocto | 15:20 | |
*** frsc <frsc!~frsc@80.149.173.67> has quit IRC | 15:21 | |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has joined #yocto | 15:23 | |
*** jonver <jonver!~jonver___@dD577603A.access.telenet.be> has quit IRC | 15:26 | |
*** belen <belen!~Adium@106.216.189.99> has quit IRC | 15:30 | |
*** sveinse <sveinse!~chatzilla@79.160.140.131> has quit IRC | 15:36 | |
*** denix <denix!~denix@pool-100-15-110-130.washdc.fios.verizon.net> has quit IRC | 15:37 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 15:38 | |
*** ernstp <ernstp!uid168075@gateway/web/irccloud.com/x-eupnpfkakjtnhbxc> has quit IRC | 15:39 | |
*** joseppc <joseppc!~josep@linaro/joseppc> has quit IRC | 15:40 | |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has quit IRC | 15:40 | |
*** armpit <armpit!~akuster@c-76-20-92-207.hsd1.ca.comcast.net> has quit IRC | 15:49 | |
fishey1 | What's the right way for a layer to provide a configuration file intended for use with populate_sdk? It looks like meta-qt5 is providing some bbclasses to do this (populate_sdk_qt5.bbclass & populate_sdk_qt5_base.bbclass), is that the right way to handle it? | 15:50 |
*** rt <rt!~rt@p4FD4BBC1.dip0.t-ipconnect.de> has joined #yocto | 15:51 | |
*** rajm <rajm!~robertmar@82-70-136-246.dsl.in-addr.zen.co.uk> has quit IRC | 15:53 | |
*** paulg <paulg!~paulg@OTWAON23-3096772825.sdsl.bell.ca> has quit IRC | 15:54 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 15:54 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 15:55 | |
kergoth | fishey1: that depends on what the file is | 15:55 |
kergoth | RP1: ping | 15:55 |
*** moto-timo <moto-timo!ttorling@fsf/member/moto-timo> has quit IRC | 15:55 | |
fishey1 | kergoth: setting environment variables for qmake to build for target | 15:55 |
fishey1 | dropped in environment-setup.d | 15:55 |
kergoth | just write a new recipe, either nativesdk or target, depending on which sysroot you want to have the environment-setup.d in | 15:56 |
kergoth | then add that to TOOLCHAIN_HOST_TASK or TOOLCHAIN_TARGET_TASK, respectively | 15:56 |
*** moto-timo <moto-timo!~ttorling@134.134.139.72> has joined #yocto | 15:57 | |
*** moto-timo <moto-timo!~ttorling@134.134.139.72> has quit IRC | 15:57 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has joined #yocto | 15:57 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has joined #yocto | 15:58 | |
*** moto-timo <moto-timo!~ttorling@fsf/member/moto-timo> has quit IRC | 15:58 | |
*** moto-timo <moto-timo!ttorling@fsf/member/moto-timo> has joined #yocto | 15:58 | |
Ox4 | can I print out my custom variables definition from bbappend file to the output? | 16:00 |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 16:00 | |
fishey1 | that makes sense. so instead of using ${SDK_OUTPUT}${SDKPATHNATIVE}/environment-setup.d (which is what qt4 is doing right now in a `create_sdk_files_apped`, just have a recipe with a do_install that uses ${D}/environment-setup.d (and add to the TOOLCHAIN_*_TASK as appropriate)? Sounds... sane. Is there a guideline on which sysroot's (host or target) environment-setup.d should be used? I'm leaning towards | 16:00 |
kergoth | Ox4: just use bitbake -e, the same way you'd examine any recipe or metadata variables | 16:00 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 16:00 | |
fishey1 | TARGET as this config references some paths in target. | 16:00 |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 16:00 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 16:01 | |
kergoth | fishey1: yeah, it really depends on what variables you need. if you need host/target stuff, you won't have access to those in a nativesdk recipe | 16:01 |
*** zeenix <zeenix!~zeenix@83.218.80.242> has quit IRC | 16:02 | |
Ox4 | kergoth: nice. Thank you | 16:02 |
kergoth | specifically bitbake -e yourrecipe | 16:03 |
kergoth | np | 16:03 |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has quit IRC | 16:03 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has joined #yocto | 16:04 | |
*** dl9pf <dl9pf!~quassel@static.88-198-106-157.clients.your-server.de> has quit IRC | 16:04 | |
*** dl9pf <dl9pf!~quassel@opensuse/member/dl9pf> has joined #yocto | 16:04 | |
*** dholland <dholland!~quassel@vpn.pelagicore.de> has quit IRC | 16:04 | |
*** eduardas_m <eduardas_m!~eduardas_@213.197.143.19> has quit IRC | 16:04 | |
*** seezer <seezer!quassel@quassel/developer/seezer> has quit IRC | 16:04 | |
*** dholland <dholland!~quassel@vpn.pelagicore.de> has joined #yocto | 16:05 | |
RP1 | kergoth: hi | 16:05 |
kergoth | RP1: any tips on debugging a taskhash mismatch encountered by an automated build? the only sigdata in stamps is one of the two, so can't compare | 16:06 |
*** seezer <seezer!~seezer@quassel/developer/seezer> has joined #yocto | 16:07 | |
CTtpollard | fun | 16:08 |
*** nsrajanme <nsrajanme!~androirc@183.83.51.140> has quit IRC | 16:11 | |
kergoth | hmmm | 16:11 |
Ox4 | if I create a variable outside any function in the bbappend file like MYVAR = "SELECT * FROM database;" | 16:12 |
Ox4 | should I use it in the function like ${MYVAR}? | 16:12 |
*** fl0v01 <fl0v01!~fvo@pD9F6B4C1.dip0.t-ipconnect.de> has quit IRC | 16:12 | |
kergoth | that's how bitbake variables work, yes | 16:12 |
kergoth | see the bitbake user manual | 16:13 |
kergoth | Ox4: https://www.yoctoproject.org/docs/2.2/bitbake-user-manual/bitbake-user-manual.html, https://www.yoctoproject.org/docs/2.2/bitbake-user-manual/bitbake-user-manual.html#basic-syntax | 16:13 |
Ox4 | very helpfull, thank you again :) | 16:14 |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has joined #yocto | 16:19 | |
fishey1 | kergoth: ok, so what if the sdk needs a symlink from SDKPATHNATIVE to SDKTARGETSYSROOT? This seems like it's probably completely wrong to do, yet meta-qt4 does it today. I suppose I'll keep that around in a bbclass used for the sdk and look at the root cause later. | 16:21 |
RP1 | kergoth: you probably need to have it dump the stamps at parse time | 16:22 |
RP1 | kergoth: The line "Slow but can be useful for debugging mismatched basehashes" in siggen.py | 16:22 |
RP1 | kergoth: there is an open bug about this, is performance verses debugging issue :/ | 16:23 |
kergoth | okay, thanks. wonder if we should add an argument for that.. should we have too many args already.. | 16:23 |
*** grma <grma!~gruberm@80.93.38.128> has quit IRC | 16:26 | |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has joined #yocto | 16:27 | |
*** crankslider <crankslider!~slidercra@unaffiliated/slidercrank> has joined #yocto | 16:29 | |
*** mr_science <mr_science!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:35 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:35 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 16:37 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 16:37 | |
*** boostlinux <boostlinux!5f5ac6ec@gateway/web/freenode/ip.95.90.198.236> has joined #yocto | 16:37 | |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 16:43 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has quit IRC | 16:43 | |
*** jbrianceau is now known as jbrianceau_away | 16:48 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 16:48 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has joined #yocto | 16:49 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 16:51 | |
*** Biliogadafr <Biliogadafr!~PIN@nat2-minsk-pool-46-53-194-183.telecom.by> has joined #yocto | 16:56 | |
Ox4 | guys, what is wrong with this bbappend file: http://dpaste.com/3F1963C ? | 16:57 |
Ox4 | The mariadb package was built successfully, but I don't see my database :-( | 16:57 |
*** yann <yann!~yann@85-171-21-92.rev.numericable.fr> has quit IRC | 16:57 | |
*** nsrajanme <nsrajanme!~androirc@183.83.51.140> has joined #yocto | 16:58 | |
*** sjolley <sjolley!~sjolley@134.134.139.76> has quit IRC | 16:59 | |
Ox4 | sorry, this one is correct version: http://dpaste.com/30D13HH | 17:00 |
*** psadro <psadro!~Thunderbi@2620:0:ed0:800a:72f3:95ff:fe1d:9866> has joined #yocto | 17:01 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 17:04 | |
Ox4 | and another question: how to make escaped quotes in the recipe? The "\"" is enough? | 17:06 |
seebs | So looking at the rules you have there, it seems to me that the mysql -e command is unlikely to do what you want. | 17:07 |
seebs | Because there's no quoting involved, so you end up just invoking: mysql -e CREATE DATABASE [...] | 17:08 |
seebs | In particular, the semicolon after ${DATABASENAME} would be the end of the mysql command. | 17:08 |
Ox4 | yes it is | 17:08 |
seebs | So it would then execute GRANT USAGE ON *.* [...] as a new command. | 17:08 |
Ox4 | that's is why I have asked about quotes | 17:08 |
seebs | I think what you might want is mysql -e "${SQL_CREATE_DATABASE} ... " | 17:09 |
seebs | with the quotes in the shell command. | 17:09 |
seebs | But the other thing is... It seems to me that this should have *failed*. | 17:09 |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 17:09 | |
seebs | So if you didn't get a failure when the shell tried to invoke a nonexistent command named GRANT, it's probable that the append didn't work as expected. | 17:09 |
*** behanw <behanw!uid110099@gateway/web/irccloud.com/x-iuovrlovbnfzafxu> has joined #yocto | 17:11 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 17:13 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 17:15 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has joined #yocto | 17:17 | |
Ox4 | seebs: what about "< database_dump.sql", is it correct? | 17:19 |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 17:20 | |
seebs | Possibly? You might need to specify the path you installed it in. | 17:21 |
seebs | Oh, hmm. That's a postinst. That may not run until the system boots, and then you'd get a log from it. | 17:21 |
*** dv_ <dv_!~quassel@62.178.118.86> has quit IRC | 17:22 | |
*** dv__ <dv__!~quassel@62.178.118.86> has joined #yocto | 17:22 | |
*** pohly <pohly!~pohly@p57A57A4C.dip0.t-ipconnect.de> has quit IRC | 17:23 | |
Ox4 | hm, interesting | 17:24 |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 17:25 | |
*** psnsilva <psnsilva!~psnsilva@193-126-29-154.net.novis.pt> has quit IRC | 17:34 | |
*** armpit <armpit!~akuster@50-233-148-156-static.hfc.comcastbusiness.net> has joined #yocto | 17:46 | |
*** arkver <arkver!~arkver@host81-135-70-147.range81-135.btcentralplus.com> has quit IRC | 17:47 | |
*** t0mmy <t0mmy!~tprrt@217.114.201.133> has quit IRC | 17:50 | |
*** JaMa <JaMa!~martin@ip-89-176-104-169.net.upcbroadband.cz> has quit IRC | 17:51 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 17:53 | |
*** Nilesh_ <Nilesh_!uid116340@gateway/web/irccloud.com/x-tahjhcdjdxsxghyt> has quit IRC | 17:57 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 18:00 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 18:03 | |
*** yann <yann!~yann@nan92-1-81-57-214-146.fbx.proxad.net> has joined #yocto | 18:04 | |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has quit IRC | 18:05 | |
*** Anticom <Anticom!~quassel@217.6.33.234> has quit IRC | 18:16 | |
*** Tronics <Tronics!d8fdcb12@gateway/web/freenode/ip.216.253.203.18> has joined #yocto | 18:29 | |
*** Tronics <Tronics!d8fdcb12@gateway/web/freenode/ip.216.253.203.18> has quit IRC | 18:30 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@host201-132-dynamic.10-87-r.retail.telecomitalia.it> has joined #yocto | 18:46 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has joined #yocto | 18:46 | |
*** mps_ <mps_!uid23421@gateway/web/irccloud.com/x-npnysasnizbeirlw> has quit IRC | 18:48 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-qhfssvlhakmxuidk> has quit IRC | 18:50 | |
*** LocutusOfBorg <LocutusOfBorg!~Gianfranc@ubuntu/member/locutusofborg> has quit IRC | 18:50 | |
*** toscalix <toscalix!~toscalix@port-87-193-211-36.static.qsc.de> has quit IRC | 18:52 | |
*** toscalix <toscalix!~toscalix@port-87-193-211-36.static.qsc.de> has joined #yocto | 18:52 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 18:58 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 18:59 | |
*** khem <khem!~khem@unaffiliated/khem> has quit IRC | 19:01 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-ueofkxqwibdaqstj> has quit IRC | 19:07 | |
*** GoatFounDeR <GoatFounDeR!~thomas@41.193.196.120> has joined #yocto | 19:17 | |
*** Circuitsoft <Circuitsoft!4b92a52b@gateway/web/freenode/ip.75.146.165.43> has joined #yocto | 19:17 | |
Circuitsoft | Hello - what would I add to my DEPENDS= line to compile against libbfd? | 19:18 |
Circuitsoft | binutils? | 19:18 |
kergoth | bluelightning: thoughts on changing bitbake-layers show-layers output more script-friendly? either automatically based on stdout/stderr being a tty, or an argument? i.e. tab-seperated, no header, rather than space separated with a header and header separator | 19:19 |
*** adelcast <adelcast!~adelcast@130.164.62.126> has quit IRC | 19:23 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has quit IRC | 19:23 | |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has joined #yocto | 19:25 | |
*** stephano <stephano!~stephano@134.134.137.75> has quit IRC | 19:27 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 19:28 | |
bluelightning | Circuitsoft: that sounds correct | 19:28 |
bluelightning | kergoth: I'd be in favour... the headers there and for some of the other commands have always been a bit bothersome for scripts | 19:29 |
*** adelcast <adelcast!~adelcast@130.164.62.126> has joined #yocto | 19:29 | |
Circuitsoft | bluelightning: The package in question (ipxe) uses straight Make, rather than configure. Does it need to pull an include path from the environment somehow? | 19:31 |
Circuitsoft | With binutils in DEPENDS, it still can't find bfd.h | 19:31 |
bluelightning | Circuitsoft: depends entirely on what the makefile is doing | 19:32 |
Circuitsoft | CC := $(CROSS_COMPILE)gcc | 19:32 |
Circuitsoft | Hmm. | 19:32 |
kergoth | bluelightning: k, will have to give it some thought re the semantics, ideally we want to look good for the user, but still be nicely scriptable. thanks for the input. | 19:32 |
kergoth | aside, just found another situation where you can use bitbake-layers to get yourself into a situation you can't use it to get out of. missing layer dependency = bblayers no longer parsable. hrmph. might add a dep check to add-layer to prevent a user from getting into that situation | 19:33 |
kergoth | hrmph | 19:33 |
*** mortderire <mortderire!rkinsell@nat/intel/x-jiuunbcttzaigfzl> has quit IRC | 19:33 | |
bluelightning | Circuitsoft: you know there's a recipe for ipxe in meta-virtualization, right? http://layers.openembedded.org/layerindex/recipe/33112/ | 19:34 |
Circuitsoft | I'm using that. | 19:34 |
bluelightning | kergoth: yes, I'd noticed that too... unfortunate side-effect | 19:34 |
Circuitsoft | It fails when building util/elf2efi32 | 19:34 |
bluelightning | Circuitsoft: ok, great, just checking | 19:34 |
bluelightning | Circuitsoft: yes, that CC value is not what you want, it should be using the CC value from the environment | 19:35 |
Circuitsoft | It's hardcoded in the Makefile. I'll have to come up with a patch. | 19:35 |
bluelightning | Circuitsoft: well, maybe not | 19:36 |
*** rcwoolley_ <rcwoolley_!~rwoolley@128.224.252.2> has quit IRC | 19:36 | |
Circuitsoft | Acutally, I think it's using HOST_CC which is hardcoded as gcc | 19:36 |
bluelightning | Circuitsoft: in previous versions that was forced, we always passed -e to make, as of the last major release we stopped doing that | 19:36 |
kergoth | EXTRA_OEMAKE Is our friend. explicitly pass it in | 19:36 |
*** paulg <paulg!~paulg@70.52.193.89> has joined #yocto | 19:36 | |
bluelightning | right, that's what I was alluding to | 19:37 |
*** GoatFounDeR <GoatFounDeR!~thomas@41.193.196.120> has quit IRC | 19:37 | |
Circuitsoft | So, installing libiberty-dev and binutils-dev on my host machine fixed it. | 19:37 |
Circuitsoft | The recipe already requires binutils-native. | 19:37 |
Circuitsoft | Where should it find the native dev packages? | 19:38 |
bluelightning | in the native sysroot | 19:39 |
bluelightning | which it should already be looking in... | 19:40 |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 19:43 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 19:43 | |
Circuitsoft | Looks like it should be using BUILD_CFLAGS for native programs? | 19:43 |
*** rcw <rcw!~rwoolley@128.224.252.2> has joined #yocto | 19:44 | |
fishey1 | Circuitsoft: you should use ${CFLAGS} and allow the native.bbclass to set that var as appropriate | 19:48 |
fishey1 | iiuc | 19:48 |
*** toanju <toanju!~toanju@x4db42072.dyn.telefonica.de> has joined #yocto | 19:49 | |
Circuitsoft | fishey1: It's not a native package, but it has one native executable it has to build, to finish the target. | 19:49 |
fishey1 | in that case, BUILD_CFLAGS may work, though I'd also consider (and perhaps recommend) depending on a foo-tools-native package instead of having the target package build native tools. I suppose it would depend on whether the native tools are normally installed. u-boot does something like this. | 19:51 |
fishey1 | s/may/should/ | 19:52 |
Circuitsoft | The tool in question is elf2efi32 and elf2efi64 | 19:52 |
Circuitsoft | Okay. So, the magic invocation is: make HOST_CFLAGS="$BUILD_CFLAGS $BUILD_LDFLAGS" | 19:54 |
kergoth | you'll want to obey BUILD_CC for HOST_CC too | 19:57 |
kergoth | if youaren't already | 19:57 |
Circuitsoft | So far, BUILD_CC seems to be just "gcc", but I should add that too. | 19:57 |
kergoth | it is, but isn't guaranteed to be. in some cases folks override it to e.g. force use of a compatible gcc version on distros running the bleeding edge | 19:58 |
*** benjamirc <benjamirc!besquive@nat/intel/x-fzhfsgiygaolqkcu> has joined #yocto | 20:05 | |
*** Crofton <Crofton!~Crofton@149.199.65.200> has quit IRC | 20:07 | |
*** Crofton <Crofton!~Crofton@149.199.65.200> has joined #yocto | 20:09 | |
*** rcw <rcw!~rwoolley@128.224.252.2> has quit IRC | 20:09 | |
*** dreyna <dreyna!~dreyna@c-24-5-28-247.hsd1.ca.comcast.net> has quit IRC | 20:10 | |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 20:12 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 20:12 | |
*** morphis_ <morphis_!~morphis@pD9ED63C4.dip0.t-ipconnect.de> has quit IRC | 20:15 | |
*** melonipoika <melonipoika!~jose@194.9.252.237> has quit IRC | 20:18 | |
*** melonipoika <melonipoika!~jose@194.9.252.237> has joined #yocto | 20:19 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has joined #yocto | 20:20 | |
yann | is it not supported, to specify a branchname as SRCREV ? Looks like nothing will trigger a check-if-iI-need-to-fetch | 20:28 |
bluelightning | yann: in that case you want to use branch=<branchname> and SRCREV = "${AUTOREV}" (or specify a specific revision on that branch, if you prefer) | 20:31 |
bluelightning | where ;branch=<branchname> goes on the end of the SRC_URI entry | 20:31 |
yann | I had the branch already AUTOREV was what I was missing | 20:31 |
yann | thx | 20:32 |
yann | wouldn't it be a good place to have AUTOREV mentionned in the " Fetching Code" part of the dev-manual ? | 20:33 |
*** vmesons <vmesons!~rmacleod@24-212-184-107.cable.teksavvy.com> has quit IRC | 20:33 | |
*** vmeson <vmeson!~rmacleod@24-212-184-107.cable.teksavvy.com> has joined #yocto | 20:33 | |
*** mbergek <mbergek!~mbergek@c-4ab0e055.17-2-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 20:34 | |
yann | maybe it's just missing an xref to "using an external scm", in fact | 20:36 |
*** mbergek <mbergek!~mbergek@c-4ab0e055.17-2-64736c10.cust.bredbandsbolaget.se> has quit IRC | 20:44 | |
*** marka <marka!~marka@128.224.252.2> has quit IRC | 20:45 | |
bluelightning | yann: hmm, yes, we should try to cover that somehow - the external SCM section probably needs some reworking too | 20:46 |
yann | yes - I'm currently trying to find how I activate AUTOINC to be handled, but just can't find it anymore | 20:48 |
yann | ah, found it | 20:50 |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 20:53 | |
bluelightning | yann: er - AUTOINC is just a placeholder, you shouldn't need to "activate" it | 20:54 |
bluelightning | yann: it gets replaced when the packages are created | 20:54 |
*** maxs___ <maxs___!d59ffba8@gateway/web/freenode/ip.213.159.251.168> has joined #yocto | 20:54 | |
yann | yes, I meant using the PR service - if I had the name in mind I would have got to it immediately :) | 20:54 |
bluelightning | ah, right, I see | 20:54 |
bluelightning | we really ought to be clearer that you need to enable the PR service to get properly incrementing versions | 20:55 |
bluelightning | maybe we should just turn on a local one by default | 20:55 |
*** istarilucky <istarilucky!~rlucca@189.112.127.225> has quit IRC | 20:55 | |
yann | btw, how open is 2.2 for changes ? | 20:56 |
yann | I have an embryo of a useful addition, allowing to produce RO images in some cases where qemu does not fully support the target | 20:57 |
yann | "just" need to find a reliable test to activate this in preference to qemu in the postinst-intercepts | 20:58 |
yann | in my case, working with an amdfalconx86, which defaults to using the dbfp4 tune, which is not supported in qemu - but for which running native binaries in postinst-intercepts ought to be good on an x86_64 host | 21:00 |
bluelightning | yann: at this point that will probably have to wait for 2.3, but you could still RFC it now | 21:01 |
yann | just not sure how to test for the compatibility in the postinst-intercept script. Maybe it would be better to have the "compat" checked at OE level, and the intercept just check that | 21:02 |
yann | ok, will do that | 21:05 |
RP1 | seebs: did you see the renameat patch for pseudo? any thoughts on that?(https://bugzilla.yoctoproject.org/show_bug.cgi?id=10349) | 21:05 |
yocti | Bug 10349: normal, Undecided, ---, mark.hatle, NEW , renameat() loses extended attributes | 21:05 |
*** dreyna <dreyna!~dreyna@unknown-216-201.windriver.com> has joined #yocto | 21:05 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has joined #yocto | 21:16 | |
*** berton <berton!~fabio@187.23.155.148> has quit IRC | 21:17 | |
*** mortderire <mortderire!~rkinsell@192.198.151.43> has quit IRC | 21:17 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has quit IRC | 21:19 | |
*** toanju <toanju!~toanju@x4db42072.dyn.telefonica.de> has quit IRC | 21:25 | |
*** ntl <ntl!~nathanl@cpe-24-242-74-130.austin.res.rr.com> has quit IRC | 21:25 | |
*** bc86 <bc86!~maxs@213.159.251.168> has joined #yocto | 21:34 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 21:35 | |
*** joshuagl <joshuagl!~joshuagl@192.198.151.45> has quit IRC | 21:35 | |
*** toanju <toanju!~toanju@185.27.182.30> has joined #yocto | 21:37 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 21:41 | |
*** bc86 <bc86!~maxs@213.159.251.168> has quit IRC | 21:44 | |
*** dmoseley <dmoseley!~dmoseley@6532158hfc157.tampabay.res.rr.com> has quit IRC | 21:45 | |
*** toanju <toanju!~toanju@185.27.182.30> has quit IRC | 21:46 | |
*** bc86 <bc86!~maxs@213.159.251.168> has joined #yocto | 21:47 | |
*** paulg <paulg!~paulg@70.52.193.89> has quit IRC | 21:47 | |
*** clsulliv <clsulliv!~clsulliv@134.134.137.73> has quit IRC | 21:48 | |
*** sjolley <sjolley!~sjolley@134.134.137.71> has quit IRC | 21:51 | |
*** sjolley <sjolley!sjolley@nat/intel/x-apyektgbualpvtdv> has joined #yocto | 21:51 | |
*** maxs___ <maxs___!d59ffba8@gateway/web/freenode/ip.213.159.251.168> has quit IRC | 21:52 | |
*** jku <jku!~jku@178-75-131-14.bb.dnainternet.fi> has quit IRC | 21:55 | |
*** sjolley <sjolley!sjolley@nat/intel/x-apyektgbualpvtdv> has quit IRC | 21:58 | |
*** igor5 <igor5!~igor@177.159.144.73> has joined #yocto | 21:59 | |
*** sameo <sameo!~samuel@192.55.54.43> has joined #yocto | 22:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** igor2 <igor2!~igor@189.112.127.225> has quit IRC | 22:01 | |
*** fmeerkoetter <fmeerkoetter!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** paulg <paulg!~paulg@173.239.178.230> has joined #yocto | 22:03 | |
*** clsulliv <clsulliv!~clsulliv@134.134.137.73> has joined #yocto | 22:04 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.74> has joined #yocto | 22:11 | |
gnac | Does the eclipse yocto plugin allow you to configure your yocto image? | 22:17 |
*** rburton <rburton!~Adium@home.burtonini.com> has quit IRC | 22:21 | |
moto-timo | gnac: it really is only for editing, compiling, debugging applications right now | 22:21 |
moto-timo | gnac: for image configuration one option would be toaster | 22:21 |
gnac | moto-timo: okay, thanks. | 22:22 |
*** sjolley <sjolley!~sjolley@134.134.139.78> has joined #yocto | 22:22 | |
gnac | Second question, is it possible to generate an SDK with crosscompilers for windows hosts (to a yocto target)? | 22:22 |
moto-timo | gnac: you need to use meta-mingw | 22:23 |
gnac | Don't flame me on needing a Windows host, its an Enterprise requirement. | 22:23 |
moto-timo | gnac: otherwise, you want to use CROPS | 22:23 |
gnac | are those recipes/options? or separate downloads? | 22:23 |
moto-timo | gnac: https://github.com/crops/docker-win-mac-docs/wiki | 22:23 |
moto-timo | it's rather bleeding edge, but it works | 22:24 |
moto-timo | It will be more fleshed out in 2.3 | 22:25 |
gnac | I recognize the need to build the yocto "OS" image in a linux host. There is an enterprise packager of yocto that also generates an SDK for use on compiling for linux yocto targets from within windows. | 22:25 |
moto-timo | so either you builds the windows tools on meta-mingw or you need another hammer (CROPS) | 22:26 |
gnac | Okay, great,, I'll look at meta-mingw, thanks! | 22:26 |
moto-timo | sure | 22:26 |
*** blueness_ <blueness_!~blueness@gentoo/developer/blueness> has joined #yocto | 22:26 | |
*** sjolley1 <sjolley1!sjolley@nat/intel/x-rfzndeopxvwrjnsp> has joined #yocto | 22:29 | |
*** sjolley <sjolley!~sjolley@134.134.139.78> has quit IRC | 22:29 | |
*** igor5 <igor5!~igor@177.159.144.73> has quit IRC | 22:31 | |
*** Snert <Snert!~LoginName@106-24-237-24.gci.net> has joined #yocto | 22:34 | |
*** manuel__ <manuel__!~manuel@209.6.175.242> has quit IRC | 22:42 | |
*** Noor <Noor!~quassel@110.93.212.98> has quit IRC | 22:45 | |
*** Noor <Noor!~quassel@110.93.212.98> has joined #yocto | 22:45 | |
*** ftonello <ftonello!~felipe@ip5b40831a.dynamic.kabel-deutschland.de> has joined #yocto | 22:51 | |
*** benjamirc1 <benjamirc1!~besquive@134.134.139.74> has left #yocto | 22:53 | |
*** nighty <nighty!~nighty@s229123.ppp.asahi-net.or.jp> has quit IRC | 22:56 | |
*** agust <agust!~agust@p4FCB5F61.dip0.t-ipconnect.de> has quit IRC | 23:00 | |
*** boostlinux <boostlinux!5f5ac6ec@gateway/web/freenode/ip.95.90.198.236> has quit IRC | 23:03 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-fzhfsgiygaolqkcu> has quit IRC | 23:07 | |
*** Crofton <Crofton!~Crofton@149.199.65.200> has quit IRC | 23:10 | |
*** lamego <lamego!jose@nat/intel/x-tceqxeycxivuhkok> has quit IRC | 23:14 | |
*** paulg <paulg!~paulg@173.239.178.230> has quit IRC | 23:24 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has quit IRC | 23:27 | |
*** Snert_ <Snert_!~snert_@65.74.8.146> has joined #yocto | 23:27 | |
*** Crofton <Crofton!~Crofton@149.199.65.200> has joined #yocto | 23:31 | |
*** manuel__ <manuel__!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 23:41 | |
*** rt <rt!~rt@p4FD4BBC1.dip0.t-ipconnect.de> has quit IRC | 23:57 | |
*** rt90 <rt90!~rt@p200300C213C3E900F8D015E2AEE41FB6.dip0.t-ipconnect.de> has joined #yocto | 23:57 | |
*** nighty <nighty!~nighty@d246113.ppp.asahi-net.or.jp> has joined #yocto | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!