* [Xenomai] interested to try patch for ARM kernel 3.8.2 [not found] <mailman.1.1365156001.11055.xenomai@xenomai.org> @ 2013-04-17 20:53 ` George Pontis 2013-04-17 21:33 ` Gilles Chanteperdrix 0 siblings, 1 reply; 7+ messages in thread From: George Pontis @ 2013-04-17 20:53 UTC (permalink / raw) To: xenomai In an earlier post it looked like there was an early patch for ARM kernel 3.8.2 in the next branch at git://git.xenomai.org/ipipe-gch.git. I was not able to clone it. Has it moved, or am I not using the tool properly ? George ~/Xenomai$ git clone git://git.xenomai.org/ipipe-gch.git next Cloning into 'next'... remote: Counting objects: 3093262, done. remote: Compressing objects: 100% (480036/480036), done. Receiving objects: 100% (3093262/3093262), 669.77 MiB | 616 KiB/s, done. remote: Total 3093262 (delta 2596189), reused 3080488 (delta 2583443) Resolving deltas: 100% (2596189/2596189), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-17 20:53 ` [Xenomai] interested to try patch for ARM kernel 3.8.2 George Pontis @ 2013-04-17 21:33 ` Gilles Chanteperdrix 2013-04-18 10:24 ` Paul 2013-04-18 16:10 ` George Pontis 0 siblings, 2 replies; 7+ messages in thread From: Gilles Chanteperdrix @ 2013-04-17 21:33 UTC (permalink / raw) To: George Pontis; +Cc: xenomai On 04/17/2013 10:53 PM, George Pontis wrote: > In an earlier post it looked like there was an early patch for ARM kernel > 3.8.2 in the next branch at git://git.xenomai.org/ipipe-gch.git. I was not > able to clone it. Has it moved, or am I not using the tool properly ? The branch you want is for-core-3.8 I have removed the next branch, as it was indeed pointing to references which no longer exist. -- Gilles. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-17 21:33 ` Gilles Chanteperdrix @ 2013-04-18 10:24 ` Paul 2013-04-18 19:57 ` Gilles Chanteperdrix 2013-04-18 16:10 ` George Pontis 1 sibling, 1 reply; 7+ messages in thread From: Paul @ 2013-04-18 10:24 UTC (permalink / raw) To: xenomai On Wednesday 17 April 2013, Gilles Chanteperdrix wrote: > On 04/17/2013 10:53 PM, George Pontis wrote: > > In an earlier post it looked like there was an early patch for ARM > > kernel 3.8.2 in the next branch at > > git://git.xenomai.org/ipipe-gch.git. I was not able to clone it. > > Has it moved, or am I not using the tool properly ? > > The branch you want is for-core-3.8 > > I have removed the next branch, as it was indeed pointing to > references which no longer exist. ------------ git clone git://git.xenomai.org/ipipe-gch.git Cloning into ipipe-gch... [...] Resolving deltas: 100% (2595985/2595985), done. warning: remote HEAD refers to nonexistent ref, unable to checkout. ------------ Also having problems here trying to clone or update from ipipe-gch. The above warning would seem to indicate HEAD is currently a dangling ref. Regards, Paul. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-18 10:24 ` Paul @ 2013-04-18 19:57 ` Gilles Chanteperdrix 2013-04-19 9:37 ` Paul 0 siblings, 1 reply; 7+ messages in thread From: Gilles Chanteperdrix @ 2013-04-18 19:57 UTC (permalink / raw) To: Paul; +Cc: xenomai On 04/18/2013 12:24 PM, Paul wrote: > On Wednesday 17 April 2013, Gilles Chanteperdrix wrote: >> On 04/17/2013 10:53 PM, George Pontis wrote: >>> In an earlier post it looked like there was an early patch for ARM >>> kernel 3.8.2 in the next branch at >>> git://git.xenomai.org/ipipe-gch.git. I was not able to clone it. >>> Has it moved, or am I not using the tool properly ? >> >> The branch you want is for-core-3.8 >> >> I have removed the next branch, as it was indeed pointing to >> references which no longer exist. > > ------------ > git clone git://git.xenomai.org/ipipe-gch.git > Cloning into ipipe-gch... > [...] > Resolving deltas: 100% (2595985/2595985), done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. > ------------ > > Also having problems here trying to clone or update from ipipe-gch. The > above warning would seem to indicate HEAD is currently a dangling ref. This should be fixed now. Note that I do not use the master branch. -- Gilles. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-18 19:57 ` Gilles Chanteperdrix @ 2013-04-19 9:37 ` Paul 0 siblings, 0 replies; 7+ messages in thread From: Paul @ 2013-04-19 9:37 UTC (permalink / raw) To: xenomai On Thursday 18 April 2013, Gilles Chanteperdrix wrote: > On 04/18/2013 12:24 PM, Paul wrote: > > On Wednesday 17 April 2013, Gilles Chanteperdrix wrote: > >> On 04/17/2013 10:53 PM, George Pontis wrote: > >>> In an earlier post it looked like there was an early patch for > >>> ARM kernel 3.8.2 in the next branch at > >>> git://git.xenomai.org/ipipe-gch.git. I was not able to clone it. > >>> Has it moved, or am I not using the tool properly ? > >> > >> The branch you want is for-core-3.8 > >> > >> I have removed the next branch, as it was indeed pointing to > >> references which no longer exist. > > > > ------------ > > git clone git://git.xenomai.org/ipipe-gch.git > > Cloning into ipipe-gch... > > [...] > > Resolving deltas: 100% (2595985/2595985), done. > > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > ------------ > > > > Also having problems here trying to clone or update from ipipe-gch. > > The above warning would seem to indicate HEAD is currently a > > dangling ref. > > This should be fixed now. Note that I do not use the master branch. Thanks. Cloning now works without a hitch. I'll make a start on the Raspberry patch this evening. Regards, Paul. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-17 21:33 ` Gilles Chanteperdrix 2013-04-18 10:24 ` Paul @ 2013-04-18 16:10 ` George Pontis 2013-04-18 18:58 ` Gilles Chanteperdrix 1 sibling, 1 reply; 7+ messages in thread From: George Pontis @ 2013-04-18 16:10 UTC (permalink / raw) To: xenomai > -----Original Message----- > From: Gilles Chanteperdrix [mailto:gilles.chanteperdrix@xenomai.org] > Sent: Wednesday, April 17, 2013 2:34 PM > To: George Pontis > Cc: xenomai@xenomai.org > Subject: Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 > > On 04/17/2013 10:53 PM, George Pontis wrote: > > > In an earlier post it looked like there was an early patch for ARM > kernel > > 3.8.2 in the next branch at git://git.xenomai.org/ipipe-gch.git. I > was not > > able to clone it. Has it moved, or am I not using the tool properly ? > > > The branch you want is for-core-3.8 > > I have removed the next branch, as it was indeed pointing to references > which no longer exist. > > -- > Gilles. I tried to clone using: git clone git://git.xenomai.org/ipipe-gch.git for-core-3.8 This gives me what looks like a 3.3 kernel tree. If there is a different command to get the 3.8.2 ipipe patch, would someone be kind enough to share it ? George ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Xenomai] interested to try patch for ARM kernel 3.8.2 2013-04-18 16:10 ` George Pontis @ 2013-04-18 18:58 ` Gilles Chanteperdrix 0 siblings, 0 replies; 7+ messages in thread From: Gilles Chanteperdrix @ 2013-04-18 18:58 UTC (permalink / raw) To: George Pontis; +Cc: xenomai On 04/18/2013 06:10 PM, George Pontis wrote: > I tried to clone using: > > git clone git://git.xenomai.org/ipipe-gch.git for-core-3.8 > > This gives me what looks like a 3.3 kernel tree. If there is a different command to get the 3.8.2 ipipe patch, would someone be kind enough to share it ? man git-clone -- Gilles. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-19 9:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1.1365156001.11055.xenomai@xenomai.org>
2013-04-17 20:53 ` [Xenomai] interested to try patch for ARM kernel 3.8.2 George Pontis
2013-04-17 21:33 ` Gilles Chanteperdrix
2013-04-18 10:24 ` Paul
2013-04-18 19:57 ` Gilles Chanteperdrix
2013-04-19 9:37 ` Paul
2013-04-18 16:10 ` George Pontis
2013-04-18 18:58 ` Gilles Chanteperdrix
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.