Friday, 2013-10-25

*** hollisb <hollisb!~hollisb@nat-wv.mentorg.com> has quit IRC00:00
*** brm_ <brm_!da653619@gateway/web/freenode/ip.218.101.54.25> has joined #yocto00:08
brm_Anyone know why putting a custom defconfig file in my layer is not being used? It should according to the Yocto docs..00:08
GusBrickeris your layer higher priority00:14
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC00:14
brm_yes, sitting at 16, the highest00:15
brm_i have the file under receipes-kernel->linux->linux-mainline in my layer00:16
brm_i have some patches in the same location that work correctly00:17
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC00:17
brm_GusBricker: Any idea's?00:18
GusBrickerbrm_: I'm pretty still in my green/noob stages with oe, but, in your recipe in recipes-kernel/linux/linux-mainline.bb, have you included the file in the SRC_URI?00:19
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto00:19
GusBrickerfor example, in the meta-ti layer, it has something like this in one of the kernel recipes:00:20
GusBrickerSRC_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git;protocol=git;branch=${BRANCH} \                                        |~00:20
GusBricker           file://defconfig \                                                                                                          |~00:20
GusBricker          "00:20
GusBrickersorry for shitty formatting00:20
GusBrickerthink file:// will then search in a directory called files, or in the current directory00:20
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto00:24
brm_yes, defconfig is in mu SRC_URI00:25
GusBrickerno clue then, sorry :(00:26
brm_puzzling .. I will have a look at the meta-ti layer ... I am not using it at present00:26
*** Saur <Saur!~pkj@109.144.218.168> has quit IRC00:27
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC00:28
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC00:28
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC00:31
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto00:33
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC00:54
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto00:57
*** Saur <Saur!~pkj@109.144.223.142> has joined #yocto00:59
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto01:03
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC01:09
GusBrickeris there something i need to do to allow my private git repo to be fetched from?01:10
GusBrickerive got a clone of the linux kernel in my repo, and ive put it in my kernel recipe01:11
GusBrickerbut it jsut keeps complaining: Servname not supported for ai_socktype01:11
GusBrickeri can successfully access it from the same machine using authorized keys01:11
*** brm_ <brm_!da653619@gateway/web/freenode/ip.218.101.54.25> has quit IRC01:12
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto01:18
*** _Lucretia__ <_Lucretia__!~munkee@94.2.238.131> has joined #yocto01:36
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC01:38
GusBrickerah, does the fetcher use the systems authorized keys or do i need to give them to it01:47
kergothit just calls out to git01:55
kergothgit calls out to ssh, assuming the right protocol01:55
GusBrickeryep just discovered that by looking at git fetcher source01:55
kergothmake sure oyu're setting ;protocol=ssh on the git:// url in SRC_URI, as the protocol parameter controls what it passes to git01:56
GusBrickerok01:56
kergothalso, authorized keys is on the server side, it controls key auth on the server end, not the client01:56
GusBrickersorry, i got the terminology wrong01:56
kergothon the client side, the ssh config can point it at particular keys, it has some default paths it checks, and other than that it can use an ssh agent01:56
GusBrickerstill doesnt work with protocol:ssh01:59
kergoth=, not :01:59
*** silviof1 <silviof1!~silviof@ppp-188-174-122-117.dynamic.mnet-online.de> has joined #yocto02:01
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto02:01
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC02:04
GusBrickerfixed it02:04
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC02:05
GusBrickerwas protocol=ssh and cant use the url directly from gitlab, had to change it to git@blah.com:group/project.git to git@blah.com/group/project.git02:05
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has joined #yocto02:11
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto02:25
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC02:43
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto02:53
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto02:56
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC03:20
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto03:21
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC03:26
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC03:26
*** Daemon404 <Daemon404!~who_knows@host86-164-248-44.range86-164.btcentralplus.com> has joined #yocto03:28
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC03:31
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto03:33
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has quit IRC03:36
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto03:37
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto03:42
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC03:44
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC03:53
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC03:58
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto04:10
*** [simar|on] <[simar|on]!~simar@69.166.24.103> has joined #yocto04:20
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC04:20
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has joined #yocto04:25
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto04:27
*** [simar|on] <[simar|on]!~simar@69.166.24.103> has quit IRC04:27
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto04:28
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has joined #yocto04:31
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC04:35
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has quit IRC04:35
*** alex_kag <alex_kag!~alex_kag@178.124.255.232> has joined #yocto04:52
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has joined #yocto05:03
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has quit IRC05:14
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has quit IRC05:20
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has joined #yocto05:21
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC05:44
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto05:44
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC05:49
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has joined #yocto06:07
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has quit IRC06:10
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has joined #yocto06:10
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC06:18
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto06:18
*** linu1 <linu1!~linu1@122.165.223.135> has joined #yocto06:37
linu1hi all i have used a sample qt application,i tried to compile by using poky toolchain i just passed the env and got the error http://pastebin.com/6AFXtQhb can you help me what is that issues06:43
*** Darander_ <Darander_!~andersd@91.85.223.162> has quit IRC06:45
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto06:46
*** eballetbo <eballetbo!~eballetbo@2.139.180.43> has joined #yocto06:48
*** Zagor <Zagor!~bjst@sestofw01.enea.se> has joined #yocto06:48
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto06:48
*** sgw_ <sgw_!~sgw@ip-77-221-165-98.dsl.twang.net> has quit IRC06:56
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC06:56
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto06:59
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has joined #yocto06:59
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto07:10
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto07:11
*** fpaut_ is now known as fpaut07:14
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC07:15
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC07:24
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto07:30
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC07:31
*** Crofton <Crofton!~balister@217.39.4.167> has quit IRC07:34
*** linu1 <linu1!~linu1@122.165.223.135> has quit IRC07:35
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto07:37
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto07:39
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC07:39
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto07:41
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has joined #yocto07:50
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC07:57
*** mthalmei <mthalmei!~mthalmei@ex4.michisoft.net> has joined #yocto08:03
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC08:04
*** roric <roric!~roric@c-919f70d5.013-177-67626713.cust.bredbandsbolaget.se> has joined #yocto08:04
*** mthalmei is now known as mthalmei_away08:04
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:07
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:08
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto08:09
*** volker <volker!~quassel@host-80-81-19-29.customer.m-online.net> has joined #yocto08:11
volkerI'm currently try to compile the meta-ti package ti-dsplink_1.65.00.03bb under dylan. It currently fails when doing the do_rootfs step. There seems to be an automatically added dependency on kernel-module-dsplinkk which does not exist. There is a ti-dsplink-module package but no kernel-module-dsplink. I tried to find out where this dependcy comes from and it seems like the kernel-module-split.bbclass introduced it by the following08:11
volkercode:08:11
volkerif modules:08:11
volker        metapkg = d.getVar('KERNEL_MODULES_META_PACKAGE', True)08:11
volker        d.appendVar('RDEPENDS_' + metapkg, ' '+' '.join(modules))08:11
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has quit IRC08:11
volkerwhat's the intention of this code? And how do I have to modify the dsplink recipe to get it integrated into my image?08:11
*** RP <RP!~richard@109.144.252.54> has quit IRC08:13
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto08:15
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:17
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:17
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:22
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:22
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:25
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:26
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:26
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has quit IRC08:28
draskohow to pass STAGING_DIR_HOST information to Cmake?08:29
*** fpaut is now known as fpaut_08:37
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC08:43
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:48
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC08:54
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto08:54
*** fpaut_ is now known as fpaut09:01
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:11
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto09:14
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:15
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:15
*** _Lucretia__ <_Lucretia__!~munkee@94.2.238.131> has quit IRC09:17
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto09:17
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:22
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:23
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:25
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:25
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:26
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:26
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:26
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:38
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:38
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC09:40
volkerseems like a RPROVIDES_${PN} += "kernel-module-dsplinkk" within the ti-dsplink.inc solves the problem, I only wonder why this problem only happens with the dsplink module and not with the other ti-modules, which seem to have  no kernel-module- prefix too09:40
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:40
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:40
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:44
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:48
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC09:49
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto09:50
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto09:59
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC10:01
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto10:06
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto10:06
*** swid <swid!~swid@193.158.222.106> has joined #yocto10:08
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC10:09
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto10:09
*** g0hl1n <g0hl1n!5be602f4@gateway/web/freenode/ip.91.230.2.244> has quit IRC10:10
*** _Lucretia_ <_Lucretia_!~munkee@176.253.14.247> has joined #yocto10:12
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has joined #yocto10:12
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC10:15
*** fpaut is now known as fpaut_10:17
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC10:21
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC10:27
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC10:28
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto10:36
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto10:37
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC10:37
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto10:40
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto10:41
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto10:51
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:02
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto11:03
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:06
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto11:06
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:08
*** fpaut_ is now known as fpaut11:09
*** joaohf <joaohf!~jfreitas@apolo.padtec.com.br> has joined #yocto11:30
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:32
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:35
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto11:35
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto11:37
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:39
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC11:40
*** fpaut is now known as fpaut_11:47
*** fpaut_ is now known as fpaut11:47
*** fpaut is now known as fpaut_11:50
*** fpaut_ is now known as fpaut11:50
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto11:56
*** _Lucretia__ <_Lucretia__!~munkee@176.253.15.176> has joined #yocto12:07
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC12:09
*** mankku <mankku!~mankku@projects.sse.fi> has quit IRC12:10
*** boz_v1 <boz_v1!~juukorho@projects.sse.fi> has quit IRC12:11
*** mankku <mankku!~mankku@projects.sse.fi> has joined #yocto12:12
*** boz_v1 <boz_v1!~juukorho@projects.sse.fi> has joined #yocto12:13
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:17
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:20
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto12:30
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:32
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:35
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:35
*** fpaut is now known as fpaut_12:39
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC12:41
*** volker <volker!~quassel@host-80-81-19-29.customer.m-online.net> has quit IRC12:41
*** fpaut_ is now known as fpaut12:42
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC12:42
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:43
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:43
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has quit IRC12:43
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto12:46
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC12:46
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto12:47
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:49
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:49
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC12:49
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:57
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:57
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto12:58
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC12:58
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC13:07
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:08
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has joined #yocto13:09
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC13:16
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto13:16
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto13:19
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:21
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:26
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:27
*** fpaut is now known as fpaut_13:29
*** fpaut_ is now known as fpaut13:31
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:41
Zagorthis sstate debug looks wrong: DEBUG: For url file://Ubuntu-12.10/59/sstate-dbus-native-x86_64-linux-1.6.10-r6.0-x86_64-3-592bbfe779d0d6d72ce868daf32d52f0_populate-lic.tgz returning file:///media/sdc1/fb/sstate/sstate-dbus-native-x86_64-linux-1.6.10-r6.0-x86_64-3-592bbfe779d0d6d72ce868daf32d52f0_populate-lic.tgz13:41
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:41
Zagorit is stripping "Ubuntu-12.10/59/" from the path and therefore doesn't find it13:42
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:42
*** fpaut is now known as fpaut_13:45
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has left #yocto13:50
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC13:51
*** sameo <sameo!~samuel@192.55.54.42> has quit IRC13:51
kergothZagor: that indicates your SSTATE_MIRRORS is such that it removes that portion of the path13:51
kergothah, logged off, heh13:52
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:53
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:55
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC13:55
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:55
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:56
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto13:57
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC13:57
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC14:00
*** fpaut_ is now known as fpaut14:00
*** alex_kag <alex_kag!~alex_kag@178.124.255.232> has quit IRC14:01
*** swid <swid!~swid@193.158.222.106> has quit IRC14:03
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto14:03
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has quit IRC14:06
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto14:09
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has joined #yocto14:09
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto14:10
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has quit IRC14:11
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto14:14
*** silviof1 is now known as silviof14:16
*** acidfu <acidfu!~nib@24.37.17.210> has joined #yocto14:17
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto14:17
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto14:26
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC14:26
*** madisox <madisox!~madisox@nat/cisco/x-vqcyigwszlwpeuiq> has joined #yocto14:26
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC14:26
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto14:26
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has quit IRC14:27
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC14:27
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC14:28
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has joined #yocto14:29
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC14:31
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto14:36
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto14:36
*** arky <arky!~arky@197.237.45.102> has joined #yocto14:36
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto14:37
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto14:40
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto14:52
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC14:52
*** fpaut is now known as fpaut_14:52
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto14:54
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC14:54
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC14:54
*** Daemon404 <Daemon404!~who_knows@host86-164-248-44.range86-164.btcentralplus.com> has quit IRC14:59
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto14:59
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:00
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:00
*** alex_kag <alex_kag!~alex_kag@176.60.184.98> has joined #yocto15:01
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto15:01
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:02
*** alex_kag <alex_kag!~alex_kag@176.60.184.98> has quit IRC15:02
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:03
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:03
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:04
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:06
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC15:07
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto15:10
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:15
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:17
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:17
*** fpaut_ is now known as fpaut15:20
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:20
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:29
*** majkl <majkl!~majkl@1204ds8-fb.0.fullrate.dk> has joined #yocto15:31
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:33
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:37
*** nitink1 <nitink1!~nitink@134.134.137.71> has quit IRC15:40
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:47
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto15:47
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has joined #yocto15:48
*** roric <roric!~roric@c-919f70d5.013-177-67626713.cust.bredbandsbolaget.se> has quit IRC15:51
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC15:52
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC15:56
*** eballetbo <eballetbo!~eballetbo@2.139.180.43> has quit IRC16:00
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has quit IRC16:07
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:08
*** zarul <zarul!~zarul@ubuntu/member/zarul> has quit IRC16:09
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC16:09
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:10
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:10
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has quit IRC16:13
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC16:14
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto16:14
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:17
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:17
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:23
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:23
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:23
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:24
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:24
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:25
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:25
*** nitink <nitink!~nitink@134.134.139.72> has joined #yocto16:27
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has quit IRC16:30
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC16:30
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto16:32
*** francois99 <francois99!~francois9@78-33-60-6.static.enta.net> has quit IRC16:35
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto16:39
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC16:47
*** fpaut is now known as fpaut_16:48
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC16:49
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:53
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:54
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:54
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC16:55
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto16:56
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC16:58
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto16:58
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:01
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:02
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC17:02
*** Crofton <Crofton!~balister@host86-189-14-35.range86-189.btcentralplus.com> has joined #yocto17:03
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:03
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:03
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:07
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:08
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has joined #yocto17:14
*** arky <arky!~arky@197.237.45.102> has quit IRC17:16
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:18
*** Crofton <Crofton!~balister@host86-189-14-35.range86-189.btcentralplus.com> has quit IRC17:20
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC17:20
*** nitink <nitink!~nitink@134.134.139.72> has quit IRC17:21
*** RP <RP!~richard@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:22
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:26
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:26
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:29
*** lpapp_ <lpapp_!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has joined #yocto17:30
lpapp_hi, is there any reason why IMAGE_FSTYPES does not mention the supported fs types by Yocto? https://www.yoctoproject.org/docs/1.0/poky-ref-manual/poky-ref-manual.html17:31
lpapp_even here, it is unclear to me: https://www.yoctoproject.org/docs/1.6/poky-ref-manual/poky-ref-manual.html#var-IMAGE_FSTYPES17:37
lpapp_what exactly does it mean subset? I think it would be better to enumerate the supported (or unsupported from image types)17:38
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:38
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC17:38
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:38
lpapp_https://bugzilla.yoctoproject.org/show_bug.cgi?id=538617:41
yoctiBug 5386: normal, Undecided, ---, scott.m.rifenbark, NEW , Supported IMAGE_FSTYPES are not precisely documented17:41
*** ant_home <ant_home!~andrea@host36-255-dynamic.11-79-r.retail.telecomitalia.it> has joined #yocto17:44
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC17:47
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto17:48
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC17:55
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto17:55
*** _Lucretia__ <_Lucretia__!~munkee@176.253.15.176> has quit IRC17:59
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto17:59
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has joined #yocto18:01
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC18:02
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC18:09
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto18:10
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto18:11
*** lpapp_ <lpapp_!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has quit IRC18:11
*** zarul <zarul!~zarul@ubuntu/member/zarul> has joined #yocto18:14
* kergoth notices bb.fetch2's git repos are structured like mirror repos, but they don't set the git config option to indicate this18:16
*** RP <RP!~richard@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC18:20
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC18:23
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto18:24
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has quit IRC18:30
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto18:42
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto18:52
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC18:52
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto18:53
*** nitink <nitink!~nitink@134.134.137.73> has joined #yocto18:54
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC18:55
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC19:00
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto19:19
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC19:24
*** j8|away <j8|away!~IceChat9@199.44.250.3> has quit IRC19:29
*** madisox <madisox!~madisox@nat/cisco/x-vqcyigwszlwpeuiq> has left #yocto19:44
*** majkl <majkl!~majkl@1204ds8-fb.0.fullrate.dk> has quit IRC19:46
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC19:46
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto19:47
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC19:52
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto19:53
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto20:02
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has quit IRC20:11
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC20:13
*** fitzsim` is now known as fitzsim20:13
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC20:18
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto20:32
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC20:36
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-chyfnvjxrqxtvupt> has joined #yocto20:36
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has joined #yocto20:37
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC20:41
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has joined #yocto20:43
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC20:46
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto21:01
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC21:04
*** Crofton <Crofton!~balister@31.55.48.19> has joined #yocto21:06
*** Crofton <Crofton!~balister@31.55.48.19> has quit IRC21:07
*** Crofton <Crofton!~balister@31.55.48.19> has joined #yocto21:08
*** doddi76 <doddi76!~androirc@31.117.253.234> has joined #yocto21:20
*** zenlinux <zenlinux!~sgarman@31.55.50.182> has joined #yocto21:25
*** nitink <nitink!~nitink@134.134.137.73> has quit IRC21:30
*** doddi76 <doddi76!~androirc@31.117.253.234> has quit IRC21:35
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has joined #yocto21:39
*** RP <RP!~richard@host86-189-14-181.range86-189.btcentralplus.com> has joined #yocto21:42
*** pastoso <pastoso!1fbc7f75@gateway/web/freenode/ip.31.188.127.117> has joined #yocto21:46
pastosoHi all!21:46
pastosoI'm trying yocto 1.5 (dora) and I would like to use a custom kernel based on a kernel 2.6.30 but I'm experiencing some trouble building the modules that are outside the kernel tree21:49
pastosoI got  messages like:21:50
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC21:50
pastoso echo "  ERROR: Kernel configuration is invalid.";    echo "         include/linux/autoconf.h or include/config/auto.conf are missing.";     \ echo "         Run 'make oldconfig && make prepare' on kernel src to fix it."; \21:51
pastosoand I cannot fix it!21:51
pastosocould you please help?21:51
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto21:55
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC21:59
*** nitink <nitink!~nitink@134.134.137.71> has joined #yocto22:03
*** pastoso <pastoso!1fbc7f75@gateway/web/freenode/ip.31.188.127.117> has quit IRC22:04
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC22:07
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto22:07
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC22:10
*** sameo <sameo!~samuel@192.55.54.41> has joined #yocto22:15
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC22:24
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto22:30
*** sameo <sameo!~samuel@192.55.54.41> has quit IRC22:34
*** zenlinux <zenlinux!~sgarman@31.55.50.182> has quit IRC22:37
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has quit IRC22:37
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto22:42
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has joined #yocto22:51
*** doddi76 <doddi76!~androirc@host-78-144-80-87.as13285.net> has joined #yocto22:58
*** sameo <sameo!~samuel@192.55.54.41> has joined #yocto22:59
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has quit IRC23:00
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC23:03
*** sameo <sameo!~samuel@192.55.54.41> has quit IRC23:17
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC23:20
*** sgw_ <sgw_!~sgw@ip-77-221-165-98.dsl.twang.net> has joined #yocto23:26
*** ant_home <ant_home!~andrea@host36-255-dynamic.11-79-r.retail.telecomitalia.it> has quit IRC23:43
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-chyfnvjxrqxtvupt> has quit IRC23:55
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has quit IRC23:58

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!