Created
June 12, 2012 15:08
-
-
Save cbrake/2918077 to your computer and use it in GitHub Desktop.
combo-layer-tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Paul Eggleton [email protected] | |
6/13/11 | |
to Otavio, openembedded-c. | |
On Monday 13 June 2011 16:33:47 Otavio Salvador wrote: | |
> I think it is duplicating many features of git submodule. It seems | |
> more logical to put a script above git submodule rather then use a | |
> full repository for it. | |
You're right in that git submodule provides a lot of these things. However, | |
submodules don't give us the ability to split out and maintain just certain | |
subdirectories / files; this allows us to bring in parts of external layers | |
where the parts of that layer we want are not split out neatly into a | |
subdirectory. | |
In the case of the Poky repository (where there the need for this tool | |
originated) as a user rather than a maintainer, having a single repository to | |
check out from with no other special steps makes things much easier and | |
cleaner. Frankly I'm not terribly impressed with how submodules have been | |
implemented in git - they are not at all easy to use. | |
Cheers, | |
Paul |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment