2017年5月12日 星期五

Bitbake

https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html


使用下面命令來查看目前repo 有哪些package:
bitbake-layers show-recipes

使用下面命令來查看目前repo 有哪些package:
bitbake-layers show-recipes
使用下面命令來查看一個包都有哪些可執行的task
bitbake  -c listtasks
ex . bitbake linux-imx -c listtasks

2017年5月9日 星期二

TRON

Coqos

http://www.jointwyse.com/Home/Dynamic/dynamic_see_6.html

2017年5月4日 星期四

IoT&M2M

http://eecatalog.com/IoT/tag/top-top-story/

2017年4月15日 星期六

git

git clone https://github.com/feliciapei/mphone.git -recursive

http://gogojimmy.net/2012/02/29/git-scenario/

2017年4月6日 星期四

Build Linphone

http://askubuntu.com/questions/610291/how-to-install-cmake-3-2-on-ubuntu-14-04

wget https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.tar.gz
wget https://cmake.org/files/v3.7/cmake-3.7.0-Linux-x86_64.sh

wget https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz
tar -xvf cmake-3.7.2.tar.gz
cd cmake-3.7.2/
./configure
make
sudo make install
exit
cmake --version

git clone git://git.linphone.org/linphone-android.git --recursive

http://ubuntuhandbook.org/index.php/2015/01/install-openjdk-8-ubuntu-14-04-12-04-lts/

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk
sudo update-alternatives --config java
select [2] java8

http://askubuntu.com/questions/710426/android-sdk-on-ubuntu-32bit
http://nongnu.13855.n7.nabble.com/Linphone-Compile-error-for-android-td172317.html
http://www.qisanfen.com/?p=493

-- Could NOT find Git: Found unsuitable version "1.7.9.5", but required is at least "1.7.10" (found /usr/bin/git)
http://askubuntu.com/questions/571549/git-1-7-9-5-upgrade-to-current-release-of-git-2-x-on-ubuntu-12-04


sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
git --version
 
sudo apt-get install android-tools-adb
 
 
   Could NOT find PolarSSL (missing: POLARSSL_INCLUDE_DIRS
  HAVE_POLARSSL_SSL_H)
http://nongnu.13855.n7.nabble.com/bctoolbox-compiling-errors-td214891.html

sudo apt-get install libpolarssl-dev