Re: [yocto] docs: how to spell "bitbake", and docbook semantic markup for user input

2011-07-13 Thread Darren Hart
On 07/13/2011 03:48 PM, Joshua Lock wrote: > On Wed, 2011-07-13 at 06:57 -0400, Robert P. J. Day wrote: >> just perusing the documentation in my typically pedantic fashion and >> a couple questions about style. first, is the proper spelling >> "Bitbake" or "BitBake" since the doc source seems to

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
new version diff --git a/oe-init-build-env b/oe-init-build-env index 77332a7..0fe1b5e 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -39,6 +39,35 @@ else $OEROOT/scripts/oe-setup-builddir unset OEROOT unset BBPATH + + # find the python 2.x, if the default python is not. +

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
You are right, I will fix it. On Thu, 2011-07-14 at 01:01 +0800, Darren Hart wrote: > > On 07/13/2011 01:04 AM, NiQingliang wrote: > > first sorry about that, indeed I don't know how to commit a patch, so > > just paste the diff result here. > > > > diff --git a/oe-init-build-env b/oe-init-build-

Re: [yocto] docs: how to spell "bitbake", and docbook semantic markup for user input

2011-07-13 Thread Joshua Lock
On Wed, 2011-07-13 at 06:57 -0400, Robert P. J. Day wrote: > just perusing the documentation in my typically pedantic fashion and > a couple questions about style. first, is the proper spelling > "Bitbake" or "BitBake" since the doc source seems to bounce back and > forth and it really should be c

[yocto] [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros

2011-07-13 Thread Joshua Lock
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for http, https and git sources. The variable is soft-assigned so that it's easily overrideable. Signed-off-by: Joshua Lock --- meta-yocto/conf/distro/poky.conf |7 ++- 1 files changed, 6 insertions(+), 1 deletions(

[yocto] [PATCH 0/1] Add CONNECTIVITY_CHECK_URIS to Poky derived distros

2011-07-13 Thread Joshua Lock
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test against http, https and git sources for Poky derived distrbutions. The following changes since commit 068839698fe192d8846c0ed4db65861448e8e524: eglibc: fix runtime assertion failure (2011-07-13 12:34:30 +0100) are availabl

Re: [yocto] [PATCH 1/1] local.conf.sample: add CONNECTIVITY_CHECK_URIS

2011-07-13 Thread Joshua Lock
On Wed, 2011-07-13 at 10:28 -0700, Darren Hart wrote: > > On 07/12/2011 07:32 PM, Joshua Lock wrote: > > Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for > > http, https and git sources. > > > > Signed-off-by: Joshua Lock > > --- > > meta-yocto/conf/local.conf.sample

Re: [yocto] [PATCH 1/1] local.conf.sample: add CONNECTIVITY_CHECK_URIS

2011-07-13 Thread Darren Hart
On 07/12/2011 07:32 PM, Joshua Lock wrote: > Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for > http, https and git sources. > > Signed-off-by: Joshua Lock > --- > meta-yocto/conf/local.conf.sample |8 > 1 files changed, 8 insertions(+), 0 deletions(-) >

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread Darren Hart
On 07/13/2011 01:04 AM, NiQingliang wrote: > first sorry about that, indeed I don't know how to commit a patch, so > just paste the diff result here. > > diff --git a/oe-init-build-env b/oe-init-build-env > index 77332a7..0da8bc0 100755 > --- a/oe-init-build-env > +++ b/oe-init-build-env > @@ -3

[yocto] [PATCH] scripts: Rename "adt-install" to "adt-installer" in user help.

2011-07-13 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- i'm hoping the following is correct -- it's just user help output so it's not fatal but it should still be correct. diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index bc4962a..d278c24 100755 --- a/scripts/oe-setup-builddir +++ b/scrip

[yocto] [PATCH] DOC: Fix a couple simple typoes in the ADT documentation.

2011-07-13 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day -- diff --git a/documentation/adt-manual/adt-package.xml b/documentation/adt-manual/adt-package.xml index 9f982d1..1e9539f 100644 --- a/documentation/adt-manual/adt-package.xml +++ b/documentation/adt-manual/adt-package.xml @@ -24,7 +24,7 @@ inform

[yocto] docs: how to spell "bitbake", and docbook semantic markup for user input

2011-07-13 Thread Robert P. J. Day
just perusing the documentation in my typically pedantic fashion and a couple questions about style. first, is the proper spelling "Bitbake" or "BitBake" since the doc source seems to bounce back and forth and it really should be consistent. and second, this just doesn't seem right as semant

Re: [yocto] Supporting upcoming distribution releases

2011-07-13 Thread NiQingliang
first sorry about that, indeed I don't know how to commit a patch, so just paste the diff result here. diff --git a/oe-init-build-env b/oe-init-build-env index 77332a7..0da8bc0 100755 --- a/oe-init-build-env +++ b/oe-init-build-env @@ -39,6 +39,20 @@ else $OEROOT/scripts/oe-setup-builddir