Difference between revisions of "SamyGO OpenEmbedded"
Line 11: | Line 11: | ||
− | 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) | + | 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) |
Host systems need some preparations: | Host systems need some preparations: | ||
− | '''Ubuntu/Debian''' | + | '''Ubuntu/Debian:''' |
sudo apt-get install build-essential coreutils wget g++ subversion cvs git-core texi2html texinfo \ | sudo apt-get install build-essential coreutils wget g++ subversion cvs git-core texi2html texinfo \ |
Revision as of 08:14, 23 May 2010
You can easily setup cross compile toolchain or/and create rootfs package for external boot.
Note: This instruction refer to SVN SamyGO trunk repository which supports only TV with firmwares listed below!
US: T-CHE6AUSC, T-CHEAUSC, T-CHE7AUSC
AU: T-CHL5DAUC, T-CHL7DAUC, T-CHU7DAUC
EU: T-CHL5DEUC, 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)
Host systems need some preparations:
Ubuntu/Debian:
sudo apt-get install build-essential coreutils wget g++ subversion cvs git-core texi2html texinfo \ patch make help2man diffstat bzip2 sed gawk chrpath desktop-file-utils
Ubuntu only:
You need to reconfigure 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:
fink install gawk desktop-file-utils
Pull trunk svn repository from:
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 .
Now you are in build-samygo directory.
If you like build only a toolchain use this command:
bitbake task-samsung-toolchain
If you like build rootfs image for tv with firmware T-CHL7DEUC use this command:
bitbake externalboot-T-CHL7DEUC
After building all tools, results are at build-samygo/tmp/deploy/images directory.