All of lore.kernel.org
 help / color / mirror / Atom feed
* module.init-tools-3.16.tar.bz2 no longer available at kernel.org
@ 2012-01-29  7:41 Ulf Samuelsson
  2012-01-29 10:21 ` Khem Raj
  2012-01-31  1:50 ` Ni Qingliang
  0 siblings, 2 replies; 11+ messages in thread
From: Ulf Samuelsson @ 2012-01-29  7:41 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Don't know why, but it is no longer available (used to be).

"openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
is thus broken.

Found it on a mirror.

"http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"

but it would be nice if it was cached somewhere.
openembedded-core@lists.openembedded.org

-- 
Best Regards
Ulf Samuelsson
eMagii




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-29  7:41 module.init-tools-3.16.tar.bz2 no longer available at kernel.org Ulf Samuelsson
@ 2012-01-29 10:21 ` Khem Raj
  2012-01-29 12:23   ` Ulf Samuelsson
  2012-01-31  1:50 ` Ni Qingliang
  1 sibling, 1 reply; 11+ messages in thread
From: Khem Raj @ 2012-01-29 10:21 UTC (permalink / raw)
  To: ulf, Patches and discussions about the oe-core layer

On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson
<openembedded-core@emagii.com> wrote:
> Don't know why, but it is no longer available (used to be).
>
> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
> is thus broken.
>
> Found it on a mirror.
>
> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
>
> but it would be nice if it was cached somewhere.

autobuilder.yoctoproject.org should have it

> openembedded-core@lists.openembedded.org
>
> --
> Best Regards
> Ulf Samuelsson
> eMagii
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-29 10:21 ` Khem Raj
@ 2012-01-29 12:23   ` Ulf Samuelsson
  2012-01-30  7:52     ` Samuel Stirtzel
  0 siblings, 1 reply; 11+ messages in thread
From: Ulf Samuelsson @ 2012-01-29 12:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

2012-01-29 11:21, Khem Raj skrev:
> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson
> <openembedded-core@emagii.com>  wrote:
>> Don't know why, but it is no longer available (used to be).
>>
>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
>> is thus broken.
>>
>> Found it on a mirror.
>>
>> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
>>
>> but it would be nice if it was cached somewhere.
> autobuilder.yoctoproject.org should have it
>
But not in a form that can be used to "unbreak" the build


openembedded-core/meta/classes/mirros.bbclass contains:

${KERNELORG_MIRROR}    http://www.kernel.org/pub \n \
${KERNELORG_MIRROR}    ftp://ftp.us.kernel.org/pub \n \
${KERNELORG_MIRROR}    ftp://ftp.uk.kernel.org/pub \n \
${KERNELORG_MIRROR}    ftp://ftp.hk.kernel.org/pub \n \
${KERNELORG_MIRROR}    ftp://ftp.au.kernel.org/pub \n \
${KERNELORG_MIRROR}    ftp://ftp.jp.kernel.org/pub \n \

I assume that bitbake will try this list of servers, when the recipe
is referring to ${KERNELORG_MIRROR}

Only the first mirror is online. (At least today) so there is really
no backup, if the main server is down.

Any objections to adding
${KERNELORG_MIRROR}    ftp://ftp.sunet.se/pub/Linux/kernel.org \n \
to mirrors.bbclass as the second entry ?


>> openembedded-core@lists.openembedded.org
>>
>> --
>> Best Regards
>> Ulf Samuelsson
>> eMagii
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


-- 
Best Regards
Ulf Samuelsson
eMagii




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-29 12:23   ` Ulf Samuelsson
@ 2012-01-30  7:52     ` Samuel Stirtzel
  2012-01-30 15:27       ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Samuel Stirtzel @ 2012-01-30  7:52 UTC (permalink / raw)
  To: ulf, Patches and discussions about the oe-core layer

2012/1/29 Ulf Samuelsson <openembedded-core@emagii.com>:
> 2012-01-29 11:21, Khem Raj skrev:
>
>> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson
>> <openembedded-core@emagii.com>  wrote:
>>>
>>> Don't know why, but it is no longer available (used to be).
>>>
>>>
>>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
>>> is thus broken.
>>>
>>> Found it on a mirror.
>>>
>>>
>>> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
>>>
>>> but it would be nice if it was cached somewhere.
>>
>> autobuilder.yoctoproject.org should have it
>>
> But not in a form that can be used to "unbreak" the build
>
>
> openembedded-core/meta/classes/mirros.bbclass contains:
>
> ${KERNELORG_MIRROR}    http://www.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.us.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.uk.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.hk.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.au.kernel.org/pub \n \
> ${KERNELORG_MIRROR}    ftp://ftp.jp.kernel.org/pub \n \
>
> I assume that bitbake will try this list of servers, when the recipe
> is referring to ${KERNELORG_MIRROR}
>
> Only the first mirror is online. (At least today) so there is really
> no backup, if the main server is down.
>
> Any objections to adding
> ${KERNELORG_MIRROR}    ftp://ftp.sunet.se/pub/Linux/kernel.org \n \
> to mirrors.bbclass as the second entry ?
>
>
>
>>> openembedded-core@lists.openembedded.org
>>>
>>> --
>>> Best Regards
>>> Ulf Samuelsson
>>> eMagii
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> --
> Best Regards
> Ulf Samuelsson
> eMagii
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

You could try to fetch it from the Poky sources, to do so put the
following lines in your config file (it was very helpful while
kernel.org was down).

PREMIRRORS_append = "\
bzr://.*/.*   http://pokylinux.org/sources/ \n \
cvs://.*/.*   http://pokylinux.org/sources/ \n \
git://.*/.*   http://pokylinux.org/sources/ \n \
hg://.*/.*    http://pokylinux.org/sources/ \n \
osc://.*/.*   http://pokylinux.org/sources/ \n \
p4://.*/.*    http://pokylinux.org/sources/ \n \
svk://.*/.*   http://pokylinux.org/sources/ \n \
svn://.*/.*   http://pokylinux.org/sources/ \n \
bzr://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
cvs://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
git://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
hg://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
osc://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
p4://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
svk://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
svn://.*/.*   http://autobuilder.pokylinux.org/sources/ \n"

MIRRORS_append = "\
ftp://.*/.*     http://pokylinux.org/sources/ \n \
http://.*/.*    http://pokylinux.org/sources/ \n \
https://.*/.*   http://pokylinux.org/sources/ \n \
ftp://.*/.*      http://autobuilder.pokylinux.org/sources/ \n \
http://.*/.*     http://autobuilder.pokylinux.org/sources/ \n \
https://.*/.*    http://autobuilder.pokylinux.org/sources/ \n"

-- 
Regards
Samuel



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-30  7:52     ` Samuel Stirtzel
@ 2012-01-30 15:27       ` Khem Raj
  0 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2012-01-30 15:27 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: ulf

On Sun, Jan 29, 2012 at 11:52 PM, Samuel Stirtzel
<s.stirtzel@googlemail.com> wrote:
> 2012/1/29 Ulf Samuelsson <openembedded-core@emagii.com>:
>> 2012-01-29 11:21, Khem Raj skrev:
>>
>>> On Sat, Jan 28, 2012 at 11:41 PM, Ulf Samuelsson
>>> <openembedded-core@emagii.com>  wrote:
>>>>
>>>> Don't know why, but it is no longer available (used to be).
>>>>
>>>>
>>>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
>>>> is thus broken.
>>>>
>>>> Found it on a mirror.
>>>>
>>>>
>>>> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
>>>>
>>>> but it would be nice if it was cached somewhere.
>>>
>>> autobuilder.yoctoproject.org should have it
>>>
>> But not in a form that can be used to "unbreak" the build
>>
>>
>> openembedded-core/meta/classes/mirros.bbclass contains:
>>
>> ${KERNELORG_MIRROR}    http://www.kernel.org/pub \n \
>> ${KERNELORG_MIRROR}    ftp://ftp.us.kernel.org/pub \n \
>> ${KERNELORG_MIRROR}    ftp://ftp.uk.kernel.org/pub \n \
>> ${KERNELORG_MIRROR}    ftp://ftp.hk.kernel.org/pub \n \
>> ${KERNELORG_MIRROR}    ftp://ftp.au.kernel.org/pub \n \
>> ${KERNELORG_MIRROR}    ftp://ftp.jp.kernel.org/pub \n \
>>
>> I assume that bitbake will try this list of servers, when the recipe
>> is referring to ${KERNELORG_MIRROR}
>>
>> Only the first mirror is online. (At least today) so there is really
>> no backup, if the main server is down.
>>
>> Any objections to adding
>> ${KERNELORG_MIRROR}    ftp://ftp.sunet.se/pub/Linux/kernel.org \n \
>> to mirrors.bbclass as the second entry ?
>>
>>
>>
>>>> openembedded-core@lists.openembedded.org
>>>>
>>>> --
>>>> Best Regards
>>>> Ulf Samuelsson
>>>> eMagii
>>>>
>>>>
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>>
>>
>> --
>> Best Regards
>> Ulf Samuelsson
>> eMagii
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> You could try to fetch it from the Poky sources, to do so put the
> following lines in your config file (it was very helpful while
> kernel.org was down).
>
> PREMIRRORS_append = "\
> bzr://.*/.*   http://pokylinux.org/sources/ \n \
> cvs://.*/.*   http://pokylinux.org/sources/ \n \
> git://.*/.*   http://pokylinux.org/sources/ \n \
> hg://.*/.*    http://pokylinux.org/sources/ \n \
> osc://.*/.*   http://pokylinux.org/sources/ \n \
> p4://.*/.*    http://pokylinux.org/sources/ \n \
> svk://.*/.*   http://pokylinux.org/sources/ \n \
> svn://.*/.*   http://pokylinux.org/sources/ \n \
> bzr://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
> cvs://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
> git://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
> hg://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
> osc://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
> p4://.*/.*    http://autobuilder.pokylinux.org/sources/ \n \
> svk://.*/.*   http://autobuilder.pokylinux.org/sources/ \n \
> svn://.*/.*   http://autobuilder.pokylinux.org/sources/ \n"
>
> MIRRORS_append = "\
> ftp://.*/.*     http://pokylinux.org/sources/ \n \
> http://.*/.*    http://pokylinux.org/sources/ \n \
> https://.*/.*   http://pokylinux.org/sources/ \n \
> ftp://.*/.*      http://autobuilder.pokylinux.org/sources/ \n \
> http://.*/.*     http://autobuilder.pokylinux.org/sources/ \n \
> https://.*/.*    http://autobuilder.pokylinux.org/sources/ \n"
>


there is own-mirrors.bblcass doing this just inherit and tell it where to look

> --
> Regards
> Samuel
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-29  7:41 module.init-tools-3.16.tar.bz2 no longer available at kernel.org Ulf Samuelsson
  2012-01-29 10:21 ` Khem Raj
@ 2012-01-31  1:50 ` Ni Qingliang
  2012-01-31  4:24   ` Khem Raj
  1 sibling, 1 reply; 11+ messages in thread
From: Ni Qingliang @ 2012-01-31  1:50 UTC (permalink / raw)
  To: ulf, Patches and discussions about the oe-core layer

it is replaced by kmod on archlinux
http://www.archlinux.org/news/kmod-replaces-module-init-tools/


On Sun, 2012-01-29 at 15:41 +0800, Ulf Samuelsson wrote:
> Don't know why, but it is no longer available (used to be).
> 
> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
> is thus broken.
> 
> Found it on a mirror.
> 
> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
> 
> but it would be nice if it was cached somewhere.
> openembedded-core@lists.openembedded.org
> 
> --
> Best Regards
> Ulf Samuelsson
> eMagii
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Yi Qingliang
niqingliang@insigma.com.cn
https://niqingliang2003.wordpress.com




^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-31  1:50 ` Ni Qingliang
@ 2012-01-31  4:24   ` Khem Raj
  2012-01-31  7:57     ` Koen Kooi
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2012-01-31  4:24 UTC (permalink / raw)
  To: niqingliang, Patches and discussions about the oe-core layer; +Cc: ulf

On Mon, Jan 30, 2012 at 5:50 PM, Ni Qingliang
<niqingliang@insigma.com.cn> wrote:
> it is replaced by kmod on archlinux
> http://www.archlinux.org/news/kmod-replaces-module-init-tools/
>

yes I have local recipes for kmod but untested

>
> On Sun, 2012-01-29 at 15:41 +0800, Ulf Samuelsson wrote:
>> Don't know why, but it is no longer available (used to be).
>>
>> "openembedded-core/meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb"
>> is thus broken.
>>
>> Found it on a mirror.
>>
>> "http://ftp.tlk-l.net/pub/mirrors/kernel.org/linux/utils/kernel/module-init-tools/"
>>
>> but it would be nice if it was cached somewhere.
>> openembedded-core@lists.openembedded.org



>>
>> --
>> Best Regards
>> Ulf Samuelsson
>> eMagii
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> --
> Yi Qingliang
> niqingliang@insigma.com.cn
> https://niqingliang2003.wordpress.com
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-31  4:24   ` Khem Raj
@ 2012-01-31  7:57     ` Koen Kooi
  2012-01-31  8:58       ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Koen Kooi @ 2012-01-31  7:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 31 jan. 2012, om 05:24 heeft Khem Raj het volgende geschreven:

> On Mon, Jan 30, 2012 at 5:50 PM, Ni Qingliang
> <niqingliang@insigma.com.cn> wrote:
>> it is replaced by kmod on archlinux
>> http://www.archlinux.org/news/kmod-replaces-module-init-tools/
>> 
> 
> yes I have local recipes for kmod but untested

Like the one in meta-oe? http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662


^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-31  7:57     ` Koen Kooi
@ 2012-01-31  8:58       ` Khem Raj
  2012-01-31 19:26         ` Darren Hart
  0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2012-01-31  8:58 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>
> Like the one in meta-oe? http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662

slightly better ;) Since I was intending to replace complete
module-init-tools (including cross recipes) with kmod.

have a look at top 3 patches on

http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc-fixes



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-31  8:58       ` Khem Raj
@ 2012-01-31 19:26         ` Darren Hart
  2012-01-31 22:57           ` Khem Raj
  0 siblings, 1 reply; 11+ messages in thread
From: Darren Hart @ 2012-01-31 19:26 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/31/2012 12:58 AM, Khem Raj wrote:
> On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>>
>> Like the one in meta-oe? http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662
> 
> slightly better ;) Since I was intending to replace complete
> module-init-tools (including cross recipes) with kmod.
> 
> have a look at top 3 patches on
> 
> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc-fixes

Hi Khem,

For kmod-cross and kmod-native, I thought the agreed upon PR bump method
was something like:

PR := "${@int(INC_PR) + 1}"

Was it not?

kmod.inc does "gtkdocize --docdir....", but I don't see a DEPENDS to
ensure gtkdocize exists.

Looking forward to seeing these in oe-core.

--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: module.init-tools-3.16.tar.bz2 no longer available at kernel.org
  2012-01-31 19:26         ` Darren Hart
@ 2012-01-31 22:57           ` Khem Raj
  0 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2012-01-31 22:57 UTC (permalink / raw)
  To: Darren Hart; +Cc: Patches and discussions about the oe-core layer

On Tue, Jan 31, 2012 at 11:26 AM, Darren Hart <dvhart@linux.intel.com> wrote:
> On 01/31/2012 12:58 AM, Khem Raj wrote:
>> On Mon, Jan 30, 2012 at 11:57 PM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>>>
>>> Like the one in meta-oe? http://cgit.openembedded.org/meta-openembedded/commit/?id=2292ac565c220f2112a07abd563c6a9ee34dc662
>>
>> slightly better ;) Since I was intending to replace complete
>> module-init-tools (including cross recipes) with kmod.
>>
>> have a look at top 3 patches on
>>
>> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/misc-fixes
>
> Hi Khem,
>
> For kmod-cross and kmod-native, I thought the agreed upon PR bump method
> was something like:

I think kmod-cross will go away. Its still cooking. I have a segfault
in kmod/depmod to resolve

>
> PR := "${@int(INC_PR) + 1}"
>
> Was it not?

that was for PRINC in bbappends in overlays.

>
> kmod.inc does "gtkdocize --docdir....", but I don't see a DEPENDS to
> ensure gtkdocize exists.

yes thats why the || part is there. If it exists then do it
otherwise fallback. Since its WIP thats easier to get it
off ground.

>
> Looking forward to seeing these in oe-core.
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-01-31 23:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-29  7:41 module.init-tools-3.16.tar.bz2 no longer available at kernel.org Ulf Samuelsson
2012-01-29 10:21 ` Khem Raj
2012-01-29 12:23   ` Ulf Samuelsson
2012-01-30  7:52     ` Samuel Stirtzel
2012-01-30 15:27       ` Khem Raj
2012-01-31  1:50 ` Ni Qingliang
2012-01-31  4:24   ` Khem Raj
2012-01-31  7:57     ` Koen Kooi
2012-01-31  8:58       ` Khem Raj
2012-01-31 19:26         ` Darren Hart
2012-01-31 22:57           ` Khem Raj

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.