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
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.
+
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-
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
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(
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
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
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(-)
>
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
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
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
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
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
13 matches
Mail list logo