Re: [yocto] [PATCH 0/1] perfer older version of lttng-ust in poky distro

2012-03-18 Thread Lu, Lianhao
Hi Saul, How about this patch's merging status? Best Regards, Lianhao Lu, Lianhao wrote on 2012-03-14: > Set the PREFERRED_VERSION of lttng-ust to use lttng-ust instead of > lttng2-ust in poky distro. This fixed yocto bug #2062. > > The lttng2 is very different in terms of architecture and usa

[yocto] [PATCH] Documentation: Fix a couple simple errors in QS XML.

2012-03-18 Thread Robert P. J. Day
* One obvious typo. * The clone directory will be named "poky", not "git". Signed-off-by: Robert P. J. Day --- diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 785707f..f2ba859 100644 --- a/documentation/yocto-project

[yocto] [PATCH] Documentation: Update poky.ent file to reflect new release.

2012-03-18 Thread Robert P. J. Day
Update poky.ent to reflect: DISTRO = 1.1.1 POKYVERSION = 6.0.1 Signed-off-by: Robert P. J. Day --- diff --git a/documentation/poky.ent b/documentation/poky.ent index e3f73aa..5de5511 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent @@ -1,7 +1,7 @@ - + - + http://d

Re: [yocto] why is YOCTO_GIT_URL defined to use http?

2012-03-18 Thread Robert P. J. Day
On Sun, 18 Mar 2012, Wolfgang Denk wrote: > Dear Robert, > > In message you wrote: > > > > > $ git clone http://git.yoctoproject.org/poky.git git > > > Cloning into git... > > > fatal: http://git.yoctoproject.org/poky.git/info/refs not found: did > > > you run git update-server-info on the server

Re: [yocto] why is YOCTO_GIT_URL defined to use http?

2012-03-18 Thread Wolfgang Denk
Dear Robert, In message you wrote: > > > $ git clone http://git.yoctoproject.org/poky.git git > > Cloning into git... > > fatal: http://git.yoctoproject.org/poky.git/info/refs not found: did > > you run git update-server-info on the server? This is indeed an issue that should be fixed on the se

Re: [yocto] why is YOCTO_GIT_URL defined to use http?

2012-03-18 Thread Robert P. J. Day
On Sun, 18 Mar 2012, Robert P. J. Day wrote: > > in documentation, curious about: > > poky.ent:http://git.yoctoproject.org";> > > why is this entity defined to use http:// instead of git://? if you > use http://, it doesn't work: > > $ git clone http://git.yoctoproject.org/poky.git git > Clonin

[yocto] why is YOCTO_GIT_URL defined to use http?

2012-03-18 Thread Robert P. J. Day
in documentation, curious about: poky.ent:http://git.yoctoproject.org";> why is this entity defined to use http:// instead of git://? if you use http://, it doesn't work: $ git clone http://git.yoctoproject.org/poky.git git Cloning into git... fatal: http://git.yoctoproject.org/poky.git/info