Created
October 26, 2014 23:58
-
-
Save dprotopopov/38c9d5abbaa029c6fcb1 to your computer and use it in GitHub Desktop.
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
build-enviroment | |
================ | |
This sets-up the oe-alliance build environment. | |
git clone git://github.com/Atemio/build-enviroment.git | |
make update | |
Удаляем все .git | |
Удаляем все .gitignore | |
Удаляем все .gitmodules | |
создаём .gitmodules в build-enviroment | |
[submodule "openembedded-core"] | |
path = openembedded-core | |
url = /cygdrive/d/projects/20141026/build-enviroment/openembedded-core | |
ignore = dirty | |
[submodule "meta-openembedded"] | |
path = meta-openembedded | |
url = /cygdrive/d/projects/20141026/build-enviroment/meta-openembedded | |
ignore = dirty | |
[submodule "bitbake"] | |
path = bitbake | |
url = /cygdrive/d/projects/20141026/build-enviroment/bitbake | |
ignore = dirty | |
[submodule "meta-oe-alliance"] | |
path = meta-oe-alliance | |
url = /cygdrive/d/projects/20141026/build-enviroment/meta-oe-alliance | |
cd /cygdrive/d/projects/20141026/build-enviroment/bitbake && git init && git add * && git commit -m "first commit" | |
cd /cygdrive/d/projects/20141026/build-enviroment/meta-oe-alliance && git init && git add * && git commit -m "first commit" | |
cd /cygdrive/d/projects/20141026/build-enviroment/meta-openembedded && git init && git add * && git commit -m "first commit" | |
cd /cygdrive/d/projects/20141026/build-enviroment/openembedded-core && git init && git add * && git commit -m "first commit" | |
cd /cygdrive/d/projects/20141026/build-enviroment && git init && git add * && git commit -m "first commit" | |
Создаём папку vdr и vdr.bb в meta-oe-alliance\meta-oe | |
после добавления файла надо сохранить изменения во всех вышестоящих репозитариях последовательно | |
cd /cygdrive/d/projects/20141026/build-enviroment/meta-oe-alliance && git add * && git commit -m "second commit" | |
сd /cygdrive/d/projects/20141026/build-enviroment && git add * && git commit -m "second commit" | |
mkdir test | |
cd test | |
git clone /cygdrive/d/projects/20141026/build-enviroment | |
cd /cygdrive/d/projects/20141026/test/build-enviroment/ | |
make update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment