Git SCM for LTIB

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Git SCM for LTIB

跳至解决方案
1,216 次查看
changyuheng
Contributor II

Hello everybody,

I have i.MX 6 Quad Sabre-SD.

I want to build up a repository which contains sub-repositories for LTIB using Git since I might want to commit some patches for it. I'm familiar with Android's 'repo' and already build up a Git server using both Gitolite and Gerrit. What I want to know is can I make a Git-repo for LTIB? Where is the commit logs inside L3.0.35_4.1.0_130816_source.tar.gz's packages. And after I ran ./L3.0.35_4.1.0_130816_source/install, what files it put into my hard drive should I keep in the SCM?

Thanks for your attention.

标签 (2)
标记 (4)
1 解答
841 次查看
OtavioSalvador
Senior Contributor II

I advice you to move to Yocto. It has many benefits in doing this move, mainly:

  • nicer community
  • up to date software stack
  • newer BSPs easy to adopt
  • GIT friendly
  • easier to get company support / consulting (we do it)
  • big support range

O.S. Systems is the maintainer of meta-fsl-arm Yocto layer support[1]. We’ve been working on it since December of 2011.  Currently in the upcoming 1.5 release[2] it already provides support for 34 i.MX based boards.

1. http://freescale.github.io/doc/release-notes/1.4/

2. http://freescale.github.io/doc/release-notes/current/

在原帖中查看解决方案

0 项奖励
3 回复数
841 次查看
changyuheng
Contributor II

Thanks for your quickly reply. That's really helpful!

842 次查看
OtavioSalvador
Senior Contributor II

I advice you to move to Yocto. It has many benefits in doing this move, mainly:

  • nicer community
  • up to date software stack
  • newer BSPs easy to adopt
  • GIT friendly
  • easier to get company support / consulting (we do it)
  • big support range

O.S. Systems is the maintainer of meta-fsl-arm Yocto layer support[1]. We’ve been working on it since December of 2011.  Currently in the upcoming 1.5 release[2] it already provides support for 34 i.MX based boards.

1. http://freescale.github.io/doc/release-notes/1.4/

2. http://freescale.github.io/doc/release-notes/current/

0 项奖励
841 次查看
LeonardoSandova
Specialist I

That is what Yocto exactly does. If you can move to Yocto, do it. LTIB is provided as a single tarball and there is no git repository. So either you git-initialize the ltib folder and git-ignore the rpm folder (tmp folder is the counterpart in Yocto), or move to Yocto. I will go for the second option.

Leo

0 项奖励