Changes between Version 25 and Version 26 of CSPFL_OpenEmbedded

Show
Ignore:
Author:
hardert (IP: 24.20.133.71)
Timestamp:
09/05/09 17:24:25 (3 months ago)
Comment:

Use code blocks for git commands for easy copy/pasting

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_OpenEmbedded

    v25 v26  
    124124Currently no versions of bitbake in the portage tree are marked stable so bitbake must be keyworded if you run a stable system. You should definitely run the latest version of bitbake, currently 1.8.12. 
    125125 
    126 If you want to use a bleeding edge version of bitbake straight from OE's git repo, you can use the ebuild in our Gentoo overlay that can be cloned from git://code.oregonstate.edu/oswald-gentoo-overlay. 
     126If you want to use a bleeding edge version of bitbake straight from OE's git repo, you can use the ebuild in our Gentoo overlay that can be cloned from its git repository: 
     127 
     128{{{ 
     129#!sh 
     130git clone git://code.oregonstate.edu/oswald-gentoo-overlay 
     131}}} 
    127132 
    128133== Clone the repositories == 
    129 Next you should clone the OSWALD repositories for OE and the OE overlay from git://code.oregonstate.edu/oswald-oe and git://code.oregonstate.edu/oswald-oe-overlay, respectively. 
     134Next you should clone the OSWALD repositories for OE and the OE overlay: 
     135 
     136{{{ 
     137#!sh 
     138git clone git://code.oregonstate.edu/oswald-oe 
     139git clone git://code.oregonstate.edu/oswald-oe-overlay 
     140}}} 
    130141 
    131142== Edit the local.conf file ==