Re: Howto get a specific kernel from kernel repository?

2009-06-18 Thread Shaz
On Tue, Jun 16, 2009 at 2:23 AM, Shaz shazal...@gmail.com wrote:

 On Tue, Jun 16, 2009 at 3:00 PM, Lars-Peter Clausenl...@metafoo.de
 wrote:
  Shaz wrote:
 
  Dear lists,
 
  I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
  OpenMoko. If it cannot be checked out then is there some way that I
  can move around with patches to get there?
 
  Some help will be appreciated because I am not well versed with git or
  patch management. Even if some quick readings/tutorials are pointed
  out that will be good too.
 
  --
  Shaz
 
 
  Hi
 
  Openmokos kernel is still 2.6.29-rc3, but OpenWrt[1] has a 2.6.30 kernel
 for
  the gta02. So if you want that, either you use OpenWrt to build your
 kernel,
  or you could use a vanilla 2.6.30 and put those files[2] and patches[3]
 on
  top of it.


While having a look at OpenWrt provided kernel I came to the point where I
realized that the files and patches should be put on the vanilla 2.6.30
kernel because the configuration tools of OpenWrt are not sophisticated
enough to handle my requirements. Can any one give me some hints on how to
pin down the problem? The files and patches provided by OpenWrt are much
different than the way OM kernel is dealt by the OM kernel team.

The other approach I have been thinking about is that the kernel v2.6.29-rc3
be merged with vanilla kernel. I have been studying and practcing git
branching and merging for a few days now to get some other results so is it
feasible for me to merge it myself rather than waiting for the OM kernel
team to do so? If yes then please give me some initial tips.




 This is great news for me. Let me check what I make out of it?

 Thanks Lars.

 
  - Lars
 
  [1] https://dev.openwrt.org/
  [2]
 https://dev.openwrt.org/browser/trunk/target/linux/s3c24xx/files-2.6.30
  [3]
 
 https://dev.openwrt.org/browser/trunk/target/linux/s3c24xx/patches-2.6.30
 



 --
 Shaz




-- 
Shaz
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Howto get a specific kernel from kernel repository?

2009-06-16 Thread Paul Fertser
Shaz shazal...@gmail.com writes:
 I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
 OpenMoko. If it cannot be checked out then is there some way that I
 can move around with patches to get there?

Why are you so specific? The version currently in OM repository is
2.6.29-rc3 based. There is a patch series sent upstream (Sun, 10 May
to LAKML) that are based on a more recent version.

AFAIK, nobody's planning a great rebase, i.e. to rebase all the
gta0? support on HEAD of upstream. I think the plan is to wait for
upstream acceptance of the minimal machine support (that is likely to
happen on the next merge window i guess) and then to send the
remaining drivers/fixes upstream as the time permits.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Howto get a specific kernel from kernel repository?

2009-06-16 Thread Paul Fertser
Belisko Marek marek.beli...@gmail.com writes:
 I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
 OpenMoko. If it cannot be checked out then is there some way that I
 can move around with patches to get there?
 Just read : http://linux.yyz.us/git-howto.html
 for your purpose: git checkout -b tmp v2.6.26-rc8 (this will create
 new local branch)

That will get him 2.6.26-rc8 for sure but he obviously needs a kernel
that includes gta0? support.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Howto get a specific kernel from kernel repository?

2009-06-16 Thread Shaz
On Tue, Jun 16, 2009 at 1:19 PM, Paul Fertserfercer...@gmail.com wrote:
 Belisko Marek marek.beli...@gmail.com writes:
 I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
 OpenMoko. If it cannot be checked out then is there some way that I
 can move around with patches to get there?
 Just read : http://linux.yyz.us/git-howto.html
 for your purpose: git checkout -b tmp v2.6.26-rc8 (this will create
 new local branch)

 That will get him 2.6.26-rc8 for sure but he obviously needs a kernel
 that includes gta0? support.

Can some sort of merging be done here to get the gta support in 2.6.26-rc8?


 --
 Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
 mailto:fercer...@gmail.com




-- 
Shaz

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Howto get a specific kernel from kernel repository?

2009-06-16 Thread Shaz
On Tue, Jun 16, 2009 at 3:00 PM, Lars-Peter Clausenl...@metafoo.de wrote:
 Shaz wrote:

 Dear lists,

 I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
 OpenMoko. If it cannot be checked out then is there some way that I
 can move around with patches to get there?

 Some help will be appreciated because I am not well versed with git or
 patch management. Even if some quick readings/tutorials are pointed
 out that will be good too.

 --
 Shaz


 Hi

 Openmokos kernel is still 2.6.29-rc3, but OpenWrt[1] has a 2.6.30 kernel for
 the gta02. So if you want that, either you use OpenWrt to build your kernel,
 or you could use a vanilla 2.6.30 and put those files[2] and patches[3] on
 top of it.

This is great news for me. Let me check what I make out of it?

Thanks Lars.


 - Lars

 [1] https://dev.openwrt.org/
 [2] https://dev.openwrt.org/browser/trunk/target/linux/s3c24xx/files-2.6.30
 [3]
 https://dev.openwrt.org/browser/trunk/target/linux/s3c24xx/patches-2.6.30




-- 
Shaz

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Howto get a specific kernel from kernel repository?

2009-06-15 Thread Shaz
Dear lists,

I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
OpenMoko. If it cannot be checked out then is there some way that I
can move around with patches to get there?

Some help will be appreciated because I am not well versed with git or
patch management. Even if some quick readings/tutorials are pointed
out that will be good too.

--
Shaz

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Howto get a specific kernel from kernel repository?

2009-06-15 Thread Shaz
Dear lists,

I want kernel 2.6.26-rc8 or 2.6.30 onwards for my development work on
OpenMoko. If it cannot be checked out then is there some way that I
can move around with patches to get there?

Some help will be appreciated because I am not well versed with git or
patch management. Even if some quick readings/tutorials are pointed
out that will be good too.

--
Shaz

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community