*** hollisb <hollisb!~hollisb@nat-wv.mentorg.com> has quit IRC | 00:00 | |
*** brm_ <brm_!da653619@gateway/web/freenode/ip.218.101.54.25> has joined #yocto | 00: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 |
---|---|---|
GusBricker | is your layer higher priority | 00:14 |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has quit IRC | 00:14 | |
brm_ | yes, sitting at 16, the highest | 00:15 |
brm_ | i have the file under receipes-kernel->linux->linux-mainline in my layer | 00:16 |
brm_ | i have some patches in the same location that work correctly | 00:17 |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 00:17 | |
brm_ | GusBricker: Any idea's? | 00:18 |
GusBricker | brm_: 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 #yocto | 00:19 | |
GusBricker | for example, in the meta-ti layer, it has something like this in one of the kernel recipes: | 00:20 |
GusBricker | SRC_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 |
GusBricker | sorry for shitty formatting | 00:20 |
GusBricker | think file:// will then search in a directory called files, or in the current directory | 00:20 |
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto | 00:24 | |
brm_ | yes, defconfig is in mu SRC_URI | 00:25 |
GusBricker | no clue then, sorry :( | 00:26 |
brm_ | puzzling .. I will have a look at the meta-ti layer ... I am not using it at present | 00:26 |
*** Saur <Saur!~pkj@109.144.218.168> has quit IRC | 00:27 | |
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC | 00:28 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 00:28 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 00:31 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 00:33 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC | 00:54 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has joined #yocto | 00:57 | |
*** Saur <Saur!~pkj@109.144.223.142> has joined #yocto | 00:59 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 01:03 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 01:09 | |
GusBricker | is there something i need to do to allow my private git repo to be fetched from? | 01:10 |
GusBricker | ive got a clone of the linux kernel in my repo, and ive put it in my kernel recipe | 01:11 |
GusBricker | but it jsut keeps complaining: Servname not supported for ai_socktype | 01:11 |
GusBricker | i can successfully access it from the same machine using authorized keys | 01:11 |
*** brm_ <brm_!da653619@gateway/web/freenode/ip.218.101.54.25> has quit IRC | 01:12 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 01:18 | |
*** _Lucretia__ <_Lucretia__!~munkee@94.2.238.131> has joined #yocto | 01:36 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC | 01:38 | |
GusBricker | ah, does the fetcher use the systems authorized keys or do i need to give them to it | 01:47 |
kergoth | it just calls out to git | 01:55 |
kergoth | git calls out to ssh, assuming the right protocol | 01:55 |
GusBricker | yep just discovered that by looking at git fetcher source | 01:55 |
kergoth | make sure oyu're setting ;protocol=ssh on the git:// url in SRC_URI, as the protocol parameter controls what it passes to git | 01:56 |
GusBricker | ok | 01:56 |
kergoth | also, authorized keys is on the server side, it controls key auth on the server end, not the client | 01:56 |
GusBricker | sorry, i got the terminology wrong | 01:56 |
kergoth | on 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 agent | 01:56 |
GusBricker | still doesnt work with protocol:ssh | 01:59 |
kergoth | =, not : | 01:59 |
*** silviof1 <silviof1!~silviof@ppp-188-174-122-117.dynamic.mnet-online.de> has joined #yocto | 02:01 | |
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto | 02:01 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 02:04 | |
GusBricker | fixed it | 02:04 |
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC | 02:05 | |
GusBricker | was 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.git | 02:05 |
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has joined #yocto | 02:11 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 02:25 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 02:43 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 02:53 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 02:56 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 03:20 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 03:21 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:26 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has quit IRC | 03:26 | |
*** Daemon404 <Daemon404!~who_knows@host86-164-248-44.range86-164.btcentralplus.com> has joined #yocto | 03:28 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 03:31 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 03:33 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has quit IRC | 03:36 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 03:37 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 03:42 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:44 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 03:53 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 03:58 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 04:10 | |
*** [simar|on] <[simar|on]!~simar@69.166.24.103> has joined #yocto | 04:20 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 04:20 | |
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has joined #yocto | 04:25 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto | 04:27 | |
*** [simar|on] <[simar|on]!~simar@69.166.24.103> has quit IRC | 04:27 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has joined #yocto | 04:28 | |
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has joined #yocto | 04:31 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC | 04:35 | |
*** Satrukaan <Satrukaan!~Thunderbi@198-84-231-14.cpe.teksavvy.com> has quit IRC | 04:35 | |
*** alex_kag <alex_kag!~alex_kag@178.124.255.232> has joined #yocto | 04:52 | |
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has joined #yocto | 05:03 | |
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has quit IRC | 05:14 | |
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has quit IRC | 05:20 | |
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has joined #yocto | 05:21 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 05:44 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has joined #yocto | 05:44 | |
*** GusBricker <GusBricker!~GusBricke@CPE-120-148-198-99.heum1.vic.bigpond.net.au> has quit IRC | 05:49 | |
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has joined #yocto | 06:07 | |
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has quit IRC | 06:10 | |
*** JDuke128 <JDuke128!~kadir@81.214.133.51> has joined #yocto | 06:10 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has quit IRC | 06:18 | |
*** mranostay <mranostay!~mranostay@pdpc/supporter/active/mranostay> has joined #yocto | 06:18 | |
*** linu1 <linu1!~linu1@122.165.223.135> has joined #yocto | 06:37 | |
linu1 | hi 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 issues | 06:43 |
*** Darander_ <Darander_!~andersd@91.85.223.162> has quit IRC | 06:45 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has joined #yocto | 06:46 | |
*** eballetbo <eballetbo!~eballetbo@2.139.180.43> has joined #yocto | 06:48 | |
*** Zagor <Zagor!~bjst@sestofw01.enea.se> has joined #yocto | 06:48 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has joined #yocto | 06:48 | |
*** sgw_ <sgw_!~sgw@ip-77-221-165-98.dsl.twang.net> has quit IRC | 06:56 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC | 06:56 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has joined #yocto | 06:59 | |
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has joined #yocto | 06:59 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 07:10 | |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has joined #yocto | 07:11 | |
*** fpaut_ is now known as fpaut | 07:14 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 07:15 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 07:24 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 07:30 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC | 07:31 | |
*** Crofton <Crofton!~balister@217.39.4.167> has quit IRC | 07:34 | |
*** linu1 <linu1!~linu1@122.165.223.135> has quit IRC | 07:35 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 07:37 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 07:39 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 07:39 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 07:41 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has joined #yocto | 07:50 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 07:57 | |
*** mthalmei <mthalmei!~mthalmei@ex4.michisoft.net> has joined #yocto | 08:03 | |
*** Squix <Squix!~Squix___@p091.net042127178.tokai.or.jp> has quit IRC | 08:04 | |
*** roric <roric!~roric@c-919f70d5.013-177-67626713.cust.bredbandsbolaget.se> has joined #yocto | 08:04 | |
*** mthalmei is now known as mthalmei_away | 08:04 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:07 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:08 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has joined #yocto | 08:09 | |
*** volker <volker!~quassel@host-80-81-19-29.customer.m-online.net> has joined #yocto | 08:11 | |
volker | I'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 following | 08:11 |
volker | code: | 08:11 |
volker | if 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 IRC | 08:11 | |
volker | what'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 IRC | 08:13 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has joined #yocto | 08:15 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:17 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:17 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:22 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:22 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:25 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:26 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:26 | |
*** Pablooooo <Pablooooo!~chatzilla@p107.broadband.quicknet.se> has quit IRC | 08:28 | |
drasko | how 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 IRC | 08:43 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:48 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 08:54 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 08:54 | |
*** fpaut_ is now known as fpaut | 09:01 | |
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:11 | |
*** mihai <mihai!~mihai@80.97.15.150> has joined #yocto | 09:14 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:15 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:15 | |
*** _Lucretia__ <_Lucretia__!~munkee@94.2.238.131> has quit IRC | 09:17 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has joined #yocto | 09:17 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:22 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:23 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:25 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:25 | |
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:26 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:26 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:26 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:38 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:38 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC | 09:40 | |
volker | seems 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 too | 09:40 |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:40 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:40 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:44 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:48 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 09:49 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 09:50 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has joined #yocto | 09:59 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 10:01 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 10:06 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has joined #yocto | 10:06 | |
*** swid <swid!~swid@193.158.222.106> has joined #yocto | 10:08 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 10:09 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 10:09 | |
*** g0hl1n <g0hl1n!5be602f4@gateway/web/freenode/ip.91.230.2.244> has quit IRC | 10:10 | |
*** _Lucretia_ <_Lucretia_!~munkee@176.253.14.247> has joined #yocto | 10:12 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has joined #yocto | 10:12 | |
*** rogerzhou <rogerzhou!~rogerzhou@1.202.252.122> has quit IRC | 10:15 | |
*** fpaut is now known as fpaut_ | 10:17 | |
*** tinti <tinti!~tinti@pdpc/supporter/student/tinti> has quit IRC | 10:21 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 10:27 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 10:28 | |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto | 10:36 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 10:37 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 10:37 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 10:40 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 10:41 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 10:51 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:02 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 11:03 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:06 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 11:06 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:08 | |
*** fpaut_ is now known as fpaut | 11:09 | |
*** joaohf <joaohf!~jfreitas@apolo.padtec.com.br> has joined #yocto | 11:30 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:32 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:35 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 11:35 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 11:37 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:39 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 11:40 | |
*** fpaut is now known as fpaut_ | 11:47 | |
*** fpaut_ is now known as fpaut | 11:47 | |
*** fpaut is now known as fpaut_ | 11:50 | |
*** fpaut_ is now known as fpaut | 11:50 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has joined #yocto | 11:56 | |
*** _Lucretia__ <_Lucretia__!~munkee@176.253.15.176> has joined #yocto | 12:07 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC | 12:09 | |
*** mankku <mankku!~mankku@projects.sse.fi> has quit IRC | 12:10 | |
*** boz_v1 <boz_v1!~juukorho@projects.sse.fi> has quit IRC | 12:11 | |
*** mankku <mankku!~mankku@projects.sse.fi> has joined #yocto | 12:12 | |
*** boz_v1 <boz_v1!~juukorho@projects.sse.fi> has joined #yocto | 12:13 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:17 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:20 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto | 12:30 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:32 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:35 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:35 | |
*** fpaut is now known as fpaut_ | 12:39 | |
*** melonipoika <melonipoika!~quassel@ip050-115.seclan.com> has quit IRC | 12:41 | |
*** volker <volker!~quassel@host-80-81-19-29.customer.m-online.net> has quit IRC | 12:41 | |
*** fpaut_ is now known as fpaut | 12:42 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC | 12:42 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:43 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:43 | |
*** Bagder <Bagder!~daniel@sestofw01.enea.se> has quit IRC | 12:43 | |
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto | 12:46 | |
*** e8johan <e8johan!~quassel@194-237-7-146.customer.telia.com> has quit IRC | 12:46 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 12:47 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:49 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:49 | |
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC | 12:49 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:57 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:57 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 12:58 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 12:58 | |
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has quit IRC | 13:07 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:08 | |
*** mitz <mitz!~mitz@KHP222227247006.ppp-bb.dion.ne.jp> has joined #yocto | 13:09 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC | 13:16 | |
*** sameo <sameo!~samuel@192.55.54.42> has joined #yocto | 13:16 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has joined #yocto | 13:19 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:21 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:26 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:27 | |
*** fpaut is now known as fpaut_ | 13:29 | |
*** fpaut_ is now known as fpaut | 13:31 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:41 | |
Zagor | this 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.tgz | 13:41 |
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:41 | |
Zagor | it is stripping "Ubuntu-12.10/59/" from the path and therefore doesn't find it | 13:42 |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:42 | |
*** fpaut is now known as fpaut_ | 13:45 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has left #yocto | 13:50 | |
*** Zagor <Zagor!~bjst@rockbox/developer/Zagor> has quit IRC | 13:51 | |
*** sameo <sameo!~samuel@192.55.54.42> has quit IRC | 13:51 | |
kergoth | Zagor: that indicates your SSTATE_MIRRORS is such that it removes that portion of the path | 13:51 |
kergoth | ah, logged off, heh | 13:52 |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:53 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:55 | |
*** tasslehoff <tasslehoff!~tasslehof@77.40.182.98> has quit IRC | 13:55 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:55 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:56 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 13:57 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 13:57 | |
*** Net147 <Net147!~Net147@60-242-179-244.static.tpgi.com.au> has quit IRC | 14:00 | |
*** fpaut_ is now known as fpaut | 14:00 | |
*** alex_kag <alex_kag!~alex_kag@178.124.255.232> has quit IRC | 14:01 | |
*** swid <swid!~swid@193.158.222.106> has quit IRC | 14:03 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has joined #yocto | 14:03 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has quit IRC | 14:06 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 14:09 | |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has joined #yocto | 14:09 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto | 14:10 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has quit IRC | 14:11 | |
*** sameo <sameo!~samuel@192.55.55.39> has joined #yocto | 14:14 | |
*** silviof1 is now known as silviof | 14:16 | |
*** acidfu <acidfu!~nib@24.37.17.210> has joined #yocto | 14:17 | |
*** acidfu <acidfu!~nib@unaffiliated/acidmen> has joined #yocto | 14:17 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 14:26 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 14:26 | |
*** madisox <madisox!~madisox@nat/cisco/x-vqcyigwszlwpeuiq> has joined #yocto | 14:26 | |
*** smartin_ <smartin_!~smartin@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 14:26 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 14:26 | |
*** sunfunbaby <sunfunbaby!~Thunderbi@host-217-197-199-22.rev.as20985.net> has quit IRC | 14:27 | |
*** sameo <sameo!~samuel@192.55.55.39> has quit IRC | 14:27 | |
*** ant_work <ant_work!~ant@host54-128-static.10-188-b.business.telecomitalia.it> has quit IRC | 14:28 | |
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has joined #yocto | 14:29 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC | 14:31 | |
*** jkridner <jkridner!~jkridner@c-98-250-142-42.hsd1.mi.comcast.net> has joined #yocto | 14:36 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto | 14:36 | |
*** arky <arky!~arky@197.237.45.102> has joined #yocto | 14:36 | |
*** munch <munch!~mark@c-67-184-166-69.hsd1.il.comcast.net> has joined #yocto | 14:37 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 14:40 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 14:52 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 14:52 | |
*** fpaut is now known as fpaut_ | 14:52 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 14:54 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 14:54 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 14:54 | |
*** Daemon404 <Daemon404!~who_knows@host86-164-248-44.range86-164.btcentralplus.com> has quit IRC | 14:59 | |
*** Daemon404 <Daemon404!~who_knows@pdpc/supporter/student/Daemon404> has joined #yocto | 14:59 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:00 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:00 | |
*** alex_kag <alex_kag!~alex_kag@176.60.184.98> has joined #yocto | 15:01 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 15:01 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:02 | |
*** alex_kag <alex_kag!~alex_kag@176.60.184.98> has quit IRC | 15:02 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:03 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:03 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:04 | |
*** Crofton <Crofton!~balister@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:06 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has quit IRC | 15:07 | |
*** vmeson <vmeson!~quassel@128.224.252.2> has joined #yocto | 15:10 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:15 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:17 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:17 | |
*** fpaut_ is now known as fpaut | 15:20 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:20 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:29 | |
*** majkl <majkl!~majkl@1204ds8-fb.0.fullrate.dk> has joined #yocto | 15:31 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:33 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:37 | |
*** nitink1 <nitink1!~nitink@134.134.137.71> has quit IRC | 15:40 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:47 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 15:47 | |
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has joined #yocto | 15:48 | |
*** roric <roric!~roric@c-919f70d5.013-177-67626713.cust.bredbandsbolaget.se> has quit IRC | 15:51 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 15:52 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has quit IRC | 15:56 | |
*** eballetbo <eballetbo!~eballetbo@2.139.180.43> has quit IRC | 16:00 | |
*** Stygia <Stygia!~gmpsaifi@x1-6-00-21-9b-e8-d0-5a.k663.webspeed.dk> has quit IRC | 16:07 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:08 | |
*** zarul <zarul!~zarul@ubuntu/member/zarul> has quit IRC | 16:09 | |
*** n01 <n01!~n01@host225-0-static.96-5-b.business.telecomitalia.it> has quit IRC | 16:09 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:10 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:10 | |
*** TuTizz <TuTizz!~TuTizz@46.18.96.158> has quit IRC | 16:13 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 16:14 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 16:14 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:17 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:17 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:23 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:23 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:23 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:24 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:24 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:25 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:25 | |
*** nitink <nitink!~nitink@134.134.139.72> has joined #yocto | 16:27 | |
*** rainerschuster1 <rainerschuster1!~Adium@67.134.158.25> has quit IRC | 16:30 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 16:30 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 16:32 | |
*** francois99 <francois99!~francois9@78-33-60-6.static.enta.net> has quit IRC | 16:35 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 16:39 | |
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC | 16:47 | |
*** fpaut is now known as fpaut_ | 16:48 | |
*** panda84kde <panda84kde!~diego@static-217-133-170-65.clienti.tiscali.it> has quit IRC | 16:49 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:53 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:54 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:54 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 16:55 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 16:56 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 16:58 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 16:58 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:01 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:02 | |
*** mihai <mihai!~mihai@80.97.15.150> has quit IRC | 17:02 | |
*** Crofton <Crofton!~balister@host86-189-14-35.range86-189.btcentralplus.com> has joined #yocto | 17:03 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:03 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:03 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:07 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:08 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has joined #yocto | 17:14 | |
*** arky <arky!~arky@197.237.45.102> has quit IRC | 17:16 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:18 | |
*** Crofton <Crofton!~balister@host86-189-14-35.range86-189.btcentralplus.com> has quit IRC | 17:20 | |
*** JDuke128 <JDuke128!~textual@81.214.133.51> has quit IRC | 17:20 | |
*** nitink <nitink!~nitink@134.134.139.72> has quit IRC | 17:21 | |
*** RP <RP!~richard@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:22 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:26 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:26 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:29 | |
*** lpapp_ <lpapp_!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has joined #yocto | 17: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.html | 17: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_FSTYPES | 17: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 #yocto | 17:38 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has quit IRC | 17:38 | |
*** likewise <likewise!~likewise@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:38 | |
lpapp_ | https://bugzilla.yoctoproject.org/show_bug.cgi?id=5386 | 17:41 |
yocti | Bug 5386: normal, Undecided, ---, scott.m.rifenbark, NEW , Supported IMAGE_FSTYPES are not precisely documented | 17:41 |
*** ant_home <ant_home!~andrea@host36-255-dynamic.11-79-r.retail.telecomitalia.it> has joined #yocto | 17:44 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has quit IRC | 17:47 | |
*** Kangkai <Kangkai!~kai@192.55.46.38> has joined #yocto | 17:48 | |
*** Darander_ <Darander_!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 17:55 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 17:55 | |
*** _Lucretia__ <_Lucretia__!~munkee@176.253.15.176> has quit IRC | 17:59 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 17:59 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has joined #yocto | 18:01 | |
*** sgw_ <sgw_!~sgw@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 18:02 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 18:09 | |
*** roric <roric!~roric@c-107ae455.213-3-64736c14.cust.bredbandsbolaget.se> has joined #yocto | 18:10 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 18:11 | |
*** lpapp_ <lpapp_!d42c13e4@gateway/web/freenode/ip.212.44.19.228> has quit IRC | 18:11 | |
*** zarul <zarul!~zarul@ubuntu/member/zarul> has joined #yocto | 18:14 | |
* kergoth notices bb.fetch2's git repos are structured like mirror repos, but they don't set the git config option to indicate this | 18:16 | |
*** RP <RP!~richard@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 18:20 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 18:23 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 18:24 | |
*** zerus <zerus!~powerpm@90-224-44-236-no67.tbcn.telia.com> has quit IRC | 18:30 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 18:42 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 18:52 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 18:52 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 18:53 | |
*** nitink <nitink!~nitink@134.134.137.73> has joined #yocto | 18:54 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC | 18:55 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 19:00 | |
*** lexano <lexano!~lexano@CPEa021b7ac59c9-CMbcc81000b054.cpe.net.cable.rogers.com> has joined #yocto | 19:19 | |
*** tor <tor!~tor@c-d567e655.125-1-64736c10.cust.bredbandsbolaget.se> has quit IRC | 19:24 | |
*** j8|away <j8|away!~IceChat9@199.44.250.3> has quit IRC | 19:29 | |
*** madisox <madisox!~madisox@nat/cisco/x-vqcyigwszlwpeuiq> has left #yocto | 19:44 | |
*** majkl <majkl!~majkl@1204ds8-fb.0.fullrate.dk> has quit IRC | 19:46 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 19:46 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 19:47 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 19:52 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has joined #yocto | 19:53 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has joined #yocto | 20:02 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has quit IRC | 20:11 | |
*** joeythesaint <joeythesaint!~jjm@128.224.252.2> has quit IRC | 20:13 | |
*** fitzsim` is now known as fitzsim | 20:13 | |
*** JimBaxter <JimBaxter!~jbaxter@jimbax.plus.com> has quit IRC | 20:18 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has joined #yocto | 20:32 | |
*** [simar|on] <[simar|on]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 20:36 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-chyfnvjxrqxtvupt> has joined #yocto | 20:36 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has joined #yocto | 20:37 | |
*** [simar|o1] <[simar|o1]!~simar@206-248-139-195.dsl.teksavvy.com> has quit IRC | 20:41 | |
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has joined #yocto | 20:43 | |
*** [simar|on] <[simar|on]!~simar@96.125.133.73> has quit IRC | 20:46 | |
*** silviof1 <silviof1!~silviof@unaffiliated/silviof> has joined #yocto | 21:01 | |
*** silviof <silviof!~silviof@unaffiliated/silviof> has quit IRC | 21:04 | |
*** Crofton <Crofton!~balister@31.55.48.19> has joined #yocto | 21:06 | |
*** Crofton <Crofton!~balister@31.55.48.19> has quit IRC | 21:07 | |
*** Crofton <Crofton!~balister@31.55.48.19> has joined #yocto | 21:08 | |
*** doddi76 <doddi76!~androirc@31.117.253.234> has joined #yocto | 21:20 | |
*** zenlinux <zenlinux!~sgarman@31.55.50.182> has joined #yocto | 21:25 | |
*** nitink <nitink!~nitink@134.134.137.73> has quit IRC | 21:30 | |
*** doddi76 <doddi76!~androirc@31.117.253.234> has quit IRC | 21:35 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has joined #yocto | 21:39 | |
*** RP <RP!~richard@host86-189-14-181.range86-189.btcentralplus.com> has joined #yocto | 21:42 | |
*** pastoso <pastoso!1fbc7f75@gateway/web/freenode/ip.31.188.127.117> has joined #yocto | 21:46 | |
pastoso | Hi all! | 21:46 |
pastoso | I'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 tree | 21:49 |
pastoso | I got messages like: | 21:50 |
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC | 21: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 |
pastoso | and I cannot fix it! | 21:51 |
pastoso | could you please help? | 21:51 |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has joined #yocto | 21:55 | |
*** Darander <Darander!~andersd@ed03490-ge-0-0-0.mgdfwr.lumison.net> has quit IRC | 21:59 | |
*** nitink <nitink!~nitink@134.134.137.71> has joined #yocto | 22:03 | |
*** pastoso <pastoso!1fbc7f75@gateway/web/freenode/ip.31.188.127.117> has quit IRC | 22:04 | |
*** rainerschuster <rainerschuster!~Adium@pD951B06E.dip0.t-ipconnect.de> has quit IRC | 22:07 | |
*** phantoneD <phantoneD!destroy@a89-154-113-87.cpe.netcabo.pt> has joined #yocto | 22:07 | |
*** phantoxeD <phantoxeD!destroy@a89-154-113-87.cpe.netcabo.pt> has quit IRC | 22:10 | |
*** sameo <sameo!~samuel@192.55.54.41> has joined #yocto | 22:15 | |
*** seebs <seebs!~seebs@home.seebs.net> has quit IRC | 22:24 | |
*** seebs <seebs!~seebs@home.seebs.net> has joined #yocto | 22:30 | |
*** sameo <sameo!~samuel@192.55.54.41> has quit IRC | 22:34 | |
*** zenlinux <zenlinux!~sgarman@31.55.50.182> has quit IRC | 22:37 | |
*** n01 <n01!~n01@2-238-57-164.ip242.fastwebnet.it> has quit IRC | 22:37 | |
*** GusBricker <GusBricker!~GusBricke@c220-237-20-42.eburwd9.vic.optusnet.com.au> has joined #yocto | 22:42 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has joined #yocto | 22:51 | |
*** doddi76 <doddi76!~androirc@host-78-144-80-87.as13285.net> has joined #yocto | 22:58 | |
*** sameo <sameo!~samuel@192.55.54.41> has joined #yocto | 22:59 | |
*** [simar|o1] <[simar|o1]!~simar@96.125.133.73> has quit IRC | 23:00 | |
*** _Lucretia_ <_Lucretia_!~munkee@pdpc/supporter/active/lucretia> has quit IRC | 23:03 | |
*** sameo <sameo!~samuel@192.55.54.41> has quit IRC | 23:17 | |
*** andyross <andyross!~andy@c-67-171-188-207.hsd1.or.comcast.net> has quit IRC | 23:20 | |
*** sgw_ <sgw_!~sgw@ip-77-221-165-98.dsl.twang.net> has joined #yocto | 23:26 | |
*** ant_home <ant_home!~andrea@host36-255-dynamic.11-79-r.retail.telecomitalia.it> has quit IRC | 23:43 | |
*** Garibaldi|work <Garibaldi|work!~andydalt@nat/cisco/x-chyfnvjxrqxtvupt> has quit IRC | 23:55 | |
*** hollisb <hollisb!~hollisb@c-50-139-17-21.hsd1.or.comcast.net> has quit IRC | 23:58 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!