linphone-ios/build/openembedded
2012-08-22 14:42:23 +02:00
..
conf restore gsm dependency 2012-08-22 14:42:23 +02: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
libexosip2_3.6.0.bb update osip/exosip bb files 2012-08-16 17:31:46 +02:00
libosip2_3.6.0.bb update osip/exosip bb files 2012-08-16 17:31:46 +02:00
linphone-common.inc restore gsm dependency 2012-08-22 14:42:23 +02:00
linphone-common_git.inc update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
linphone-common_local.inc Fix local openembedded recipe 2012-04-17 11:48:54 +02:00
linphone_+git-nogtk-gsm-video-x11.bb Update osip/exosip 3.6.0 recipe add x11 recipe 2012-05-22 22:44:49 +02:00
linphone_+git-nogtk-gsm-video.bb Add video recipe for openembedded build 2012-05-21 14:09:46 +02:00
linphone_+git-nogtk-gsm.bb restore gsm dependency 2012-08-22 14:42:23 +02:00
linphone_+git-nogtk.bb Add openembedded build 2012-03-26 12:56:06 +02:00
linphone_+local-nogtk-gsm-video-x11.bb Update osip/exosip 3.6.0 recipe add x11 recipe 2012-05-22 22:44:49 +02:00
linphone_+local-nogtk-gsm-video.bb Add video recipe for openembedded build 2012-05-21 14:09:46 +02:00
linphone_+local-nogtk-gsm.bb Add gsm override for openembedded 2012-05-11 12:16:12 +02:00
linphone_+local-nogtk.bb Add local bitbake recipe 2012-04-17 11:22:52 +02:00
msamr-common.inc Add AMR openembedded recipes 2012-05-23 09:52:21 +02:00
msamr_git+wb.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
msamr_git.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +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 update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
spandsp_0.0.6-pre18.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
speex_git.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +02:00
vo-amrwbenc_0.1.2.bb update .bb files to work with latest bitbake 2012-08-17 16:45:16 +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

- Add linphone recipes to the pool with an higher priority:
  Edit conf/bblayers.conf to set EXTRA_LAYERS 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"


- 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


- 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"