Refer to the official documents:
Http://docs.openembedded.org/usermanual/usermanual.html
#! /Bin/sh
# Autuor: linzheming
# Ref: http://www.openembedded.org/wiki/Getting_started
# Date: 2011/12/14
# Install required packages
Aptitude install sed wget CVS subversion Git-core \
Coreutils unzip texi2html texinfo docbook-utils \
Gawk python-pysqlite2 diffstat help2man make GCC build-essential g ++ \
Desktop-file-utils chrpath
Apt-Get install libxml2-utils xmlto Python-psyco APR
# Create nessary dirs
Mkdir-p $ oebase/build/Conf
CD $ oebase
# Getting bitbake
Apt-Get install bitbake
# Obtaining openembedded using git
Git clone http://github.com/openembedded/openembedded.git
# Updating openembedded
# Cd openembedded & git pull-rebase
# Create local configuration
CP openembedded/CONF/local. conf. sample build/CONF/local. conf
Todo: http://labs.qt.nokia.com/2009/09/10/cross-compiling-qtx11/
Http://www.openembedded.org/wiki/Getting_started