Skip to content

Instantly share code, notes, and snippets.

@vishwassharma
Last active December 19, 2015 09:48
Show Gist options
  • Select an option

  • Save vishwassharma/5935356 to your computer and use it in GitHub Desktop.

Select an option

Save vishwassharma/5935356 to your computer and use it in GitHub Desktop.

Revisions

  1. vishwassharma revised this gist Jul 5, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions requirements.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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
  2. vishwassharma created this gist Jul 5, 2013.
    7 changes: 7 additions & 0 deletions get_yocto.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    #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