*** pev <pev!~pev@2.31.47.151> has joined #yocto | 00:04 | |
pev | Evening... | 00:04 |
---|---|---|
*** Guest50125 <Guest50125!~khem@66.129.239.12> has quit IRC | 00:05 | |
pev | Anyone ever played with PACKET_MMAP by any chance? Got some weird behaviour on my i.MX6 board (3.0.35 kernel) where it runs much slower than normal sockets and perf shows it as spending 60% of its time in v7_flush_kern_dcache_area - looks like a proper bug but dont have any other boards / later kernels I can take a pop at reproducing with... | 00:07 |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 00:07 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 00:08 | |
*** kraj <kraj!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 00:08 | |
*** kraj <kraj!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 00:15 | |
*** wrotte <wrotte!~textual@129.59.115.4> has quit IRC | 00:15 | |
*** wrotte <wrotte!~textual@129.59.115.4> has joined #yocto | 00:16 | |
*** onoffon <onoffon!~khem@99.57.140.30> has joined #yocto | 00:17 | |
*** onoffon is now known as khem_ | 00:20 | |
*** wrotte <wrotte!~textual@129.59.115.4> has quit IRC | 00:21 | |
*** khem_ <khem_!~khem@99.57.140.30> has quit IRC | 00:24 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 00:24 | |
*** khem_ <khem_!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 00:24 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 00:25 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 00:34 | |
*** sameo <sameo!~samuel@192.55.55.37> has quit IRC | 00:52 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 01:02 | |
*** mr_science <mr_science!~sarnold@gentoo/developer/nerdboy> has quit IRC | 01:19 | |
khem` | pev: does your kernel have http://lists.infradead.org/pipermail/linux-arm-kernel/2011-July/057480.html | 01:36 |
pev | khem`: Ah, interesting, no! I'll test now... | 01:46 |
kergoth | khem`: btw we couldn't error on parsing, as the available package qa types is only known by 1) ALL_QA, which is ERROR_QA + WARN_QA, or 2) at runtime when package_qa_handle_error is called. would have to either be fatal at do_package time, which isn't much better than ERROR_QA, or would have to make the default behavior controllable, afaict | 01:48 |
kergoth | heh | 01:48 |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 01:50 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 02:05 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 02:08 | |
michael_e_brown | Thanks, khem. I'll try those out next week. What I have seems to be working great so far. | 02:14 |
*** WarheadsSE <WarheadsSE!~WarheadsS@c-50-164-31-62.hsd1.pa.comcast.net> has quit IRC | 02:17 | |
khem` | kergoth: ah, yes but then if we create another variable that wont fix the issue of dangling QA either | 02:25 |
khem` | michael_e_brown: OK thanks | 02:25 |
* khem` larts ubuntu | 02:28 | |
kergoth | khem`: the "dangling" case currently does a bb.note(). I intend to add a var DEFAULT_QA or somesuch with values note/warn/error, or similar, to alter the default behavior for unlisted entries | 02:42 |
kergoth | might not be ideal, but it would let a distro choose to make it fail by default for unlisted tests | 02:42 |
kergoth | s/tests/checks/ | 02:42 |
* kergoth digs | 02:42 | |
khem` | kergoth: ok thats good | 02:46 |
kergoth | hacking on my auto python deps code, converted it to a package_qa, and realized i'd get no output without adding it to a _QA var :) | 02:46 |
pev | khem`: Nope, good catch but doesnt seem to be the culprit... | 02:46 |
khem` | pev: do you see it doing lot of cache activity ? | 02:47 |
pev | khem`: Unfortunately perf stat doesn't work on this board so only got the output of perf top to look at | 02:48 |
khem` | ok, thats good enough | 02:49 |
khem` | pev: you see it taking longer time in v7_flush_kern_dcache_area or too many calls ? | 02:57 |
pev | khem`: Frustratingly perf top only shows time spent in the function based on samples rather than entries - it is about 70% of total samples though (and a firther 10% is raw_spin_unlock_irqrestore) | 02:59 |
khem` | hmm | 03:01 |
pev | It'd be easy to reproduce on other ARM boards I think | 03:01 |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 03:01 | |
*** silviof4 <silviof4!~silviof@ppp-188-174-87-48.dynamic.mnet-online.de> has quit IRC | 03:04 | |
nerdboy | so is there a tegra BSP layer somewhere? i've looked and didn't see anything, but maybe it's named weirdly | 03:08 |
nerdboy | specifically for the trimslice/utilite devices | 03:09 |
* nerdboy planning to make one | 03:10 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 03:15 | |
lpapp | nerdboy: I saw it somewhere. | 03:15 |
lpapp | nerdboy: I would ask it on the mailing list first to be sure. | 03:19 |
nerdboy | heh, just found woglinde's meta-tegra repo on github | 03:21 |
nerdboy | it's 3 years old and empty | 03:21 |
*** gjohnson <gjohnson!~gjohnson@nwtn-static-agleaders0-0003.flex.iowatelecom.net> has quit IRC | 03:27 | |
nerdboy | digging around a bit more yields meta-toradex | 03:46 |
*** behanw <behanw!~behanw@S0106c8fb2681e04b.gv.shawcable.net> has quit IRC | 03:47 | |
nerdboy | but for three specific colibri t20/t30 machines and something called a apalis | 03:49 |
nerdboy | should be easy to add one more machine... | 03:53 |
-YoctoAutoBuilder- build #9 of nightly-fsl-arm-lsb is complete: Failure [failed RunPreamble CreateAutoConf Create BBLayers Configuration BuildImages CreateAutoConf_1 BuildImages_1 CreateAutoConf_2 BuildImages_2 Publishing Artifacts] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-fsl-arm-lsb/builds/9 | 03:54 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC | 04:00 | |
*** trollixx_ <trollixx_!~trollixx@sf.wisetroll.net> has joined #yocto | 04:00 | |
*** behanw <behanw!~behanw@S0106c8fb2681e04b.gv.shawcable.net> has joined #yocto | 04:03 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto | 04:05 | |
nerdboy | boy is there some weird stuff in that layer... | 04:32 |
*** Jefro <Jefro!~jefro@50-0-152-82.dedicated.static.sonic.net> has quit IRC | 04:50 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has joined #yocto | 04:59 | |
-YoctoAutoBuilder- build #9 of nightly-x32 is complete: Failure [failed BuildImages Running Sanity Tests Running Sanity Tests_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-x32/builds/9 | 05:05 | |
*** sjolley <sjolley!~sjolley@134.134.139.74> has quit IRC | 05:42 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 05:57 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 05:59 | |
*** arky <arky!~arky@stat-217-145-38-50.xdsl.toledo.be> has joined #yocto | 06:19 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has quit IRC | 06:39 | |
*** onoffon <onoffon!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 07:10 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 07:10 | |
*** bluelightning <bluelightning!~paul@242.113-78-194.adsl-static.isp.belgacom.be> has joined #yocto | 07:15 | |
*** bluelightning <bluelightning!~paul@242.113-78-194.adsl-static.isp.belgacom.be> has quit IRC | 07:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto | 07:15 | |
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC | 07:27 | |
*** jackmitchell <jackmitchell!~Thunderbi@28.254-240-81.adsl-static.isp.belgacom.be> has joined #yocto | 07:31 | |
*** jackmitchell <jackmitchell!~Thunderbi@28.254-240-81.adsl-static.isp.belgacom.be> has quit IRC | 07:48 | |
*** behanw <behanw!~behanw@S0106c8fb2681e04b.gv.shawcable.net> has quit IRC | 07:56 | |
lpapp | is there a way to turn off the Q/A checks for a recipe? | 08:00 |
lpapp | ideally I would like to turn off one specific check, not the whole Q/A. | 08:01 |
lpapp | (upstream software is bad, and I do not have time to fix it to be nice) | 08:01 |
JaMa | SKIP_INSANE(_pkg) | 08:02 |
JaMa | err INSANE_SKIP | 08:03 |
-YoctoAutoBuilder- build #7 of nightly-oecore is complete: Failure [failed Building Toolchain Images_1] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/7 | 08:03 | |
lpapp | JaMa: oh, I need INSANE_SKIP_${PN} += "dev-so textrel" | 08:13 |
*** onoffon <onoffon!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 08:14 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 08:14 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has joined #yocto | 08:15 | |
*** Crofton <Crofton!~balister@28.254-240-81.adsl-static.isp.belgacom.be> has joined #yocto | 08:23 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has quit IRC | 08:40 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 09:02 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 09:02 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 09:03 | |
*** Crofton <Crofton!~balister@28.254-240-81.adsl-static.isp.belgacom.be> has quit IRC | 09:05 | |
-YoctoAutoBuilder- build #8 of minnow is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/minnow/builds/8 | 09:13 | |
*** vicenteolivert <vicenteolivert!57c2b5c3@gateway/web/freenode/ip.87.194.181.195> has quit IRC | 09:26 | |
*** flynn378 <flynn378!80db310e@gateway/web/freenode/ip.128.219.49.14> has quit IRC | 09:26 | |
*** RP <RP!~richard@dan.rpsys.net> has quit IRC | 09:26 | |
*** phragment <phragment!~quassel@vpn.htu.tu-graz.ac.at> has quit IRC | 09:26 | |
*** mankku_ <mankku_!~mankku@projects.sse.fi> has quit IRC | 09:26 | |
*** Jay7 <Jay7!jay@176.15.149.233> has quit IRC | 09:26 | |
*** nslu2-log <nslu2-log!~nslu2-log@140.211.169.184> has quit IRC | 09:26 | |
*** rodgort <rodgort!~rodgort@li125-242.members.linode.com> has quit IRC | 09:26 | |
*** stryx` <stryx`!~stryx@149.255.100.107> has quit IRC | 09:26 | |
*** Xz <Xz!kmsywula@nat/intel/x-xcdyphprxyckacjo> has quit IRC | 09:26 | |
*** ehp <ehp!~quassel@mailhost.exterity.com> has quit IRC | 09:26 | |
*** phantoxeD <phantoxeD!destroy@a89-154-119-158.cpe.netcabo.pt> has quit IRC | 09:26 | |
*** dv_ <dv_!~quassel@chello080108009040.14.11.vie.surfer.at> has quit IRC | 09:26 | |
*** zarusky <zarusky!~zarul@ubuntu/member/zarul> has quit IRC | 09:26 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has quit IRC | 09:26 | |
*** ftonello <ftonello!~felipe@wsip-70-183-20-162.oc.oc.cox.net> has quit IRC | 09:26 | |
*** zenlinux <zenlinux!~zenlinux@masterfoo.zenlinux.com> has quit IRC | 09:26 | |
*** pev <pev!~pev@2.31.47.151> has quit IRC | 09:26 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has quit IRC | 09:26 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has quit IRC | 09:26 | |
*** av500 <av500!~av500@b2b-46-252-131-98.unitymedia.biz> has quit IRC | 09:26 | |
*** JaMa <JaMa!~martin@ip-89-176-104-107.net.upcbroadband.cz> has quit IRC | 09:26 | |
*** jamestunnicliffe <jamestunnicliffe!~quassel@linaro/jamestunnicliffe> has quit IRC | 09:26 | |
*** Sput <Sput!~sputnick@quassel/developer/sput> has quit IRC | 09:26 | |
*** khem <khem!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 09:26 | |
*** eren <eren!~eren@unaffiliated/eren> has quit IRC | 09:26 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has quit IRC | 09:26 | |
*** yzhao2 <yzhao2!~yzhao2@128.224.252.2> has quit IRC | 09:26 | |
*** Noor <Noor!~noor@110.93.212.98> has quit IRC | 09:26 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 09:26 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 09:26 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 09:26 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 09:26 | |
*** abelloni <abelloni!~piout@128-79-216-6.hfc.dyn.abo.bbox.fr> has quit IRC | 09:26 | |
*** smartin <smartin!~smartin@46.218.232.202> has quit IRC | 09:26 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has quit IRC | 09:26 | |
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has quit IRC | 09:26 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC | 09:26 | |
*** tobiash <tobiash!~quassel@mail.bmw-carit.de> has quit IRC | 09:26 | |
*** OlivierG <OlivierG!~OlivierG@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has quit IRC | 09:26 | |
*** zeddii <zeddii!~ddez@128.224.252.2> has quit IRC | 09:26 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has quit IRC | 09:26 | |
*** michael_e_brown <michael_e_brown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has quit IRC | 09:26 | |
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has quit IRC | 09:26 | |
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-hxpcrfgfdoxabatx> has quit IRC | 09:26 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-urebrtkeblhxmzeg> has quit IRC | 09:26 | |
*** lh <lh!lh@osuosl/staff/lh> has quit IRC | 09:26 | |
*** jwessel <jwessel!~jwessel@128.224.250.2> has quit IRC | 09:26 | |
*** Marex <Marex!~Marex@195.140.253.167> has quit IRC | 09:26 | |
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has quit IRC | 09:26 | |
*** gagi_ <gagi_!~quassel@vpn.pelagicore.de> has quit IRC | 09:26 | |
*** dguthrie <dguthrie!~dguthrie@87-198-173-210.static.ptr.magnet.ie> has quit IRC | 09:26 | |
*** sgw_ <sgw_!~sgw@c-50-186-0-160.hsd1.or.comcast.net> has quit IRC | 09:26 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has quit IRC | 09:26 | |
*** evanp <evanp!evan@nat/intel/x-blvwgxjvbvjkzlla> has quit IRC | 09:26 | |
*** ccube <ccube!ccube@nx.ccube.de> has quit IRC | 09:26 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC | 09:26 | |
*** mks <mks!~kbouhara@hyperion.atermes.fr> has quit IRC | 09:26 | |
*** ndec <ndec!~ndec@linaro/ndec> has quit IRC | 09:26 | |
*** riskable <riskable!~quassel@2601:e:8c00:7e:c59e:4a3e:ba71:56a> has quit IRC | 09:26 | |
*** fpaut_ <fpaut_!~fpaut@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has quit IRC | 09:26 | |
*** jonmasters <jonmasters!~jcm@edison.jonmasters.org> has quit IRC | 09:26 | |
*** BSDCat <BSDCat!~unique@calvin.idempot.net> has quit IRC | 09:26 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has quit IRC | 09:26 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 09:26 | |
*** mihai <mihai!~mihai@188.26.14.250> has quit IRC | 09:26 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has quit IRC | 09:26 | |
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has quit IRC | 09:26 | |
*** jmpdelos <jmpdelos!~polk@174-24-99-155.clsp.qwest.net> has quit IRC | 09:26 | |
*** wgao <wgao!~wgao@1.202.252.122> has quit IRC | 09:26 | |
*** kergoth <kergoth!~kergoth@covenant.kergoth.com> has quit IRC | 09:26 | |
*** akbennett <akbennett!akbennett@ec2-54-225-101-41.compute-1.amazonaws.com> has quit IRC | 09:26 | |
*** lyang0 <lyang0!~lyang001@1.202.252.122> has quit IRC | 09:26 | |
*** ynezz <ynezz!ynezz@ibawizard.net> has quit IRC | 09:26 | |
*** fabo <fabo!~fabo@linaro/fabo> has quit IRC | 09:26 | |
*** Zaif <Zaif!~zaif@pc-sig01.acc.uni-paderborn.de> has quit IRC | 09:26 | |
*** captainigloo <captainigloo!~captainig@2001:41d0:8:114b::1> has quit IRC | 09:26 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:21c:c4ff:fe73:2d74> has quit IRC | 09:26 | |
*** slips <slips!~slips@95.130.216.34> has quit IRC | 09:26 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has quit IRC | 09:26 | |
*** shaiton <shaiton!~shaiton@fedora/shaiton> has quit IRC | 09:26 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 09:26 | |
*** rtollert_ <rtollert_!~rtollert@130.164.62.31> has quit IRC | 09:26 | |
*** dlerner <dlerner!~dlerner@128.224.250.2> has quit IRC | 09:26 | |
*** ddalex <ddalex!ddalex@nat/intel/x-bkdfaljvzgwjmwlm> has quit IRC | 09:26 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has quit IRC | 09:26 | |
*** mitz <mitz!~mitz@rt.miraclelinux.com> has quit IRC | 09:26 | |
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has quit IRC | 09:26 | |
*** LetoThe2nd <LetoThe2nd!~jd@unaffiliated/letothe2nd> has quit IRC | 09:26 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has quit IRC | 09:26 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 09:26 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has quit IRC | 09:26 | |
*** ScriptRipper1 <ScriptRipper1!~ScriptRip@178-26-43-81-dynip.superkabel.de> has quit IRC | 09:26 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has quit IRC | 09:26 | |
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has quit IRC | 09:26 | |
*** bunk <bunk!~bunk@cs185055.pp.htv.fi> has quit IRC | 09:26 | |
*** tlwoerner <tlwoerner!~trevor@linaro/tlwoerner> has quit IRC | 09:26 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has quit IRC | 09:26 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-41-155.ronkva.east.verizon.net> has quit IRC | 09:26 | |
*** zibri <zibri!zibri@rfc1459.se> has quit IRC | 09:26 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 09:26 | |
*** msm <msm!~msm@cpe-173-174-124-130.austin.res.rr.com> has quit IRC | 09:26 | |
*** flihp <flihp!~flihp@c-76-24-20-220.hsd1.ma.comcast.net> has quit IRC | 09:26 | |
*** reanguiano <reanguiano!~devnull@ricardoanguiano.com> has quit IRC | 09:26 | |
*** Saur <Saur!pkj@nat/axis/x-lindzmirulnamhsq> has quit IRC | 09:26 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC | 09:26 | |
*** SwedeMike <SwedeMike!swmike@ipv6.swm.pp.se> has quit IRC | 09:26 | |
*** dzoe <dzoe!joe@joe.cz> has quit IRC | 09:26 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has quit IRC | 09:26 | |
*** iwamatsu <iwamatsu!~iwamatsu@www1015ue.sakura.ne.jp> has quit IRC | 09:26 | |
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has quit IRC | 09:26 | |
*** W1N9Zr0 <W1N9Zr0!~W1N9Zr0@24-246-63-23.cable.teksavvy.com> has quit IRC | 09:26 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 09:26 | |
*** ploppy <ploppy!~kgraefe@dieelid.de> has quit IRC | 09:26 | |
*** mthalmei_away <mthalmei_away!~mthalmei@ex4.michisoft.net> has quit IRC | 09:26 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has quit IRC | 09:26 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has quit IRC | 09:26 | |
*** FunkyPenguin <FunkyPenguin!~quassel@opensuse/member/FunkyPenguin> has quit IRC | 09:26 | |
*** zqad <zqad!zqad@stalin.acc.umu.se> has quit IRC | 09:26 | |
*** scot <scot!~scot@130.164.62.126> has quit IRC | 09:26 | |
*** ajtag <ajtag!~ajtag@cpc10-lee211-2-0-cust124.7-1.cable.virginm.net> has quit IRC | 09:26 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has quit IRC | 09:26 | |
*** arfoll <arfoll!~arfoll@97e6ca3b.skybroadband.com> has quit IRC | 09:26 | |
*** ccaione <ccaione!~ccaione@95.85.62.237> has quit IRC | 09:26 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 09:41 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 09:41 | |
*** trollixx <trollixx!~trollixx@sf.wisetroll.net> has joined #yocto | 09:41 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has joined #yocto | 09:41 | |
*** pev <pev!~pev@2.31.47.151> has joined #yocto | 09:41 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 09:41 | |
*** mihai <mihai!~mihai@188.26.14.250> has joined #yocto | 09:41 | |
*** abelloni <abelloni!~piout@128-79-216-6.hfc.dyn.abo.bbox.fr> has joined #yocto | 09:41 | |
*** zeddii <zeddii!~ddez@128.224.252.2> has joined #yocto | 09:41 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 09:41 | |
*** reallife <reallife!~reallife@ool-4b7ff55a.static.optonline.net> has joined #yocto | 09:41 | |
*** W1N9Zr0 <W1N9Zr0!~W1N9Zr0@24-246-63-23.cable.teksavvy.com> has joined #yocto | 09:41 | |
*** ScriptRipper1 <ScriptRipper1!~ScriptRip@178-26-43-81-dynip.superkabel.de> has joined #yocto | 09:41 | |
*** yzhao2 <yzhao2!~yzhao2@128.224.252.2> has joined #yocto | 09:41 | |
*** vicenteolivert <vicenteolivert!57c2b5c3@gateway/web/freenode/ip.87.194.181.195> has joined #yocto | 09:41 | |
*** smartin <smartin!~smartin@46.218.232.202> has joined #yocto | 09:41 | |
*** Zaif <Zaif!~zaif@pc-sig01.acc.uni-paderborn.de> has joined #yocto | 09:41 | |
*** demonimin <demonimin!~demonimin@unaffiliated/demonimin> has joined #yocto | 09:41 | |
*** dlerner <dlerner!~dlerner@128.224.250.2> has joined #yocto | 09:41 | |
*** flynn378 <flynn378!80db310e@gateway/web/freenode/ip.128.219.49.14> has joined #yocto | 09:41 | |
*** ddalex <ddalex!ddalex@nat/intel/x-bkdfaljvzgwjmwlm> has joined #yocto | 09:41 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has joined #yocto | 09:41 | |
*** RP <RP!~richard@dan.rpsys.net> has joined #yocto | 09:41 | |
*** dguthrie <dguthrie!~dguthrie@87-198-173-210.static.ptr.magnet.ie> has joined #yocto | 09:41 | |
*** nerdboy <nerdboy!~sarnold@gentoo/developer/nerdboy> has joined #yocto | 09:41 | |
*** bunk <bunk!~bunk@cs185055.pp.htv.fi> has joined #yocto | 09:41 | |
*** sgw_ <sgw_!~sgw@c-50-186-0-160.hsd1.or.comcast.net> has joined #yocto | 09:41 | |
*** maxin <maxin!~majo@sestofw01.enea.se> has joined #yocto | 09:41 | |
*** dany <dany!~Thunderbi@sestofw01.enea.se> has joined #yocto | 09:41 | |
*** stryx` <stryx`!~stryx@149.255.100.107> has joined #yocto | 09:41 | |
*** Marex <Marex!~Marex@195.140.253.167> has joined #yocto | 09:41 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 09:41 | |
*** ploppy <ploppy!~kgraefe@dieelid.de> has joined #yocto | 09:41 | |
*** fray <fray!U2FsdGVkX1@gate.crashing.org> has joined #yocto | 09:41 | |
*** Xz <Xz!kmsywula@nat/intel/x-xcdyphprxyckacjo> has joined #yocto | 09:41 | |
*** denix <denix!~denix@pool-71-191-205-189.washdc.fios.verizon.net> has joined #yocto | 09:41 | |
*** mthalmei_away <mthalmei_away!~mthalmei@ex4.michisoft.net> has joined #yocto | 09:41 | |
*** otavio <otavio!~otavio@debian/developer/otavio> has joined #yocto | 09:41 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has joined #yocto | 09:41 | |
*** av500 <av500!~av500@b2b-46-252-131-98.unitymedia.biz> has joined #yocto | 09:41 | |
*** OlivierG <OlivierG!~OlivierG@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has joined #yocto | 09:41 | |
*** riskable <riskable!~quassel@2601:e:8c00:7e:c59e:4a3e:ba71:56a> has joined #yocto | 09:41 | |
*** tobiash <tobiash!~quassel@mail.bmw-carit.de> has joined #yocto | 09:41 | |
*** michael_e_brown <michael_e_brown!~michael_e@99-23-196-16.lightspeed.austtx.sbcglobal.net> has joined #yocto | 09:41 | |
*** Gintaro <Gintaro!~gintaro@geertswei.nl> has joined #yocto | 09:41 | |
*** ehp <ehp!~quassel@mailhost.exterity.com> has joined #yocto | 09:41 | |
*** JaMa <JaMa!~martin@ip-89-176-104-107.net.upcbroadband.cz> has joined #yocto | 09:41 | |
*** tlwoerner <tlwoerner!~trevor@linaro/tlwoerner> has joined #yocto | 09:41 | |
*** YoctoAutoBuilder <YoctoAutoBuilder!~YoctoAuto@yocto-www.yoctoproject.org> has joined #yocto | 09:41 | |
*** kscherer <kscherer!~kscherer@128.224.252.2> has joined #yocto | 09:41 | |
*** shaiton <shaiton!~shaiton@fedora/shaiton> has joined #yocto | 09:41 | |
*** phantoxeD <phantoxeD!destroy@a89-154-119-158.cpe.netcabo.pt> has joined #yocto | 09:41 | |
*** dv_ <dv_!~quassel@chello080108009040.14.11.vie.surfer.at> has joined #yocto | 09:41 | |
*** evanp <evanp!evan@nat/intel/x-blvwgxjvbvjkzlla> has joined #yocto | 09:41 | |
*** phragment <phragment!~quassel@vpn.htu.tu-graz.ac.at> has joined #yocto | 09:41 | |
*** Crofton|work <Crofton|work!~balister@pool-71-171-41-155.ronkva.east.verizon.net> has joined #yocto | 09:41 | |
*** ccube <ccube!ccube@nx.ccube.de> has joined #yocto | 09:41 | |
*** zibri <zibri!zibri@rfc1459.se> has joined #yocto | 09:41 | |
*** halfhalo <halfhalo!halfhalo@nasadmin/webteam/halfhalo> has joined #yocto | 09:41 | |
*** captainigloo <captainigloo!~captainig@2001:41d0:8:114b::1> has joined #yocto | 09:41 | |
*** jchonig_ <jchonig_!~quassel@firewall.honig.net> has joined #yocto | 09:41 | |
*** BSDCat <BSDCat!~unique@calvin.idempot.net> has joined #yocto | 09:41 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto | 09:41 | |
*** mckoan|away <mckoan|away!~marco@unaffiliated/mckoan> has joined #yocto | 09:41 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 09:41 | |
*** jamestunnicliffe <jamestunnicliffe!~quassel@linaro/jamestunnicliffe> has joined #yocto | 09:41 | |
*** Sput <Sput!~sputnick@quassel/developer/sput> has joined #yocto | 09:41 | |
*** msm <msm!~msm@cpe-173-174-124-130.austin.res.rr.com> has joined #yocto | 09:41 | |
*** khem <khem!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 09:41 | |
*** eren <eren!~eren@unaffiliated/eren> has joined #yocto | 09:41 | |
*** jmpdelos <jmpdelos!~polk@174-24-99-155.clsp.qwest.net> has joined #yocto | 09:41 | |
*** flihp <flihp!~flihp@c-76-24-20-220.hsd1.ma.comcast.net> has joined #yocto | 09:41 | |
*** mitz <mitz!~mitz@rt.miraclelinux.com> has joined #yocto | 09:41 | |
*** darknighte <darknighte!~darknight@pdpc/supporter/professional/darknighte> has joined #yocto | 09:41 | |
*** FunkyPenguin <FunkyPenguin!~quassel@opensuse/member/FunkyPenguin> has joined #yocto | 09:41 | |
*** sakoman <sakoman!~steve@static-74-41-60-154.dsl1.pco.ca.frontiernet.net> has joined #yocto | 09:41 | |
*** mks <mks!~kbouhara@hyperion.atermes.fr> has joined #yocto | 09:41 | |
*** zarusky <zarusky!~zarul@ubuntu/member/zarul> has joined #yocto | 09:41 | |
*** reanguiano <reanguiano!~devnull@ricardoanguiano.com> has joined #yocto | 09:41 | |
*** mario-goulart <mario-goulart!~user@email.parenteses.org> has joined #yocto | 09:41 | |
*** ftonello <ftonello!~felipe@wsip-70-183-20-162.oc.oc.cox.net> has joined #yocto | 09:41 | |
*** Saur <Saur!pkj@nat/axis/x-lindzmirulnamhsq> has joined #yocto | 09:41 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 09:41 | |
*** akbennett <akbennett!akbennett@ec2-54-225-101-41.compute-1.amazonaws.com> has joined #yocto | 09:41 | |
*** zqad <zqad!zqad@stalin.acc.umu.se> has joined #yocto | 09:41 | |
*** wgao <wgao!~wgao@1.202.252.122> has joined #yocto | 09:41 | |
*** ericben <ericben!~ebenard@pac33-3-88-170-243-169.fbx.proxad.net> has joined #yocto | 09:41 | |
*** ccaione <ccaione!~ccaione@95.85.62.237> has joined #yocto | 09:41 | |
*** mankku_ <mankku_!~mankku@projects.sse.fi> has joined #yocto | 09:41 | |
*** gagi_ <gagi_!~quassel@vpn.pelagicore.de> has joined #yocto | 09:41 | |
*** Jay7 <Jay7!jay@176.15.149.233> has joined #yocto | 09:41 | |
*** ka6sox <ka6sox!ka6sox@nasadmin/ka6sox> has joined #yocto | 09:41 | |
*** rodgort <rodgort!~rodgort@li125-242.members.linode.com> has joined #yocto | 09:41 | |
*** nslu2-log <nslu2-log!~nslu2-log@140.211.169.184> has joined #yocto | 09:41 | |
*** zenlinux <zenlinux!~zenlinux@masterfoo.zenlinux.com> has joined #yocto | 09:41 | |
*** fpaut_ <fpaut_!~fpaut@LVelizy-156-44-42-252.w217-128.abo.wanadoo.fr> has joined #yocto | 09:41 | |
*** kergoth <kergoth!~kergoth@covenant.kergoth.com> has joined #yocto | 09:41 | |
*** scot <scot!~scot@130.164.62.126> has joined #yocto | 09:41 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto | 09:41 | |
*** ajtag <ajtag!~ajtag@cpc10-lee211-2-0-cust124.7-1.cable.virginm.net> has joined #yocto | 09:41 | |
*** fitzsim <fitzsim!~user@2001:420:284a:1300:21c:c4ff:fe73:2d74> has joined #yocto | 09:41 | |
*** lyang0 <lyang0!~lyang001@1.202.252.122> has joined #yocto | 09:41 | |
*** arfoll <arfoll!~arfoll@97e6ca3b.skybroadband.com> has joined #yocto | 09:41 | |
*** Noor <Noor!~noor@110.93.212.98> has joined #yocto | 09:41 | |
*** jwessel <jwessel!~jwessel@128.224.250.2> has joined #yocto | 09:41 | |
*** lh <lh!lh@osuosl/staff/lh> has joined #yocto | 09:41 | |
*** awafaa <awafaa!sid716@gateway/web/irccloud.com/x-urebrtkeblhxmzeg> has joined #yocto | 09:41 | |
*** jjardon <jjardon!sid723@gateway/web/irccloud.com/x-hxpcrfgfdoxabatx> has joined #yocto | 09:41 | |
*** Rootert <Rootert!~Rootert@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 09:41 | |
*** RagBal <RagBal!~RagBal@54694E34.cm-12-2b.dynamic.ziggo.nl> has joined #yocto | 09:41 | |
*** rtollert_ <rtollert_!~rtollert@130.164.62.31> has joined #yocto | 09:41 | |
*** ynezz <ynezz!ynezz@ibawizard.net> has joined #yocto | 09:41 | |
*** fabo <fabo!~fabo@linaro/fabo> has joined #yocto | 09:41 | |
*** SwedeMike <SwedeMike!swmike@ipv6.swm.pp.se> has joined #yocto | 09:41 | |
*** ndec <ndec!~ndec@linaro/ndec> has joined #yocto | 09:41 | |
*** slips <slips!~slips@95.130.216.34> has joined #yocto | 09:41 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has joined #yocto | 09:41 | |
*** jonmasters <jonmasters!~jcm@edison.jonmasters.org> has joined #yocto | 09:41 | |
*** dzoe <dzoe!joe@joe.cz> has joined #yocto | 09:41 | |
*** iwamatsu <iwamatsu!~iwamatsu@www1015ue.sakura.ne.jp> has joined #yocto | 09:41 | |
*** halstead <halstead!~halstead@drupal.org/user/301087/view> has joined #yocto | 09:41 | |
*** LetoThe2nd <LetoThe2nd!~jd@unaffiliated/letothe2nd> has joined #yocto | 09:41 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has joined #yocto | 09:41 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-bsuikexczupiubpe> has joined #yocto | 10:02 | |
-YoctoAutoBuilder- build #8 of minnow-lsb is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/minnow-lsb/builds/8 | 10:06 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-bsuikexczupiubpe> has quit IRC | 10:45 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has quit IRC | 10:47 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 11:01 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has joined #yocto | 11:06 | |
*** GusBricker <GusBricker!~GusBricke@c122-107-239-5.mckinn3.vic.optusnet.com.au> has quit IRC | 11:29 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has joined #yocto | 12:13 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 12:22 | |
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has quit IRC | 12:49 | |
*** danielki <danielki!~daniel@188.111.54.34> has joined #yocto | 12:52 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-qcgcfgphddtokdrc> has joined #yocto | 12:54 | |
*** erbo <erbo!~erik@host.62.65.125.245.bitcom.se> has joined #yocto | 12:56 | |
*** JaMa <JaMa!~martin@ip-89-176-104-107.net.upcbroadband.cz> has quit IRC | 13:01 | |
* danielki thinks DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt is somewhat misleading | 13:01 | |
danielki | in fact you have to -- at least I'm not aware of any other way to remove old images | 13:02 |
lpapp | there is though. | 13:03 |
lpapp | which poky are you using? | 13:03 |
danielki | 1.5.1 | 13:03 |
danielki | there is? | 13:03 |
lpapp | I do not know the versions, sorry. | 13:03 |
lpapp | code name? | 13:03 |
danielki | dora | 13:03 |
lpapp | http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#var-RM_OLD_IMAGE | 13:03 |
danielki | cool, thanks, I've been looking for something like that! | 13:04 |
danielki | perhaps the do-not-delete readme should mention that... | 13:04 |
lpapp | yes, it is one of the reasons for us to move away from dylan to dora+1 in Q3 or Q4. | 13:04 |
* danielki adds it to site.conf | 13:08 | |
lpapp | danielki: are you using internal toolchain? | 13:10 |
danielki | no\ | 13:10 |
danielki | oh wait | 13:10 |
danielki | yes | 13:10 |
danielki | if you mean toolchain generated as part of the build | 13:10 |
lpapp | yes, not company internal. | 13:11 |
*** arky <arky!arky@conference/fosdem/x-zhlcxulrwekeyjfb> has joined #yocto | 13:11 | |
lpapp | I wish we could have that luxury... :-/ | 13:11 |
-YoctoAutoBuilder- build #8 of nightly-non-gpl3 is complete: Failure [failed RunPreamble GetDistroVersion CreateAutoConf Create BBLayers Configuration BuildImages] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-non-gpl3/builds/8 | 13:19 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 13:30 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-qcgcfgphddtokdrc> has quit IRC | 13:32 | |
*** mulhern <mulhern!~mulhern@c-67-186-188-203.hsd1.ma.comcast.net> has joined #yocto | 13:32 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-szoprpgampiqgtjw> has joined #yocto | 13:33 | |
*** arky <arky!arky@conference/fosdem/x-zhlcxulrwekeyjfb> has quit IRC | 13:39 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-szoprpgampiqgtjw> has quit IRC | 13:42 | |
*** mks <mks!~kbouhara@hyperion.atermes.fr> has quit IRC | 13:54 | |
*** mks <mks!~kbouhara@hyperion.atermes.fr> has joined #yocto | 13:55 | |
*** ddalex1 <ddalex1!~ddalex@77.28.125.91.dyn.plus.net> has joined #yocto | 14:00 | |
*** sgw_ <sgw_!~sgw@c-50-186-0-160.hsd1.or.comcast.net> has quit IRC | 14:08 | |
-YoctoAutoBuilder- build #8 of nightly-oecore is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-oecore/builds/8 | 14:10 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 14:17 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 14:40 | |
*** arky <arky!arky@conference/fosdem/x-cduzrzibunwvsflp> has joined #yocto | 14:48 | |
*** arky <arky!arky@conference/fosdem/x-cduzrzibunwvsflp> has quit IRC | 14:53 | |
*** jmpdelos <jmpdelos!~polk@174-24-99-155.clsp.qwest.net> has quit IRC | 14:53 | |
*** jmpdelos <jmpdelos!~polk@174-24-99-155.clsp.qwest.net> has joined #yocto | 14:57 | |
*** arky <arky!arky@conference/fosdem/x-kvgkonckdsvxbjmi> has joined #yocto | 15:05 | |
*** arky <arky!arky@conference/fosdem/x-kvgkonckdsvxbjmi> has quit IRC | 15:31 | |
*** FunkyPenguin <FunkyPenguin!~quassel@opensuse/member/FunkyPenguin> has quit IRC | 15:48 | |
*** Crofton <Crofton!balister@conference/fosdem/x-dxsrsdkywqsqfmba> has joined #yocto | 15:50 | |
*** FunkyPenguin <FunkyPenguin!~quassel@opensuse/member/FunkyPenguin> has joined #yocto | 15:51 | |
danielki | hm | 15:56 |
danielki | https://lists.yoctoproject.org/pipermail/yocto/2011-November/003535.html <-- I think I have exactly the problem described here | 15:57 |
danielki | any ideas? | 15:57 |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-zmanuxhjaymzfonj> has joined #yocto | 15:57 | |
zecke | danielki: which kernel are you using? | 15:59 |
danielki | freescale 2.6.35.3 with patches to support this particular board | 16:00 |
danielki | hm, I just found this: https://groups.google.com/forum/#!msg/kernelarchive/xdfrndFarwY/xhYWzYDYaTIJ | 16:00 |
zecke | danielki: that kernel is ancient. Move at least to a LTS version. There were tons of Ubifs fixes even in 3.2.X | 16:01 |
danielki | I would love to, but this is i.MX53 | 16:01 |
zecke | danielki: well, then don't use Freesclae hw in future products? ;) | 16:02 |
danielki | zecke: it's a customer's product :) | 16:03 |
danielki | the situation is better with i.MX6 I heard | 16:03 |
michael_e_brown | Are you sure the patches haven't been mainlined? | 16:04 |
zecke | danielki: but yes. ubi/ubifs is full of bugs. just browse the 3.2.x changelog. or older | 16:04 |
zecke | danielki: https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.34/ChangeLog-2.6.34.12. no idea if your 2.6.35 already had the fixes | 16:04 |
michael_e_brown | I see some references that i.mx53 stuff is in later kernels | 16:05 |
danielki | michael_e_brown: as far as I know, mainline still doesn't support graphics and some other stuff | 16:05 |
michael_e_brown | ok, no personal experience with it. just got myself a few i.mx6 dev boards last week. | 16:06 |
danielki | for those freescale supports a 3-something kernel, and I heard mainline works too (though not with all features) | 16:08 |
lpapp | danielki: I wonder if you can backport fixes? | 16:09 |
danielki | of course you can, but it means work | 16:09 |
*** lpapp <lpapp!~lpapp@kde/lpapp> has quit IRC | 16:11 | |
*** lpapp <lpapp!~lpapp@cpc11-cmbg15-2-0-cust30.5-4.cable.virginm.net> has joined #yocto | 16:11 | |
*** lpapp <lpapp!~lpapp@kde/lpapp> has joined #yocto | 16:11 | |
*** Crofton <Crofton!balister@conference/fosdem/x-dxsrsdkywqsqfmba> has quit IRC | 16:18 | |
bunk | danielki: there's also sone 3.something kernel I've used for an i.MX53 based product, but it's not supported by Freescale | 16:18 |
danielki | oooh | 16:19 |
danielki | where can I get it? :) | 16:19 |
*** sjolley <sjolley!sjolley@nat/intel/x-kknhoyvhjxoydhjb> has joined #yocto | 16:20 | |
bunk | danielki: look at the | 16:21 |
bunk | lt-3.1 and lt-3.2-imx5 branches at http://git.linaro.org/bsp/freescale/linux-linaro.git/heads | 16:22 |
danielki | oh cool | 16:22 |
bunk | AFAIR we used the 3.2.0-rc6 from the latter, but that was 2012 so I don't remember everything | 16:22 |
danielki | is there already a yocto layer somewhere which integrates this? | 16:22 |
bunk | We didn't use Yocto for that project. | 16:23 |
danielki | k | 16:23 |
danielki | but thanks anyway for the pointer | 16:23 |
*** sjolley <sjolley!sjolley@nat/intel/x-kknhoyvhjxoydhjb> has quit IRC | 16:28 | |
*** ScriptRipper1 <ScriptRipper1!~ScriptRip@178-26-43-81-dynip.superkabel.de> has quit IRC | 16:30 | |
*** ScriptRipper1 <ScriptRipper1!~ScriptRip@178-26-51-16-dynip.superkabel.de> has joined #yocto | 16:34 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 16:43 | |
*** JaMa <JaMa!~martin@ip-89-176-104-107.net.upcbroadband.cz> has joined #yocto | 16:55 | |
lpapp | danielki: I saw a freescale layer, but it probably does not integrate this. | 17:04 |
danielki | I'm using the freescale layer | 17:04 |
lpapp | danielki: maybe you could ask on this list? https://lists.yoctoproject.org/listinfo/meta-freescale | 17:04 |
danielki | hm | 17:05 |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-zmanuxhjaymzfonj> has quit IRC | 17:16 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has quit IRC | 17:22 | |
*** SorenHolm <SorenHolm!~quassel@5634f347.rev.stofanet.dk> has joined #yocto | 17:23 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-lhxtcaemmyxllkts> has joined #yocto | 17:37 | |
khem` | always search layers.openembedded.or | 17:41 |
khem` | g | 17:41 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 17:42 | |
*** Crofton <Crofton!~balister@28.254-240-81.adsl-static.isp.belgacom.be> has joined #yocto | 17:53 | |
*** danielki <danielki!~daniel@188.111.54.34> has quit IRC | 18:00 | |
*** jackmitchell <jackmitchell!Thunderbir@conference/fosdem/x-lhxtcaemmyxllkts> has quit IRC | 18:01 | |
*** Crofton <Crofton!~balister@28.254-240-81.adsl-static.isp.belgacom.be> has quit IRC | 18:10 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 18:10 | |
*** Crofton <Crofton!~balister@pool-71-171-41-155.ronkva.east.verizon.net> has joined #yocto | 18:23 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has quit IRC | 18:27 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has joined #yocto | 18:28 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 18:35 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 18:43 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has quit IRC | 18:55 | |
*** zarusky <zarusky!~zarul@ubuntu/member/zarul> has quit IRC | 19:01 | |
*** Bryanstein <Bryanstein!~Bryanstei@shellium/admin/bryanstein> has joined #yocto | 19:02 | |
*** zarul <zarul!~zarul@ubuntu/member/zarul> has joined #yocto | 19:04 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 19:19 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 19:27 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 19:29 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has joined #yocto | 19:30 | |
*** zecke <zecke!~ich@91-66-230-156-dynip.superkabel.de> has quit IRC | 19:30 | |
*** khem` <khem`!~khem@99-57-140-30.lightspeed.sntcca.sbcglobal.net> has quit IRC | 19:43 | |
*** phantoxeD <phantoxeD!destroy@a89-154-119-158.cpe.netcabo.pt> has quit IRC | 20:19 | |
*** phantoxeD <phantoxeD!destroy@a89-154-119-158.cpe.netcabo.pt> has joined #yocto | 20:19 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has quit IRC | 20:42 | |
*** amaury_d_ <amaury_d_!~pi@79.246.97.84.rev.sfr.net> has joined #yocto | 20:42 | |
*** rburton <rburton!~rburton@35.106.2.81.in-addr.arpa> has left #yocto | 20:45 | |
-YoctoAutoBuilder- build #8 of nightly-world is complete: Success [build successful] Build details are at http://autobuilder.yoctoproject.org:8011/builders/nightly-world/builds/8 | 21:47 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 22:07 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 22:10 | |
*** sgw_ <sgw_!~sgw@173-164-122-241-Oregon.hfc.comcastbusiness.net> has joined #yocto | 22:14 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 22:31 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 22:34 | |
*** sgw_ <sgw_!~sgw@173-164-122-241-Oregon.hfc.comcastbusiness.net> has quit IRC | 22:38 | |
*** sgw_ <sgw_!~sgw@173-164-122-241-Oregon.hfc.comcastbusiness.net> has joined #yocto | 22:51 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has quit IRC | 23:01 | |
*** bfederau <bfederau!~quassel@service.basyskom.com> has joined #yocto | 23:01 | |
*** oneQubit <oneQubit!~oneQubit@li439-130.members.linode.com> has quit IRC | 23:36 | |
*** jackmitchell <jackmitchell!~Thunderbi@28.254-240-81.adsl-static.isp.belgacom.be> has joined #yocto | 23:49 | |
*** amaury_d_ <amaury_d_!~pi@79.246.97.84.rev.sfr.net> has quit IRC | 23:50 | |
*** amaury_d <amaury_d!~pi@79.246.97.84.rev.sfr.net> has joined #yocto | 23:52 | |
*** jackmitchell <jackmitchell!~Thunderbi@28.254-240-81.adsl-static.isp.belgacom.be> has quit IRC | 23:56 | |
*** mihai <mihai!~mihai@188.26.14.250> has quit IRC | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!