* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation [not found] <E1HOvGE-0004Zn-Tg@linuxtogo.org> @ 2007-03-07 12:30 ` Koen Kooi 2007-03-07 12:36 ` Øyvind Repvik 0 siblings, 1 reply; 7+ messages in thread From: Koen Kooi @ 2007-03-07 12:30 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 nail commit schreef: > turbostation: Add a kernel-feed for the turbostation > --- conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 > +++ conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 > +FEED_URIS += "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" Don't do that, feeds are a distro thing, not a machine thing. So that should go into conf/distro/$yourdistro.conf regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFF7rB+MkyGM64RGpERAtmRAKC8YB+Tb6PAjG/k2IwEK/Dcl67iJQCbBl0b sxb5ynCeKbYu9I1VqYSyFn4= =EGni -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 12:30 ` [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation Koen Kooi @ 2007-03-07 12:36 ` Øyvind Repvik 2007-03-07 12:41 ` Koen Kooi 0 siblings, 1 reply; 7+ messages in thread From: Øyvind Repvik @ 2007-03-07 12:36 UTC (permalink / raw) To: openembedded-devel On Wednesday 07 March 2007 13:30, Koen Kooi wrote: > nail commit schreef: > > turbostation: Add a kernel-feed for the turbostation > > > > > > --- > > conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 > > +++ > > conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 > > > > +FEED_URIS += > > "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" > > Don't do that, feeds are a distro thing, not a machine thing. So that > should go into conf/distro/$yourdistro.conf > Yeah, but since I won't touch the distro in question, I'll just clone it and make it my own. Øyvind ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 12:36 ` Øyvind Repvik @ 2007-03-07 12:41 ` Koen Kooi 2007-03-07 12:55 ` Øyvind Repvik 2007-03-07 18:15 ` Øyvind Repvik 0 siblings, 2 replies; 7+ messages in thread From: Koen Kooi @ 2007-03-07 12:41 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Øyvind Repvik schreef: > On Wednesday 07 March 2007 13:30, Koen Kooi wrote: >> nail commit schreef: >>> turbostation: Add a kernel-feed for the turbostation >>> >>> >>> --- >>> conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 >>> +++ >>> conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 >>> >>> +FEED_URIS += >>> "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" >> Don't do that, feeds are a distro thing, not a machine thing. So that >> should go into conf/distro/$yourdistro.conf >> > > Yeah, but since I won't touch the distro in question, I'll just clone it and > make it my own. Can't just do "echo 'require conf/distro/openprotium.conf' > conf/distro/openturbostation.conf" instead of copying it? regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFF7rMFMkyGM64RGpERApqdAKCfc0O2pFO9W4HF2GAATscPTdqixwCeP1Aq w7ocCRR5GTZucSF7+15AxJc= =M1Wm -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 12:41 ` Koen Kooi @ 2007-03-07 12:55 ` Øyvind Repvik 2007-03-07 18:15 ` Øyvind Repvik 1 sibling, 0 replies; 7+ messages in thread From: Øyvind Repvik @ 2007-03-07 12:55 UTC (permalink / raw) To: openembedded-devel On Wednesday 07 March 2007 13:41, Koen Kooi wrote: > Øyvind Repvik schreef: > > On Wednesday 07 March 2007 13:30, Koen Kooi wrote: > >> nail commit schreef: > >>> turbostation: Add a kernel-feed for the turbostation > >>> > >>> > >>> --- > >>> conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 > >>> +++ > >>> conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 > >>> > >>> +FEED_URIS += > >>> "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" > >> > >> Don't do that, feeds are a distro thing, not a machine thing. So that > >> should go into conf/distro/$yourdistro.conf > > > > Yeah, but since I won't touch the distro in question, I'll just clone it > > and make it my own. > > Can't just do "echo 'require conf/distro/openprotium.conf' > > conf/distro/openturbostation.conf" instead of copying it? Nope, because as they are, they're different, and they're going to be diverging more soon. Øyvind. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 12:41 ` Koen Kooi 2007-03-07 12:55 ` Øyvind Repvik @ 2007-03-07 18:15 ` Øyvind Repvik 2007-03-07 18:29 ` Koen Kooi 1 sibling, 1 reply; 7+ messages in thread From: Øyvind Repvik @ 2007-03-07 18:15 UTC (permalink / raw) To: openembedded-devel On Wednesday 07 March 2007 13:41, Koen Kooi wrote: > Øyvind Repvik schreef: > > On Wednesday 07 March 2007 13:30, Koen Kooi wrote: > >> nail commit schreef: > >>> turbostation: Add a kernel-feed for the turbostation > >>> > >>> > >>> --- > >>> conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 > >>> +++ > >>> conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 > >>> > >>> +FEED_URIS += > >>> "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" > >> > >> Don't do that, feeds are a distro thing, not a machine thing. So that > >> should go into conf/distro/$yourdistro.conf > > > > Yeah, but since I won't touch the distro in question, I'll just clone it > > and make it my own. > > Can't just do "echo 'require conf/distro/openprotium.conf' > > conf/distro/openturbostation.conf" instead of copying it? Of course the simplest of all would be to allow having a kernel-module-only feed in the machine.conf instead of having to create another distro just to split the feed into packages/kernel-modules. Regards, Øyvind ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 18:15 ` Øyvind Repvik @ 2007-03-07 18:29 ` Koen Kooi 2007-03-07 19:05 ` Øyvind Repvik 0 siblings, 1 reply; 7+ messages in thread From: Koen Kooi @ 2007-03-07 18:29 UTC (permalink / raw) To: openembedded-devel -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Øyvind Repvik schreef: > On Wednesday 07 March 2007 13:41, Koen Kooi wrote: >> Øyvind Repvik schreef: >>> On Wednesday 07 March 2007 13:30, Koen Kooi wrote: >>>> nail commit schreef: >>>>> turbostation: Add a kernel-feed for the turbostation >>>>> >>>>> >>>>> --- >>>>> conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e85 >>>>> +++ >>>>> conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96e7 >>>>> >>>>> +FEED_URIS += >>>>> "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" >>>> Don't do that, feeds are a distro thing, not a machine thing. So that >>>> should go into conf/distro/$yourdistro.conf >>> Yeah, but since I won't touch the distro in question, I'll just clone it >>> and make it my own. >> Can't just do "echo 'require conf/distro/openprotium.conf' > >> conf/distro/openturbostation.conf" instead of copying it? > > Of course the simplest of all would be to allow having a kernel-module-only > feed in the machine.conf instead of having to create another distro just to > split the feed into packages/kernel-modules. You mean FEED_URI_turbostation = "http://foo/bar" in conf/distro/openprotium.conf? regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFF7wSCMkyGM64RGpERAuylAJ4k26WE7cQXqT09vqdM+UyLpLmH0wCfQS0V plMxK3YVaIFgoagdo/L1PIU= =0y/c -----END PGP SIGNATURE----- ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation 2007-03-07 18:29 ` Koen Kooi @ 2007-03-07 19:05 ` Øyvind Repvik 0 siblings, 0 replies; 7+ messages in thread From: Øyvind Repvik @ 2007-03-07 19:05 UTC (permalink / raw) To: openembedded-devel On Wednesday 07 March 2007 19:29, Koen Kooi wrote: > Øyvind Repvik schreef: > > On Wednesday 07 March 2007 13:41, Koen Kooi wrote: > >> Øyvind Repvik schreef: > >>> On Wednesday 07 March 2007 13:30, Koen Kooi wrote: > >>>> nail commit schreef: > >>>>> turbostation: Add a kernel-feed for the turbostation > >>>>> > >>>>> > >>>>> --- > >>>>> conf/machine/turbostation.conf 6f726b010d35f1dca1dfb881904353cbda8d1e > >>>>>85 +++ > >>>>> conf/machine/turbostation.conf d117d9cf3f641f7635130a1cff259c3c26fe96 > >>>>>e7 > >>>>> > >>>>> +FEED_URIS += > >>>>> "turbostation##http://ipkg.kynisk.com/opents/cross/1.0-dev/" > >>>> > >>>> Don't do that, feeds are a distro thing, not a machine thing. So that > >>>> should go into conf/distro/$yourdistro.conf > >>> > >>> Yeah, but since I won't touch the distro in question, I'll just clone > >>> it and make it my own. > >> > >> Can't just do "echo 'require conf/distro/openprotium.conf' > > >> conf/distro/openturbostation.conf" instead of copying it? > > > > Of course the simplest of all would be to allow having a > > kernel-module-only feed in the machine.conf instead of having to create > > another distro just to split the feed into packages/kernel-modules. > > You mean FEED_URI_turbostation = "http://foo/bar" in > conf/distro/openprotium.conf? You missed the part of me not touching that config. Anyway, I've made a completely separate distro. Øyvind ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-03-07 19:05 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1HOvGE-0004Zn-Tg@linuxtogo.org>
2007-03-07 12:30 ` [oe-commits] org.oe.dev turbostation: Add a kernel-feed for the turbostation Koen Kooi
2007-03-07 12:36 ` Øyvind Repvik
2007-03-07 12:41 ` Koen Kooi
2007-03-07 12:55 ` Øyvind Repvik
2007-03-07 18:15 ` Øyvind Repvik
2007-03-07 18:29 ` Koen Kooi
2007-03-07 19:05 ` Øyvind Repvik
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.