Difference between revisions of "SamyGO OpenEmbedded"


From SamyGO
Jump to: navigation, search
Line 8: Line 8:
 
'''US: T-CHE6AUSC(not supported currently!), T-CHEAUSC, T-CHE7AUSC'''
 
'''US: T-CHE6AUSC(not supported currently!), T-CHEAUSC, T-CHE7AUSC'''
  
'''AU: T-CHL5DAUC, T-CHL7DAUC, T-CHU7DAUC'''
+
'''AU: T-CHL5DAUC(not supported currently!), T-CHL7DAUC, T-CHU7DAUC'''
  
'''EU: T-CHL5DEUC, T-CHL7DEUC, T-CHU7DEUC'''
+
'''EU: T-CHL5DEUC(not supported currently!), T-CHL7DEUC, T-CHU7DEUC'''
  
  

Revision as of 11:55, 29 August 2010

This is SamyGO port of OpenEmbedded.

You can easily setup cross compile toolchain or/and create rootfs image for external boot.


Note: This instruction refer to SVN SamyGO trunk repository which supports only TV with firmwares listed below!

US: T-CHE6AUSC(not supported currently!), T-CHEAUSC, T-CHE7AUSC

AU: T-CHL5DAUC(not supported currently!), T-CHL7DAUC, T-CHU7DAUC

EU: T-CHL5DEUC(not supported currently!), T-CHL7DEUC, T-CHU7DEUC


Supported host systems are: Linux Debian 5.0 and Ubuntu 10.4 (both 32/64 bits versions), Mac OS X 10.5.6 (using Fink 32 bits)

Host systems need some preparations:

Ubuntu/Debian:

sudo apt-get install build-essential coreutils subversion cvs git-core texi2html texinfo \
patch help2man intltool diffstat bzip2 wget sed gawk chrpath desktop-file-utils libssl-dev

Ubuntu only:

You need to reconfigure /bin/sh to use bash using below command and select "No" when it asks you to install dash as /bin/sh.

sudo dpkg-reconfigure dash

Mac OS X:

Install Xcode from install DVD.

Install Fink using instruction http://www.finkproject.org/download/srcdist.php?phpLang=en .

Install needed packages:

fink install gawk sed wget getoptbin help2man texinfo desktop-file-utils





Pull SamyGO OpenEmbedded from trunk svn repository:

svn co http://samygo.svn.sourceforge.net/svnroot/samygo samygo

after pull, you can enter samygo directory:

cd samygo/oe/trunk

then do:

. setup.sh

Script setup will generate two files: build-samygo/conf/local.conf and build-samygo/env.source .

If you like build rootfs image use this command:

bitbake externalboot-base

After building all tools, results are at build-samygo/tmp/deploy/images directory.