Qualcomm opensource 코드는 codeaurora.org를 통해서 open됩니다.
Linaro에서는 stable kernel code를 배포받고요. Tool chain도.
-------------------
repo/git tool이 있다면,
manifest를 codeaurora.org에서 서치해서 아래와 같이 다운받으면 됩니다.
https://www.codeaurora.org/xwiki/bin/QAEP/release
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BF64.1.2.1-06420-8x92.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
-------------------
January 09, 2015 | LA.BF64.1.1-03310-8x94.0 | msm8994 | LA.BF64.1.1-03310-8x94.0.xml | 05.00.00 |
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BF64.1.1-03310-8x94.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
-------------------
https://www.linaro.org/downloads/
-------------------
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y build-essential make cmake scons curl git ruby autoconf automake autoconf-archive gettext libtool flex bison libbz2-dev libcurl4-openssl-dev libexpat-dev libncurses-dev
curl -L http://u/brewinstall | bash
*DEPs
sudo apt-get install -y build-essential curl git m4 ruby texinfo libbz2-dev libcurl4-openssl-dev libexpat1-dev libncurses5-dev zlib1g-dev python-dev python-setuptools
*No DEP check
curl -L http://u/brewinstall | NO_DEP_CHECK=1 bash
sudo apt-get install pv pigz libxml-simple-perl exuberant-ctags cscope lzop
sudo apt-get install openjdk-7-jdk
*configure
sudo update-alternatives --config java
sudo update-alternatives --config javac
sudo apt-get install openssh-server
-------------------
'Programming' 카테고리의 다른 글
git 과 repo (0) | 2015.09.19 |
---|---|
bash alias (0) | 2015.09.19 |
Natural Language Processing with Python (0) | 2015.08.24 |
파이썬 오디오 인식 - pydub, audiogrep (0) | 2015.08.24 |
Python의 얼굴과 젊은 개발자의 언어 선택에 대한 조언 (0) | 2015.07.26 |