*** sarahsharp <sarahsharp!~sarah@134.134.139.76> has joined #yocto | 00:03 | |
*** manuel_ <manuel_!~manuel@c-24-218-80-235.hsd1.ma.comcast.net> has quit IRC | 00:06 | |
*** timsche <timsche!~quassel@port-92-192-31-163.dynamic.qsc.de> has joined #yocto | 00:08 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.76> has quit IRC | 00:09 | |
*** ionte_ <ionte_!uid48103@gateway/web/irccloud.com/x-xiqjdfvlbgiiqsma> has quit IRC | 00:20 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-lbtljmnkhqzxcpbz> has quit IRC | 00:29 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 00:33 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 00:36 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-dguyxsbrzhqswqlk> has joined #yocto | 00:44 | |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has quit IRC | 00:50 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 00:53 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 01:07 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-dguyxsbrzhqswqlk> has quit IRC | 01:07 | |
*** jmleo <jmleo!~jmleo@LDijon-156-64-30-180.w80-15.abo.wanadoo.fr> has quit IRC | 01:17 | |
*** paulg_ <paulg_!~paulg@24-52-251-107.cable.teksavvy.com> has joined #yocto | 01:18 | |
*** jmleo <jmleo!~jmleo@LDijon-156-64-30-180.w80-15.abo.wanadoo.fr> has joined #yocto | 01:18 | |
*** OutOfNoWhere <OutOfNoWhere!~rpb@199.68.195.102> has quit IRC | 02:23 | |
*** xulfer <xulfer!~xulfer@2001:41d0:2:5ee0::> has joined #yocto | 02:31 | |
*** xulfer <xulfer!~xulfer@2001:41d0:2:5ee0::> has quit IRC | 02:36 | |
*** paulg_ <paulg_!~paulg@24-52-251-107.cable.teksavvy.com> has quit IRC | 02:39 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 02:47 | |
*** hsychla_ <hsychla_!~hsychla@pd95c9392.dip0.t-ipconnect.de> has joined #yocto | 03:01 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 03:02 | |
*** hsychla <hsychla!~hsychla@pd95c9392.dip0.t-ipconnect.de> has quit IRC | 03:03 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 03:23 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 03:47 | |
*** zerus <zerus!~epetmab@host-95-197-71-57.mobileonline.telia.com> has joined #yocto | 04:28 | |
*** sjolley <sjolley!sjolley@nat/intel/x-ietsbsovcbifvhhx> has quit IRC | 04:42 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 04:44 | |
*** hamis <hamis!~irfan@110.93.212.98> has joined #yocto | 04:52 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 04:53 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 04:59 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 05:12 | |
*** zerus <zerus!~epetmab@host-95-197-71-57.mobileonline.telia.com> has quit IRC | 05:13 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 05:22 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has joined #yocto | 05:42 | |
*** agust <agust!~agust@pD9E2F8F4.dip0.t-ipconnect.de> has joined #yocto | 05:43 | |
*** drix <drix!c32a382b@gateway/web/freenode/ip.195.42.56.43> has joined #yocto | 05:44 | |
drix | hi guys | 05:45 |
---|---|---|
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 05:45 | |
drix | I'm trying to build images for several machines. Each of the machine inherits from intel-core2-32 machine definition. I'd like to override the default /etc/network/interfaces file. | 05:49 |
drix | What I did is I created my machines.conf inside my meta-drix/conf/machines/ | 05:50 |
drix | Then, inside the meta-drix/recipes-cores I created a init-ifupdown directory, that contains : | 05:51 |
drix | - init-ifupdown_1.0.bbappend | 05:51 |
drix | - all the machines/files/interfaces tree. | 05:52 |
drix | But it's not working :( | 05:52 |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has joined #yocto | 05:52 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 05:53 | |
nrossi | drix: you need to create a bbappend for init-ifupdown, which just adds your directory to the FILESEXTRAPATHS | 05:56 |
drix | yes, that's what I did, here is the content : | 05:57 |
drix | FILESEXTRAPATHS_prepend := "${THISDIR}/${MACHINE}/files:" | 05:57 |
nrossi | oh you are doing it in reverse... you should just have "files/<machine>/content" | 05:57 |
nrossi | then your prepend can just be "${THISDIR}/files:" | 05:57 |
*** mago_ <mago_!~mago@88.131.56.168> has quit IRC | 05:58 | |
nrossi | and that will let bitbake handle the priority based on the overrides | 05:58 |
drix | oh, thanks, i'll try this. | 05:59 |
nrossi | http://git.yoctoproject.org/cgit/cgit.cgi/meta-fsl-ppc/tree/recipes-core/init-ifupdown | 06:00 |
nrossi | thats an example of how you should do it ;) | 06:00 |
drix | Thanks, | 06:01 |
drix | thus, I need to use the base package name of the machine name ? | 06:02 |
nrossi | oh you dont need to use "BPN", "files" is fine. the meta-intel layer uses files: http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/tree/meta-fri2/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend?h=master | 06:02 |
nrossi | BPN = Binary Package Name | 06:02 |
drix | Alright, thanks. I'll try with files. | 06:03 |
nrossi | actually, its "Bare Package Name"... silly me.. :P http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#var-BPN | 06:04 |
drix | Thanks, another question, | 06:13 |
drix | as I'm a newbie on yocto, (but quite resourceful :p), can you tell me what's the most important parts I have to read in the bitbake & yocto mega manual ? I don't know where to start, and I'd like to understand all the principles instead of asking google each time I have an issue | 06:15 |
drix | As you know, those manuals are huge! | 06:16 |
nrossi | drix: Hmmm i am not sure on good materials. I learnt by playing with things. | 06:16 |
redengin | drix, read the source then, or go by the examples | 06:16 |
redengin | drix, I agree, the manual needs to be cut down, but from what I've seen the manual doesn't cover half of the stuff thats in there | 06:17 |
drix | That's what i'm doing! But sometimes, I'm trying to do some things, and I'm quite sure there are better practices :p | 06:17 |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 06:17 | |
drix | Yes, and I'm not enough brave to read the whole thing | 06:17 |
LetoThe2nd | drix: i'd suggest to drop the bitbake and mega manual, and just go for the yocto dev manual. | 06:18 |
redengin | drix, unfortunately, the best practices are slowly evolving, most likely there will be a refactor of bitbake/yocto one day, but for now you just have to swim with it | 06:18 |
nrossi | drix: some of the other layers might already do what you are trying to do, its always a good idea to have a peek at them. The easiest way is to look by recipe/etc have a look on layers.openembedded.org | 06:18 |
LetoThe2nd | drix: it should contain the vast majority of what you need to actually use the whole thing | 06:19 |
redengin | drix, but if you have the time, you could be the catalyst for change, and refactor the build to correlate to the manual | 06:19 |
drix | It's perhaps too early for that | 06:20 |
redengin | drix, not really, you sound like you understand the basics, the only problem is that there is a lot of legacy shit thats undocumented | 06:21 |
drix | nrossi: That's what I'm doing, openembedded meta is very interesting | 06:21 |
drix | LetoThe2nd: Thanks! | 06:22 |
LetoThe2nd | drix: yw | 06:22 |
drix | redengin: to be honest I'm using yocto for a week... I guess it's a good start. | 06:23 |
redengin | drix, as you get into it, you'll find out it easy to start from bitbake and make a sensible set of build recipes without the legacy hacks | 06:24 |
*** wadim_ <wadim_!~egorov@mail.phycard.co.uk> has joined #yocto | 06:24 | |
redengin | it all depends on how much time you have to customize your OS | 06:25 |
redengin | btw, anyone here done an ipad digitizer replacement (broken glass)? | 06:26 |
*** mago_ <mago_!~mago@88.131.56.168> has joined #yocto | 06:34 | |
drix | nrossi: it works, my /etc/network/interfaces has been correctly overriden, thanks! | 06:36 |
redengin | congrats | 06:38 |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has joined #yocto | 06:42 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has joined #yocto | 06:49 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 06:50 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has joined #yocto | 07:00 | |
*** jku <jku!jku@nat/intel/x-axrsxjnyjzyqdzzi> has joined #yocto | 07:02 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has quit IRC | 07:02 | |
*** roric__ <roric__!~roric@83.140.117.51> has joined #yocto | 07:02 | |
*** bananapeel <bananapeel!55eb01a5@gateway/web/freenode/ip.85.235.1.165> has joined #yocto | 07:05 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has joined #yocto | 07:05 | |
*** pohly <pohly!~pohly@p57A56F69.dip0.t-ipconnect.de> has joined #yocto | 07:09 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-pfyvgeirwdzjhyci> has joined #yocto | 07:13 | |
*** jbrianceau_away is now known as jbrianceau | 07:13 | |
*** frsc <frsc!~frsc@80.149.173.68> has joined #yocto | 07:18 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has joined #yocto | 07:22 | |
*** mago_ <mago_!~mago@88.131.56.168> has quit IRC | 07:25 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-lrciulbxahhgyeto> has joined #yocto | 07:25 | |
*** mago_ <mago_!~mago@88.131.56.168> has joined #yocto | 07:26 | |
*** lyang0 <lyang0!~lyang001@106.120.101.38> has joined #yocto | 07:32 | |
*** mckoan|away is now known as mckoan | 07:43 | |
*** e8johan <e8johan!~quassel@83.218.80.242> has quit IRC | 07:45 | |
*** ionte_ <ionte_!uid48103@gateway/web/irccloud.com/x-bdgvcrdusrdbwnvg> has joined #yocto | 07:56 | |
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has quit IRC | 07:59 | |
*** _jmleo <_jmleo!~jmleo@LDijon-156-64-30-180.w80-15.abo.wanadoo.fr> has joined #yocto | 08:03 | |
*** jmleo <jmleo!~jmleo@LDijon-156-64-30-180.w80-15.abo.wanadoo.fr> has quit IRC | 08:03 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 08:18 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 08:18 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has joined #yocto | 08:19 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 08:19 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has quit IRC | 08:21 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has joined #yocto | 08:22 | |
*** bluelightning <bluelightning!~paul@83.217.123.106> has quit IRC | 08:22 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 08:22 | |
*** smustafa <smustafa!~mustafa@110.93.212.98> has joined #yocto | 08:22 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has joined #yocto | 08:24 | |
bluelightning | morning all | 08:25 |
*** wv <wv!~wv@ip2.televic.com> has joined #yocto | 08:28 | |
*** timsche <timsche!~quassel@port-92-192-31-163.dynamic.qsc.de> has quit IRC | 08:40 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 08:41 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 08:42 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has joined #yocto | 08:43 | |
*** ddom <ddom!~ddom@p4FFAACB0.dip0.t-ipconnect.de> has joined #yocto | 08:50 | |
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto | 08:52 | |
*** AlexVaduva <AlexVaduva!~AlexVaduv@193.202.22.66> has quit IRC | 08:55 | |
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC | 08:56 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has joined #yocto | 08:56 | |
*** sameo <sameo!samuel@nat/intel/x-hzzsrgmsiuhjtgwt> has joined #yocto | 08:56 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@93.51.28.96> has quit IRC | 09:02 | |
*** AlexVaduva <AlexVaduva!~AlexVaduv@193.202.22.66> has joined #yocto | 09:03 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has quit IRC | 09:05 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-87.ericsson.net> has joined #yocto | 09:06 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 09:07 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has joined #yocto | 09:08 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 09:10 | |
*** drix <drix!c32a382b@gateway/web/freenode/ip.195.42.56.43> has quit IRC | 09:19 | |
*** ddom <ddom!~ddom@p4FFAACB0.dip0.t-ipconnect.de> has quit IRC | 09:24 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 09:36 | |
*** bananapeel <bananapeel!55eb01a5@gateway/web/freenode/ip.85.235.1.165> has quit IRC | 09:36 | |
*** khalebios <khalebios!500d0de3@gateway/web/freenode/ip.80.13.13.227> has joined #yocto | 09:41 | |
*** LocutusOfBorg1 <LocutusOfBorg1!~Gianfranc@93.51.28.96> has joined #yocto | 09:49 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 09:52 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has joined #yocto | 09:59 | |
*** khalebios <khalebios!500d0de3@gateway/web/freenode/ip.80.13.13.227> has quit IRC | 10:02 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 10:03 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has quit IRC | 10:05 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has joined #yocto | 10:05 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-87.ericsson.net> has quit IRC | 10:05 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has quit IRC | 10:08 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has joined #yocto | 10:09 | |
*** rodgort <rodgort!~rodgort@2607:5300:100:200::160d> has joined #yocto | 10:11 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has quit IRC | 10:13 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has joined #yocto | 10:16 | |
*** khalebios <khalebios!500d0de3@gateway/web/freenode/ip.80.13.13.227> has joined #yocto | 10:19 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 10:26 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 10:27 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 10:32 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 10:33 | |
-YoctoAutoBuilder- build #286 of nightly-qa-skeleton is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/286 | 10:33 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has quit IRC | 10:43 | |
*** belen1 <belen1!~Adium@192.198.151.44> has joined #yocto | 10:52 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 10:52 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has joined #yocto | 10:54 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 10:55 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has quit IRC | 11:01 | |
*** rodgort <rodgort!~rodgort@2607:5300:100:200::160d> has quit IRC | 11:02 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 11:03 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has joined #yocto | 11:05 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 11:08 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 11:08 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 11:14 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 11:14 | |
-YoctoAutoBuilder- build #282 of nightly-ipk is complete: Failure [failed BuildImages Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/282 | 11:15 | |
*** belen1 <belen1!~Adium@192.198.151.44> has quit IRC | 11:18 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 11:20 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has joined #yocto | 11:22 | |
-YoctoAutoBuilder- build #288 of nightly-fsl-ppc-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/288 | 11:25 | |
khalebios | hello everyone | 11:25 |
khalebios | need help for fixing a bug | 11:26 |
khalebios | Required build target 'core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['core-image-minimal', 'syslinux'] | 11:26 |
khalebios | i get it while building core-image-minimal for a imx53qsd | 11:26 |
LetoThe2nd | khalebios: sounds like the layer you use for board support is buggy, arm boards usually don'T bring syslinux | 11:28 |
LetoThe2nd | ka6sox: and core-image-minimal certainly has no direct dependency on syslinux, i build it all the time without. | 11:29 |
LetoThe2nd | khalebios: ^^^^^^^ | 11:29 |
LetoThe2nd | ka6sox: sry | 11:29 |
LetoThe2nd | khalebios: did you follow https://community.freescale.com/docs/DOC-1616#jive_content_id_iMX53_QSB__Quick_Start_Board | 11:30 |
khalebios | i am trying to build with hob. i choose imx5qsb as machine | 11:31 |
khalebios | yes i follow it | 11:32 |
*** Net147 <Net147!~Net147@unaffiliated/net147> has joined #yocto | 11:32 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 11:32 | |
LetoThe2nd | thats contradictory... you say hob, but hob is mentioned there nowhere | 11:32 |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 11:32 | |
LetoThe2nd | generally i'd suggest to stay away from hob. i've never gotten anything good out of it. | 11:32 |
khalebios | oooh sorry. but i just start using it. | 11:33 |
khalebios | I thought it's work like bitbake | 11:34 |
*** sjolley <sjolley!sjolley@nat/intel/x-pcfxqwmaztefiydk> has joined #yocto | 11:34 | |
LetoThe2nd | nope, hob is just gui frontend, and unfortunately one that doesn'T work too well. | 11:34 |
LetoThe2nd | better do things manually, on the CLI | 11:35 |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 11:36 | |
-YoctoAutoBuilder- build #278 of nightly-deb is complete: Failure [failed BuildImages Running Sanity Tests_2] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-deb/builds/278 | 11:38 | |
khalebios | ok. so i am retrying with bitbake | 11:39 |
*** dv__ is now known as dv_ | 11:40 | |
*** ionte_ <ionte_!uid48103@gateway/web/irccloud.com/x-bdgvcrdusrdbwnvg> has quit IRC | 11:40 | |
-YoctoAutoBuilder- build #280 of nightly-rpm is complete: Failure [failed BuildImages Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/280 | 11:40 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 11:40 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 11:41 | |
LetoThe2nd | khalebios: you have always beenusing bitbake, hob is just a gui that calls bitbake ;) | 11:41 |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 11:43 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 11:48 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 11:48 | |
*** belen <belen!~Adium@192.198.151.44> has joined #yocto | 12:01 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 12:04 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 12:04 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 12:20 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 12:20 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 12:22 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 12:26 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 12:27 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 12:28 | |
*** khalebios <khalebios!500d0de3@gateway/web/freenode/ip.80.13.13.227> has quit IRC | 12:31 | |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has joined #yocto | 12:34 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has quit IRC | 12:40 | |
*** florian <florian!~fuchs@Maemo/community/contributor/florian> has quit IRC | 12:43 | |
*** rodgort <rodgort!~rodgort@2607:5300:100:200::160d> has joined #yocto | 12:45 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has joined #yocto | 12:46 | |
*** Levi1 <Levi1!~vlevidas@134.134.137.75> has joined #yocto | 12:52 | |
-YoctoAutoBuilder- build #66 of eclipse-plugin-luna is complete: Failure [failed Building Eclipse Plugin Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org/main/builders/eclipse-plugin-luna/builds/66 | 12:52 | |
*** belen1 <belen1!~Adium@192.198.151.43> has joined #yocto | 12:56 | |
*** belen <belen!~Adium@192.198.151.44> has quit IRC | 12:57 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 12:58 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 13:05 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:08 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has joined #yocto | 13:08 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 13:09 | |
*** belen <belen!~Adium@192.198.151.43> has joined #yocto | 13:10 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-qfrovuwplpnmmubw> has joined #yocto | 13:11 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:12 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:14 | |
*** jku <jku!jku@nat/intel/x-axrsxjnyjzyqdzzi> has quit IRC | 13:25 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has joined #yocto | 13:26 | |
*** manuel_ <manuel_!~manuel@c-24-61-40-209.hsd1.ma.comcast.net> has quit IRC | 13:29 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has quit IRC | 13:31 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has joined #yocto | 13:32 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has quit IRC | 13:49 | |
*** wadim_ <wadim_!~egorov@mail.phycard.co.uk> has quit IRC | 13:50 | |
-YoctoAutoBuilder- build #287 of nightly-x86-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-lsb/builds/287 | 13:54 | |
*** rodgort <rodgort!~rodgort@2607:5300:100:200::160d> has quit IRC | 13:58 | |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has joined #yocto | 14:01 | |
*** manuel_ <manuel_!~manuel@209.6.175.242> has joined #yocto | 14:04 | |
*** Net147 <Net147!~Net147@unaffiliated/net147> has quit IRC | 14:05 | |
*** lamego <lamego!lamego@nat/intel/x-fbcwylkoezqzjhuh> has joined #yocto | 14:09 | |
*** rodgort <rodgort!~rodgort@105.ip-167-114-152.net> has joined #yocto | 14:10 | |
*** lamego <lamego!~lamego@134.134.139.74> has joined #yocto | 14:11 | |
*** imrehg <imrehg!~imrehg@111-243-93-112.dynamic.hinet.net> has joined #yocto | 14:14 | |
*** smustafa <smustafa!~mustafa@110.93.212.98> has quit IRC | 14:14 | |
*** hamis <hamis!~irfan@110.93.212.98> has quit IRC | 14:16 | |
*** belen <belen!~Adium@192.198.151.43> has quit IRC | 14:19 | |
*** belen <belen!Adium@nat/intel/x-rxkxyzwjzrzfzszs> has joined #yocto | 14:19 | |
*** belen <belen!Adium@nat/intel/x-phtqhjsvelravweu> has joined #yocto | 14:21 | |
*** wv <wv!~wv@ip2.televic.com> has quit IRC | 14:23 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-90.ericsson.net> has quit IRC | 14:25 | |
*** SorenHolm <SorenHolm!~quassel@93.165.148.186> has quit IRC | 14:33 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 14:34 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has joined #yocto | 14:37 | |
*** Mohican <Mohican!~Doug@eduroam-143-106-147-239.wifi.ccuec.unicamp.br> has joined #yocto | 14:45 | |
*** tasslehoff <tasslehoff!~Tasslehof@77.40.182.102> has quit IRC | 14:47 | |
*** imrehg <imrehg!~imrehg@111-243-93-112.dynamic.hinet.net> has quit IRC | 14:52 | |
*** TobSnyder <TobSnyder!~schneider@ip92341b76.dynamic.kabel-deutschland.de> has quit IRC | 14:53 | |
*** belen2 <belen2!~Adium@192.198.151.43> has joined #yocto | 14:54 | |
*** belen <belen!Adium@nat/intel/x-phtqhjsvelravweu> has quit IRC | 14:55 | |
*** ionte_ <ionte_!uid48103@gateway/web/irccloud.com/x-ltbszcruvxstjuyp> has joined #yocto | 14:56 | |
sjolley | YPTM: Ready-Access Number: 8007302996 Access Code: 2705751 | 14:56 |
sjolley | YPTM: Stephen Joined | 14:57 |
armpit | YPTM: armin is on | 14:58 |
jku | YPTM: Jussi Kukkonen joined | 15:00 |
*** sona <sona!4e52767c@gateway/web/freenode/ip.78.82.118.124> has joined #yocto | 15:00 | |
sona | hi Sona joined | 15:02 |
halstead | YPTM: Michael here. | 15:02 |
fray | YPTM: Mark is here | 15:02 |
RP | YPTM: Richard joined | 15:02 |
denix | YPTM: Denys is joining | 15:03 |
AlexVaduva | AlexV. joined | 15:03 |
sgw_ | Saul joined | 15:03 |
AlexVaduva | YPTM AlexV. joined | 15:03 |
cristianiorga | YPTM: cristian joined | 15:04 |
* fray still has an action to enter a few of my requests to bugzilla still | 15:04 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-dfdsuxumxwsjeuhw> has joined #yocto | 15:04 | |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-93.ericsson.net> has joined #yocto | 15:04 | |
*** Mohican <Mohican!~Doug@eduroam-143-106-147-239.wifi.ccuec.unicamp.br> has quit IRC | 15:10 | |
sjolley | YPTM is over | 15:11 |
*** pdp7_ <pdp7_!~pdp7@asciipr0n.com> has joined #yocto | 15:12 | |
hitlin37 | could someone fix flashing yocto..i hate this freescale MFGTOOL. it keeps coming back with its ugly set of files to flash. | 15:12 |
LetoThe2nd | hitlin37: hehe, better fix fsc then ;) | 15:14 |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has joined #yocto | 15:14 | |
-YoctoAutoBuilder- build #289 of nightly-x86-64 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64/builds/289 | 15:14 | |
hitlin37 | fsc? | 15:15 |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has quit IRC | 15:15 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has joined #yocto | 15:15 | |
*** pdp7 <pdp7!~pdp7@fsf/member/pdp7> has quit IRC | 15:15 | |
LetoThe2nd | hitlin37: the "flashing" process that you complained about is freescale-specific ;) | 15:16 |
*** wv <wv!~wv@ip2.televic.com> has joined #yocto | 15:17 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has quit IRC | 15:18 | |
-YoctoAutoBuilder- build #287 of nightly-arm is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm/builds/287 | 15:18 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has quit IRC | 15:20 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has joined #yocto | 15:20 | |
*** redengin <redengin!~redengin@c-73-193-21-136.hsd1.wa.comcast.net> has joined #yocto | 15:21 | |
*** kimo__ <kimo__!~kbouhara@hyperion.atermes.fr> has joined #yocto | 15:22 | |
*** frsc <frsc!~frsc@80.149.173.68> has quit IRC | 15:22 | |
-YoctoAutoBuilder- build #285 of nightly-ppc-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc-lsb/builds/285 | 15:23 | |
*** wv <wv!~wv@ip2.televic.com> has quit IRC | 15:25 | |
*** nerdboy <nerdboy!~sarnold@gatekeeper.gentoogeek.org> has quit IRC | 15:26 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 15:26 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has quit IRC | 15:31 | |
*** drix <drix!c09d0a64@gateway/web/freenode/ip.192.157.10.100> has joined #yocto | 15:32 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has quit IRC | 15:33 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has joined #yocto | 15:34 | |
*** Glenn__ <Glenn__!614ebaea@gateway/web/freenode/ip.97.78.186.234> has joined #yocto | 15:36 | |
*** roric__ <roric__!~roric@83.140.117.51> has quit IRC | 15:36 | |
*** ka6sox is now known as zz_ka6sox | 15:36 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 15:37 | |
-YoctoAutoBuilder- build #290 of nightly-x86-64-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/290 | 15:37 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:71b4:c10a:a00:72b2> has quit IRC | 15:38 | |
Glenn__ | Is there a way to continue to use the 'quilt' workflow with a "yocto-fied" kernel recipe? When I devshell into the kernel sources 'quilt' is no longer set up with the patches. I'd like to continue to use quilt to modify/refresh patches that have been applied to the kernel. Is this possible with the yocto workflow. It works quite nicely with non-kernel recipes. | 15:39 |
hitlin37 | hmmm | 15:39 |
*** tomz <tomz!~trz@134.134.139.74> has quit IRC | 15:40 | |
*** dvhart <dvhart!dvhart@nat/intel/x-blgruqahqtshukgt> has joined #yocto | 15:42 | |
Glenn__ | It seems the yocto-kernel help script allows you to add/remove a kernel patch . . . but not modify one. So it appears the that the workflows assume any patch you apply is perfect and does not require modification. | 15:42 |
bluelightning | Glenn__: I could be wrong and zeddii may correct me, but I think the assumption is that you'd be using git to work on patches to the kernel | 15:42 |
bluelightning | if you're doing anything beyond just applying someone else's "finished" patches, that is | 15:43 |
*** zerus <zerus!~epetmab@sessfw99-sesbfw99-93.ericsson.net> has quit IRC | 15:43 | |
paulg | yeah, quilt? why would you want to do that? | 15:44 |
paulg | I mean I am ok with the quilt _workflow_ and I'll use git to apply a quilt stack of "git format-patch" outputs, but it will be a cold day in hell before I actually use quilt itself again. | 15:45 |
Glenn__ | Unfortunately, I'm developing patches against what's been pulled from a standard kernel. I don't have a seperate (external to yocto) kernel tree. I wanted to be able to tweak my patches within the devshell. | 15:45 |
paulg | still not sure I follow what you are trying to do... | 15:45 |
-YoctoAutoBuilder- build #283 of nightly-fsl-ppc is complete: Failure [failed BuildImages Building Toolchain Images Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc/builds/283 | 15:46 | |
Glenn__ | I guess my experience with quilt hasn't been so bad ;-( The TI staging kernels don't appear to be fully "yocto-fied" yet and still support my quilt workflow. | 15:46 |
*** kimo_ <kimo_!~kbouhara@hyperion.atermes.fr> has quit IRC | 15:46 | |
paulg | but, what do you have in your quilt queue? | 15:46 |
paulg | are they really raw patch chunks, or are they proper commits with commit logs etc? | 15:47 |
Glenn__ | Basically, I have some third-party patches (their origin lost). I apply these patches to a Yocto'fied kernel using the usual SRC_URI approach. Patches apply but build fails. I want to dev-shell in, tweak/refresh the patch, and then try again. | 15:48 |
Glenn__ | They are raw patch chunks. | 15:48 |
paulg | ok, even then you can trivially git-ify them ; in the kernel you really don't want to be leaving uncommitted changes floating around. | 15:50 |
Glenn__ | For the, the awkward work flow is the pull down the Linux kernel sources outside of yocto, apply my patches there, try to build it there, and once I get it to build correctly, use git to generate the patches which I then copy back into my yocto environment (or point Yocto at my separate kernel tree). | 15:51 |
paulg | e.g. to gitify a series manually -- for i in `cat series` ; do git apply $i ; git add -A ; git commit -m 'auto applied patch '$i ; done | 15:52 |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 15:52 | |
lpapp | hi | 15:52 |
paulg | there is git quiltimport too IIRC. | 15:52 |
lpapp | blueness: it seems that no could help me with the kernel issue on the mailing list. | 15:52 |
lpapp | no one* | 15:52 |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-dfdsuxumxwsjeuhw> has quit IRC | 15:53 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:a807:e530:a7d4:7b87> has joined #yocto | 15:54 | |
Glenn__ | These are one-off changes . . . I'm not too worried about uncommitted changes at this point. Just trying to quickly iterate on the patch without having my own git branch/repository. Just looking to patch on top of an existing one. Guess my Git-fu isn't as advanced as yours ;-) | 15:54 |
paulg | well, no time to learn like the present. :) | 15:55 |
paulg | once you have things applied, you can poke at the chunks with "rebase -i" | 15:55 |
paulg | want to scan over the last 10 patches and poke at some of them? | 15:56 |
paulg | git rebase -i HEAD~10 | 15:56 |
paulg | <follow rebase builtin instructions, replace "pick" with "e" for stuff you want to poke at> | 15:56 |
paulg | git add -u | 15:57 |
paulg | git commit --amend | 15:57 |
paulg | git rebase --continue | 15:57 |
paulg | that is basically it. | 15:57 |
paulg | once you get comfortable with stuff like that, you get to play with cool stuff like "git add --patch" --- which allows you to stage and commit select chunks of unstaged changes. | 15:58 |
paulg | you'll never go back to quilt. | 15:59 |
Glenn__ | Yes, but wouldn't this be done outside the context of the devshell? I can do all this with my own git cloned kernel sources. I assume I'd have to modify the kernel recipe to use external sources (or pull from my private repo which likely would reside locally). | 15:59 |
paulg | can do git operations inside or outside the devshell. | 15:59 |
*** mago_ is now known as mago|off | 15:59 | |
Glenn__ | But my git operations would disappear once I do a "cleansstate" or "cleanall" right? | 16:00 |
Glenn__ | Unless I was using my own repo and point the Yocto recipe at it. | 16:01 |
*** tomz <tomz!trz@nat/intel/x-eiyiwcajwzovwsqe> has joined #yocto | 16:01 | |
paulg | yeah, you can either use your own repo, or once you are happy with your patches, format-patch them back out and have them dynamically git-am'd by yocto on each new clean build. | 16:02 |
bluelightning | FWIW, this is why I've been pushing to get devtool / externalsrc working well for the kernel | 16:02 |
paulg | e.g. to capture your last 10 changes in a quilt like fashion... | 16:02 |
paulg | git format-patch -o mydir HEAD~10..HEAD | 16:03 |
paulg | cd mydir | 16:03 |
paulg | ls -1 |grep -v series > series | 16:03 |
zeddii | better to learn the fundamentals .. than hack with a wrapper script. | 16:03 |
paulg | +1 | 16:03 |
paulg | anyone who spends even a fraction of their day being a patch monkey would be well served getting comfortable with rebase/format-patch etc. | 16:04 |
*** belen2 <belen2!~Adium@192.198.151.43> has quit IRC | 16:05 | |
Glenn__ | Okay . . . still not a Git guru . . . much to learn. For some reason at the devshell prompt Git says I'm in the middle of a rebase operation. I can't seem to complete it with git rebase --continue. Is this expected? | 16:05 |
lpapp | depends on the exact case, what you did, what is in there, why exactly git cannot complete it, etc. | 16:06 |
lpapp | try to check git diff | 16:06 |
bluelightning | zeddii: which wrapper script do you mean? | 16:06 |
zeddii | yours :) | 16:06 |
*** belen <belen!Adium@nat/intel/x-qtdayxeeeueehadc> has joined #yocto | 16:06 | |
zeddii | and anyone elses. I'm just having fun with you :) | 16:07 |
Glenn__ | I did nothing more than "bitbake my-linux-kernel -c devshell". | 16:07 |
*** lamego <lamego!~lamego@134.134.139.74> has quit IRC | 16:07 | |
paulg | Glenn__, what you are seeing is the build system trying to help limp along your raw patch that failed to apply IIRC. | 16:07 |
Glenn__ | No, that patches apply cleanly. It's the module build that fails. | 16:08 |
paulg | show me exactly what "git status" shows in the devshell then, since I'm not sure what you are seeing. | 16:08 |
Glenn__ | So I did a bitbake cleansstate followed by bitbake devshell. | 16:08 |
bluelightning | zeddii: it doesn't wrap this part of things at all though, once the tree is set up - the rest is up to you and git... | 16:08 |
paulg | pastebin if it is a sea of crap.... | 16:08 |
Glenn__ | On branch linux-3.16.y You are currently rebasing. (all conflicts fixed: run "git rebase --continue") | 16:09 |
zeddii | bluelightning: I did try some early versions you posted. I'll revisit. Like I said, I'm just having fun yanking random chains :) | 16:10 |
zeddii | Glenn__, what does git status report when you drop into that devshell ? | 16:10 |
Glenn__ | I just showed you: On branch linux-3.16.y You are currently rebasing. (all conflicts fixed: run "git rebase --continue") nothing to commit, working directory clean | 16:11 |
paulg | odd. | 16:11 |
Glenn__ | Yes, truly. | 16:11 |
paulg | and you tried to continue and that failed? | 16:11 |
paulg | Glenn__, what is output of "ls .git/rebase-*' | 16:11 |
Glenn__ | git rebase --continue Stray /home/gschmott/Projects/yocto/bbb-a2b-distro/build/tmp/work/beaglebone-poky-linux-gnueabi/linux-yocto-botic/3.16.1+gitAUTOINC+9a35988df6-r1/linux/.git/rebase-apply directory found. Use "git am --abort" to remove it. | 16:11 |
*** lamego <lamego!~lamego@134.134.139.74> has joined #yocto | 16:12 | |
zeddii | some patches, mostly if they don't have commit headers, have parts dumped in there to help fix and resolve. I wonder if when the queue is run that some last bits are left dangling. | 16:12 |
Glenn__ | I did the git am --abort. | 16:12 |
paulg | yes, that should be fine, if there was some poo inadvertently left behind by something. | 16:12 |
Glenn__ | It cleaned the directory. But I suspect it will re-appear after cleansstate/cleanall | 16:13 |
* zeddii nods. but I'd like to reproduce that here. | 16:13 | |
* paulg checks a local build, but suspects status will be clean. | 16:13 | |
zeddii | Glenn__, let me try a couple of local patches. For now, if you do that git am --abort, you should be good to go with more git operations. | 16:14 |
Glenn__ | okay . .. good to know. Thanks. | 16:14 |
*** tsramos <tsramos!~tsramos@134.134.137.71> has joined #yocto | 16:17 | |
Glenn__ | Just confirmed it happens every time for me . . . my dumb luck. Guess I'll just have to git am --abort every time. Likely I'll have to redirect my recipe to use my own kernel repo outside the yocto 'work' directory. Seems like that's the preferred workflow for making kernel changes. | 16:17 |
zeddii | Glenn__, that would be a bug. I'll try and reproduce it here. | 16:17 |
Glenn__ | I'm on daisy (1.6, right?) if it helps | 16:18 |
zeddii | to be clear, you can just quilt init and manage fixes on top of the git branches, but you still need to export them to your later and drop them in the SRC_URI to be applied later. | 16:19 |
zeddii | which is the same if the entire queue was pushed with quilt. | 16:19 |
Glenn__ | Just devshell and "quilt init". How does it know which patches were applied to the kernel. I see the ".meta" directory has a lot of that info. | 16:20 |
zeddii | I was thinking of your own additions. | 16:20 |
zeddii | so yah, it doesn't build a series for quilt, because the branches may not be pure patches, they may be merges, etc. | 16:21 |
zeddii | there was an intermediate step from quilt -> guilt -> git for managing the queues. but guilt has the same issues with everything needing to be a particular type of patch. | 16:21 |
Glenn__ | okay. well my additions are now buried in the .meta directory. I was hoping I could somehow point quilt at those and re-create the ".pc" file that quilt appears to be parsing. | 16:21 |
zeddii | that's what I used to do with guilt, and eventually it catches flames. I have the scars to prove it :) | 16:22 |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 16:22 | |
zeddii | Glenn__, but out of curiosity. I bet I could cobble something like that together again. I'll poke at that idea. | 16:23 |
Glenn__ | Sounds like the path forward is to develop patches in your own external kernel repo and just point Yocto at it until your recipe is working and then redirect the SRC_URI to point to a non-local repo. | 16:24 |
zeddii | I do all my work with a flow not unlike that. since doing anything serious with the patches, needs the full history and git-foo. | 16:24 |
Glenn__ | That would be nice enough for me . . . if you did get something working it would save me some time. Can I assume quilt will continue to work with non-kernel recipes in the future for doing patches? | 16:25 |
zeddii | yep. although there is a git patch mechanism as part of oe-core, so I suppose some might switch. | 16:25 |
* zeddii goes to hack on that idea while eating lunch! | 16:26 | |
Glenn__ | After all . . . GIT still is not universal . . . who is to say somebody might try to store their kernel in SVN ;-) | 16:26 |
zeddii | hah. I have all the horror stories of svn, cvs, clearcase and mecurial, all with kernels shoved into them :) | 16:27 |
Glenn__ | I'm sure . . . sometime corporate policy pushes version control into strange (dark) corners. | 16:28 |
-YoctoAutoBuilder- build #287 of nightly-multilib is complete: Failure [failed BuildImages_4] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/287 | 16:30 | |
*** neur0Fuzzy <neur0Fuzzy!~neur0Fuzz@p239.net182021249.tokai.or.jp> has quit IRC | 16:30 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 16:30 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has joined #yocto | 16:33 | |
*** SorenHolm <SorenHolm!~quassel@5634f191.rev.stofanet.dk> has quit IRC | 16:37 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has joined #yocto | 16:38 | |
*** armpit <armpit!~akuster@2601:c:a700:3ba7:54d9:5aca:52b:ad71> has quit IRC | 16:40 | |
*** ciprian-barbu <ciprian-barbu!~ciprian@linaro/ciprian-barbu> has quit IRC | 16:41 | |
-YoctoAutoBuilder- build #285 of nightly-qa-systemd is complete: Failure [failed Running Sanity Tests] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/285 | 16:43 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has joined #yocto | 16:44 | |
*** AlexG <AlexG!86bfdc48@gateway/web/freenode/ip.134.191.220.72> has joined #yocto | 16:44 | |
AlexG | halstead: ping | 16:45 |
*** AlexG is now known as Guest43475 | 16:45 | |
*** Guest43475 is now known as alexg____ | 16:45 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has left #yocto | 16:53 | |
*** belen2 <belen2!~Adium@192.198.151.43> has joined #yocto | 16:57 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:a807:e530:a7d4:7b87> has quit IRC | 16:57 | |
*** belen <belen!Adium@nat/intel/x-qtdayxeeeueehadc> has quit IRC | 16:57 | |
*** dvhart <dvhart!dvhart@nat/intel/x-blgruqahqtshukgt> has quit IRC | 17:00 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has quit IRC | 17:02 | |
*** behanw <behanw!~behanw@2001:470:b26c:0:b4f3:6b9e:e734:bc97> has quit IRC | 17:05 | |
drix | back on my /etc/network/interfaces file issues. I can see the file overriden, but I'm not able to get the network working properly. I'm using systemd and I can see that networking.target is marked as dead. Does anyone got this issue ? | 17:08 |
*** moto-timo <moto-timo!~timo@72.29.171.20> has quit IRC | 17:08 | |
*** diego_r <diego_r!~diego@host65-246-static.10-188-b.business.telecomitalia.it> has quit IRC | 17:09 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.72> has joined #yocto | 17:11 | |
*** alexg____ <alexg____!86bfdc48@gateway/web/freenode/ip.134.191.220.72> has quit IRC | 17:13 | |
*** zerus_ <zerus_!~epetmab@81-229-90-163-no67.tbcn.telia.com> has joined #yocto | 17:13 | |
*** moto-timo <moto-timo!~timo@72.29.171.20> has joined #yocto | 17:14 | |
*** behanw <behanw!~behanw@2001:470:b26c:0:b1bd:4527:2e33:bc8a> has joined #yocto | 17:15 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has joined #yocto | 17:18 | |
drix | I'm using the intel-core2-32 machine definition + the interfaces file override. That's it | 17:20 |
-YoctoAutoBuilder- build #279 of nightly-arm-lsb is complete: Failure [failed BuildImages BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-arm-lsb/builds/279 | 17:26 | |
*** drix <drix!c09d0a64@gateway/web/freenode/ip.192.157.10.100> has quit IRC | 17:26 | |
*** JaMa <JaMa!~martin@ip-86-49-34-37.net.upcbroadband.cz> has quit IRC | 17:28 | |
*** khem` <khem`!~khem@unaffiliated/khem> has joined #yocto | 17:32 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto | 17:34 | |
*** paulg_ <paulg_!~paulg@72.1.195.9> has joined #yocto | 17:34 | |
*** sona <sona!4e52767c@gateway/web/freenode/ip.78.82.118.124> has quit IRC | 17:37 | |
*** ionte_ <ionte_!uid48103@gateway/web/irccloud.com/x-ltbszcruvxstjuyp> has quit IRC | 17:40 | |
*** dmoseley1 <dmoseley1!~dmoseley@cpe-174-96-222-251.carolina.res.rr.com> has quit IRC | 17:46 | |
*** dmoseley <dmoseley!~dmoseley@cpe-174-96-222-251.carolina.res.rr.com> has joined #yocto | 17:48 | |
*** lamego <lamego!~lamego@134.134.139.74> has quit IRC | 17:49 | |
-YoctoAutoBuilder- build #288 of nightly-x86 is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86/builds/288 | 17:50 | |
*** jbrianceau is now known as jbrianceau_away | 17:52 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC | 18:02 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto | 18:02 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 18:04 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 18:05 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 18:15 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has quit IRC | 18:15 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC | 18:18 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto | 18:18 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC | 18:20 | |
*** AndersD <AndersD!~anders@2.71.103.47.mobile.tre.se> has joined #yocto | 18:20 | |
*** dvhart <dvhart!dvhart@nat/intel/x-xhqmmrjsrdaftpnz> has joined #yocto | 18:21 | |
*** dvhart <dvhart!dvhart@nat/intel/x-xhqmmrjsrdaftpnz> has quit IRC | 18:25 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has joined #yocto | 18:26 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has joined #yocto | 18:32 | |
*** jimBaxter <jimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 18:33 | |
*** belen2 <belen2!~Adium@192.198.151.43> has quit IRC | 18:34 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has joined #yocto | 18:37 | |
*** hitlin37 <hitlin37!uid16371@gateway/web/irccloud.com/x-lrciulbxahhgyeto> has quit IRC | 18:42 | |
*** madisox <madisox!~madison@64-71-1-114.static.wiline.com> has quit IRC | 18:47 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has joined #yocto | 19:02 | |
*** sarahsharp <sarahsharp!~sarah@134.134.139.72> has quit IRC | 19:05 | |
*** sameo <sameo!samuel@nat/intel/x-hzzsrgmsiuhjtgwt> has quit IRC | 19:07 | |
*** armpit <armpit!~akuster@64.2.3.194.ptr.us.xo.net> has joined #yocto | 19:17 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has joined #yocto | 19:18 | |
*** lamego <lamego!~lamego@134.134.139.74> has joined #yocto | 19:20 | |
-YoctoAutoBuilder- build #288 of nightly-ppc is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/288 | 19:26 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto | 19:27 | |
*** jku <jku!~jku@212-149-207-214.bb.dnainternet.fi> has quit IRC | 19:34 | |
*** benjamirc <benjamirc!~besquive@134.134.139.74> has quit IRC | 19:35 | |
-YoctoAutoBuilder- build #10 of nightly-world-lsb is complete: Failure [failed BuildImages] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/10 | 19:42 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:6e0b:84ff:fe09:4e9f> has joined #yocto | 19:46 | |
*** benjamirc <benjamirc!~besquive@134.134.139.76> has joined #yocto | 19:52 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 19:55 | |
-YoctoAutoBuilder- build #290 of nightly-mips is complete: Failure [failed BuildImages Running Sanity Tests BuildImages_1] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-mips/builds/290 | 19:55 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-pfyvgeirwdzjhyci> has quit IRC | 19:59 | |
*** T0mW <T0mW!~Tom@70.15.161.110.res-cmts.t132.ptd.net> has joined #yocto | 20:00 | |
T0mW | I need to version my builds and have that version number appear in a file within the image. The only way I can figure to do this is to use a Makefile, modify a recipe and a file, then launch 'bitbake <my-image-name'. | 20:02 |
T0mW | Is there already a built-in mechanism to do this in Yocto? | 20:02 |
kergoth | you could include your version in the DISTRO_VERSION, which already gets put in the rootfs, or you could just add a shell command to ROOTFS_POSTPROCESS_COMMAND if you dont mind the file being non-package-controlled | 20:03 |
T0mW | I suppose, 'make release' for deployment and 'make test' for development. | 20:03 |
T0mW | I think that the make process is the best bet | 20:04 |
kergoth | you could just set a var in auto.conf from the shell, or use an env var with BB_ENV_EXTRAWHITE rather than modifying a recipe on demand | 20:04 |
*** benjamirc <benjamirc!~besquive@134.134.139.76> has quit IRC | 20:04 | |
T0mW | yeah, and keep a hidden file with the last deployment release number. | 20:05 |
T0mW | maybe not hidden, but you get the idea | 20:05 |
*** dorileo <dorileo!~dorileo@134.191.220.74> has joined #yocto | 20:05 | |
dorileo | AndersD: ping | 20:06 |
T0mW | env var is interesting, I'll check that out, thanks Ken | 20:06 |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 20:06 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 20:06 | |
kergoth | if that was a name, it's not correct. if it's a nick reference, it's a typo :) | 20:07 |
*** realBigfoot <realBigfoot!~realBigfo@134.191.220.72> has quit IRC | 20:07 | |
T0mW | kergoth: oops | 20:07 |
*** bottazzini <bottazzini!~realBigfo@134.191.220.72> has joined #yocto | 20:07 | |
*** sjolley <sjolley!sjolley@nat/intel/x-pcfxqwmaztefiydk> has quit IRC | 20:08 | |
T0mW | kergoth: sorry Chris | 20:08 |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-xdtgmjakhovccesm> has joined #yocto | 20:08 | |
T0mW | heh | 20:08 |
kergoth | np | 20:08 |
AndersD | dorileo, ping | 20:09 |
dorileo | AndersD: I saw your comment on bruno's patch "systemd: split modules into packages", do you mean you want to add PACKAGECONFIG just for the "new options"? and leave the old default config not as a PACKAGECONFIG opt? | 20:09 |
*** lamego <lamego!~lamego@134.134.139.74> has quit IRC | 20:10 | |
dorileo | otavio: have you seen the bruno's patch last version? | 20:11 |
dorileo | I mean the last version of bruno's patch | 20:11 |
AndersD | Sorry if I wasn't being clear... No, I'm certainly for creating PACKAGECONFIG[xxx]="..." for both new and old features. | 20:11 |
otavio | dorileo: I didn't review it yet | 20:12 |
AndersD | What I'm against is adding lots of things to DISTRO_FEATURES. | 20:12 |
dorileo | otavio: ok, no problem... | 20:12 |
*** ant_home <ant_home!~ant__@host2-44-dynamic.54-79-r.retail.telecomitalia.it> has joined #yocto | 20:12 | |
dorileo | AndersD: ok, but, what if I want a distro with just the very minimal of systemd? | 20:12 |
dorileo | AndersD: how can we change it to make it possible? | 20:13 |
AndersD | When you enable the different PACKAGECONFIGS, using PACKAGECONFIG += "xxx yyy" you should make sure that you mimick the existing configuration. | 20:13 |
AndersD | Only use @{bb.contains("DISTRO_FEATURES",....) for /big/ things, most likely things that already are DISTRO_FEATURES. | 20:14 |
*** manuel_ <manuel_!~manuel@209.6.175.242> has quit IRC | 20:14 | |
AndersD | If I want to have a different set of PACKAGECONFIGS enabled in my own distro, I add a bbappend to systemd, settig PCAKAGECONFIG="..." to whichever options I want to have enabled. | 20:15 |
dorileo | AndersD: so, with that we should for example add PACKAGECONFIG_pn-system = "" to distros for example, is that what you mean? | 20:15 |
dorileo | actually PACKAGECONFIG_systemd = "" etc | 20:16 |
dorileo | AndersD: is that right? | 20:16 |
AndersD | No, keep a PACKAGECONFIG="..." in the systemd recipe that's more or less equal to what it is today. | 20:16 |
*** lamego <lamego!~lamego@134.134.139.74> has joined #yocto | 20:17 | |
AndersD | If we want to change this in our own distros, then yes, either add PACKAGECONFIG_pn-systemd in your distro.conf, or add a bbappend in your distro layer. | 20:17 |
dorileo | AndersD: ok, I agree with that, and for the new stuffs we do the PACKAGECONFIG stuff on distro side, right? | 20:17 |
AndersD | Yes, if you want it enabled. Sure, there might be some new features that we want to enable per default, but such changes should be discussed on the mailing list. | 20:18 |
dorileo | AndersD: looks fair to me... | 20:18 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 20:19 | |
AndersD | So in essence, for most of the new features, add the PACKAGECONFIG[feature] definitions to the systemd recipe, but do not activate them. | 20:19 |
dorileo | right | 20:19 |
AndersD | Good! With that change, I think we'll be ready for a merge, or at least /very/ close to it. | 20:19 |
dorileo | AndersD: nice, thanks for clarifying and reviewing.... | 20:20 |
AndersD | And I look forward to that. (I want this split in my own builds...) | 20:20 |
*** vmeson <vmeson!~rmacleod@128.224.252.2> has quit IRC | 20:20 | |
*** kw01f <kw01f!~kw01f@x4d0478c1.dyn.telefonica.de> has quit IRC | 20:25 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has quit IRC | 20:25 | |
*** varibull <varibull!~varibull@ta.tainstruments.com> has joined #yocto | 20:26 | |
*** ][Sno][ <][Sno][!~sno@p578b540c.dip0.t-ipconnect.de> has joined #yocto | 20:30 | |
*** [Sno] <[Sno]!~sno@p578b540c.dip0.t-ipconnect.de> has quit IRC | 20:30 | |
*** jbrianceau_away <jbrianceau_away!uid10952@gateway/web/irccloud.com/x-wbpmqkpfybxctyfe> has joined #yocto | 20:32 | |
*** AndersD <AndersD!~anders@2.71.103.47.mobile.tre.se> has quit IRC | 20:32 | |
*** sjolley <sjolley!sjolley@nat/intel/x-oiuvevnjhrvzxzpe> has joined #yocto | 20:34 | |
*** sighack <sighack!~kshitij@106.51.242.96> has joined #yocto | 20:34 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has quit IRC | 20:35 | |
*** sighack <sighack!~kshitij@106.51.242.96> has left #yocto | 20:36 | |
*** Pixionus <Pixionus!~Pixionus@unaffiliated/pixionus> has quit IRC | 20:37 | |
*** Pixionus <Pixionus!~Pixionus@unaffiliated/pixionus> has joined #yocto | 20:40 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-hynzockasmfpucco> has joined #yocto | 20:41 | |
*** pidge <pidge!~pidge@2a02:8084:0:3000:a807:e530:a7d4:7b87> has joined #yocto | 20:43 | |
*** nighty^ <nighty^!~nighty@hokuriku.rural-networks.com> has quit IRC | 20:43 | |
*** ant_home <ant_home!~ant__@host2-44-dynamic.54-79-r.retail.telecomitalia.it> has quit IRC | 20:46 | |
*** ant_home <ant_home!~ant__@host2-44-dynamic.54-79-r.retail.telecomitalia.it> has joined #yocto | 20:47 | |
*** berton <berton!~fabio@201.22.227.56> has joined #yocto | 20:49 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 20:52 | |
*** belen <belen!~Adium@17.114.2.81.in-addr.arpa> has joined #yocto | 20:52 | |
*** berton <berton!~fabio@201.22.227.56> has quit IRC | 20:56 | |
*** pohly <pohly!~pohly@p57A56F69.dip0.t-ipconnect.de> has quit IRC | 21:01 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has quit IRC | 21:04 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has quit IRC | 21:09 | |
*** SoylentYellow <SoylentYellow!~SoylentYe@209-234-137-234.static.twtelecom.net> has joined #yocto | 21:17 | |
*** benjamirc <benjamirc!besquive@nat/intel/x-hynzockasmfpucco> has quit IRC | 21:21 | |
*** benjamirc <benjamirc!~besquive@134.134.139.76> has joined #yocto | 21:38 | |
*** Levi1 <Levi1!~vlevidas@134.134.137.75> has quit IRC | 21:39 | |
*** tsramos <tsramos!~tsramos@134.134.137.71> has quit IRC | 21:48 | |
*** tsramos <tsramos!tsramos@nat/intel/x-ikjkcjzcazodqswv> has joined #yocto | 21:49 | |
*** agust <agust!~agust@pD9E2F8F4.dip0.t-ipconnect.de> has quit IRC | 21:51 | |
*** tsramos <tsramos!tsramos@nat/intel/x-ikjkcjzcazodqswv> has quit IRC | 21:53 | |
-YoctoAutoBuilder- build #67 of eclipse-plugin-luna is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/eclipse-plugin-luna/builds/67 | 21:54 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC | 21:59 | |
*** dvhart <dvhart!dvhart@nat/intel/x-pzkyzcfcxhzeonez> has joined #yocto | 22:00 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 22:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 22:01 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has quit IRC | 22:02 | |
*** adelcast <adelcast!~adelcast@130.164.62.82> has joined #yocto | 22:04 | |
*** paulg_ <paulg_!~paulg@72.1.195.9> has quit IRC | 22:04 | |
*** dvhart <dvhart!dvhart@nat/intel/x-pzkyzcfcxhzeonez> has quit IRC | 22:04 | |
khem` | RP: the strip failure is coming from gcc-cross | 22:05 |
khem` | RP: gcc-cross/4.8.4-r0/temp/log.do_populate_sysroot.7211:ERROR: runstrip: ''strip' --remove-section=.comment --remove-section=.note --strip-unneeded --remove-section=.pdr '/home/ubuntu/work/daisy/build-pacexi3v2/tmp/work/mips32el-rdk-linux/gcc-cross/4.8.4-r0/sysroot-destdir/home/ubuntu/work/daisy/build-pacexi3v2/tmp/sysroots/x86_64-linux/usr/include/gcc-build-internal-mips32el-rdk-linux/mipsel-rdk-linux/libgcc/libgcc_s.so.1'' strip command failed | 22:05 |
khem` | the reason is that host version of strip is trying to run over target ( mips ) binaries | 22:06 |
khem` | this is that hack of stashing the contents from one recipe to be retrieved as part of another recipe thing | 22:06 |
*** dvhart <dvhart!dvhart@nat/intel/x-voenzzzqrptqwuir> has joined #yocto | 22:06 | |
*** benjamirc <benjamirc!~besquive@134.134.139.76> has quit IRC | 22:07 | |
*** MiskaX <MiskaX!~jussi@rankki.sonarnerd.net> has joined #yocto | 22:08 | |
*** Glenn__ <Glenn__!614ebaea@gateway/web/freenode/ip.97.78.186.234> has quit IRC | 22:16 | |
*** rburton <rburton!~Adium@35.106.2.81.in-addr.arpa> has quit IRC | 22:17 | |
*** dvhart <dvhart!dvhart@nat/intel/x-voenzzzqrptqwuir> has quit IRC | 22:21 | |
*** dvhart <dvhart!dvhart@nat/intel/x-vloaovgktfbcvedq> has joined #yocto | 22:21 | |
*** darkspike_2 <darkspike_2!~darkspike@217.110.68.82> has joined #yocto | 22:25 | |
*** DarkKnight <DarkKnight!~quassel@HSI-KBW-046-005-198-236.hsi8.kabel-badenwuerttemberg.de> has quit IRC | 22:26 | |
-YoctoAutoBuilder- build #287 of nightly-qa-skeleton is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-qa-skeleton/builds/287 | 22:27 | |
*** ddalex1 <ddalex1!~ddalex@83.217.123.106> has joined #yocto | 22:27 | |
*** stefans__ <stefans__!~stefans@192.198.151.43> has joined #yocto | 22:27 | |
*** kscherer_ <kscherer_!~kscherer@128.224.252.2> has joined #yocto | 22:27 | |
*** Saur1 <Saur1!pkj@nat/axis/x-rfssuyqzclyncwqx> has joined #yocto | 22:28 | |
*** Squt <Squt!~sputnick@quassel/developer/sput> has joined #yocto | 22:28 | |
*** sri <sri!~sri@li160-162.members.linode.com> has joined #yocto | 22:29 | |
*** Aurele__ <Aurele__!~aurele@srvmail.castel.fr> has joined #yocto | 22:29 | |
*** sri is now known as Guest50589 | 22:29 | |
*** darkspike <darkspike!~darkspike@217.110.68.82> has quit IRC | 22:29 | |
*** ddalex <ddalex!~ddalex@83.217.123.106> has quit IRC | 22:29 | |
*** darkspike_2 is now known as darkspike | 22:29 | |
*** Saur <Saur!pkj@nat/axis/x-fpuzxjxoqkfiahgl> has quit IRC | 22:30 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 22:30 | |
*** Sput <Sput!~sputnick@quassel/developer/sput> has quit IRC | 22:30 | |
*** stefans_ <stefans_!~stefans@192.198.151.44> has quit IRC | 22:30 | |
*** _4urele_ <_4urele_!~aurele@srvmail.castel.fr> has quit IRC | 22:30 | |
*** el_robin <el_robin!~el_robin@195-154-117-220.rev.poneytelecom.eu> has quit IRC | 22:30 | |
*** sri_ <sri_!~sri@li160-162.members.linode.com> has quit IRC | 22:30 | |
*** smo <smo!canuck@me.wantsmo.com> has quit IRC | 22:30 | |
*** smo <smo!canuck@me.wantsmo.com> has joined #yocto | 22:30 | |
*** falstaff <falstaff!~quassel@195-226-23-137.pool.cyberlink.ch> has quit IRC | 22:30 | |
*** el_robin <el_robin!~el_robin@195-154-117-220.rev.poneytelecom.eu> has joined #yocto | 22:30 | |
*** falstaff <falstaff!~quassel@195-226-23-137.pool.cyberlink.ch> has joined #yocto | 22:31 | |
*** khem` <khem`!~khem@unaffiliated/khem> has quit IRC | 22:33 | |
*** roric__ <roric__!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 22:38 | |
*** dvhart <dvhart!dvhart@nat/intel/x-vloaovgktfbcvedq> has quit IRC | 22:41 | |
*** lamego <lamego!~lamego@134.134.139.74> has quit IRC | 22:44 | |
*** dvhart <dvhart!dvhart@nat/intel/x-tfijlrluvfwviirc> has joined #yocto | 22:46 | |
*** anselmolsm <anselmolsm!anselmolsm@nat/intel/x-qfrovuwplpnmmubw> has quit IRC | 22:46 | |
*** dvhart <dvhart!dvhart@nat/intel/x-tfijlrluvfwviirc> has quit IRC | 22:48 | |
*** roric__ <roric__!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 22:51 | |
*** dvhart <dvhart!~dvhart@134.134.139.72> has joined #yocto | 22:52 | |
Marex | zeddii: pingii ? | 22:53 |
*** dvhart <dvhart!~dvhart@134.134.139.72> has quit IRC | 22:55 | |
*** paulg_ <paulg_!~paulg@71-19-175-186.dedicated.allstream.net> has joined #yocto | 23:00 | |
*** dvhart <dvhart!dvhart@nat/intel/x-xbohvmvifiglvawf> has joined #yocto | 23:01 | |
*** roric__ <roric__!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has joined #yocto | 23:01 | |
*** ant_home <ant_home!~ant__@host2-44-dynamic.54-79-r.retail.telecomitalia.it> has quit IRC | 23:06 | |
-YoctoAutoBuilder- build #11 of nightly-world-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-world-lsb/builds/11 | 23:12 | |
*** dvhart <dvhart!dvhart@nat/intel/x-xbohvmvifiglvawf> has quit IRC | 23:14 | |
*** madisox <madisox!~madison@64-71-1-115.static.wiline.com> has quit IRC | 23:18 | |
-YoctoAutoBuilder- build #289 of nightly-fsl-ppc-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/builds/289 | 23:20 | |
-YoctoAutoBuilder- build #283 of nightly-ipk is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-ipk/builds/283 | 23:27 | |
*** sarahsharp <sarahsharp!sarah@nat/intel/x-xdtgmjakhovccesm> has quit IRC | 23:32 | |
*** dvhart <dvhart!dvhart@nat/intel/x-wwaqfvcyhtlqukbg> has joined #yocto | 23:35 | |
-YoctoAutoBuilder- build #291 of nightly-x86-64-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org/main/builders/nightly-x86-64-lsb/builds/291 | 23:37 | |
*** dvhart <dvhart!dvhart@nat/intel/x-wwaqfvcyhtlqukbg> has quit IRC | 23:37 | |
*** sjolley <sjolley!sjolley@nat/intel/x-oiuvevnjhrvzxzpe> has quit IRC | 23:42 | |
*** dlerner <dlerner!~dlerner@99-16-243-235.lightspeed.mrgvil.sbcglobal.net> has joined #yocto | 23:46 | |
*** roric__ <roric__!~roric@h196n19-vrr-a31.ias.bredband.telia.com> has quit IRC | 23:49 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!