linphone-ios/build/openembedded
2015-06-16 14:39:57 +02:00
..
antlr3 Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
belle-sip Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
conf reorganized the openembedded repo and imported the oe-lite rules from Linphone buildbots 2013-12-11 15:38:28 +01:00
files/igep0020 Add openembedded build 2012-03-26 12:56:06 +02:00
libgsm restore gsm dependency 2012-08-22 14:42:23 +02:00
linphone Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
msamr reorganized the openembedded repo and imported the oe-lite rules from Linphone buildbots 2013-12-11 15:38:28 +01:00
msilbc reorganized the openembedded repo and imported the oe-lite rules from Linphone buildbots 2013-12-11 15:38:28 +01:00
msimx6vpu-h264 Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
msv4l2-display Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
mswebrtc Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
msx264 reorganized the openembedded repo and imported the oe-lite rules from Linphone buildbots 2013-12-11 15:38:28 +01:00
polarssl Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
libilbc-rfc3951_git.bb Specify git revisions to force rebuild by bitbake on update. 2012-10-02 10:40:05 +02:00
linphone-plugins.bb Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
opencore-amr_0.1.3.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
README Add some documentation. 2012-08-31 10:21:34 +02:00
spandsp_0.0.6-pre18.bb Merged bb recipes from elvox branch 2015-06-16 14:39:57 +02:00
vo-amrwbenc_0.1.2.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
x264_git.bb Add msx264 bitbake recipe. 2013-05-22 17:05:32 +02:00

Recipes for open embedded: http://www.openembedded.org

Documentations:
http://docs.openembedded.org/usermanual/
http://bitbake.berlios.de/manual/



Instructions for compilation from sources: (requires 10 Go of free space)
- Choose a distribution and build it.
  For example, to build Angstrom follow the guide at http://www.angstrom-distribution.org/building-angstrom
  For IGEPv2 use environment variable MACHINE=igep0020
  It is possible to use MACHINE=qemuarm to build an image that can be run on a computer with qemu.

- Add linphone recipes to the pool with an higher priority:
  Edit conf/bblayers.conf to set EXTRALAYERS to point to the source repository of linphone. Search the EXTRALAYERS definition in conf/bblayers.conf
  and modify it like this:

     # Add your overlay location to EXTRALAYERS
     # Make sure to have a conf/layers.conf in there
     EXTRALAYERS ?= "/home/smorlat/sources/git/linphone-daemon/build/openembedded"

  This additional layer gives access to the various linphone recipes but also to a recipe to build an entire image containing linphone.
  To build this image based on the generic console image you will need to use:
  bitbake console-linphone-image


- Prepare compilation
  Source appropriate environment with "~/.oe/enviro*"  
  Change directory to where you launched Angstrom install script.

- Compile linphone
  bitbake -c clean linphone
  bitbake linphone

- If you want additional codecs (e.g. iLBC or AMR) compile linphone-plugins
  bitbake -c clean linphone-plugins
  bitbake linphone-plugins

- Find the generated packages "*.ipk"
  Example: /Data/work/angstrom/angstrom-setup-scripts/build/tmp-angstrom_2008_1/deploy/glibc/ipk/armv7a/



 
Installation
- check network connectivity
	* ping linphone.org
	* see "route -n"
	* see "/etc/resolv.conf"
- update package list
	* opkg update
- copy ipk files to install to /tmp
- eventually remove previously installed packages
- install with "opkg install libortp*.ipk libmediastreamer*.ipk liblinphone*.ipk linphonec*.ipk"