Skip to content

Instantly share code, notes, and snippets.

@vishwassharma
Last active December 19, 2015 09:48
Show Gist options
  • Save vishwassharma/5935356 to your computer and use it in GitHub Desktop.
Save vishwassharma/5935356 to your computer and use it in GitHub Desktop.
Getting started with Yocto ...
#I like to work in home bin directory
cd $HOME/bin
#Get the source code
wget http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/poky-dylan-9.0.0.tar.bz2
#Extract the files into the corresponding directory
tar xvf poky-dylan-9.0.0.tar.bz2
cd poky-dylan-9.0.0
sudo apt-get install gawk wget git-core diffstat unzip texinfo build-essential chrpath libsdl1.2-dev xterm autoconf automake libtool libglib2.0-dev make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment