Programming

codeaurora.org and linaro.org

쁘레드 2015. 9. 13. 05:43

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

-------------------

8994 v1 support build
 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/


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 

-------------------