Changes between Version 25 and Version 26 of CSPFL_OpenEmbedded
- Timestamp:
- 09/05/09 17:24:25 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_OpenEmbedded
v25 v26 124 124 Currently 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. 125 125 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. 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 its git repository: 127 128 {{{ 129 #!sh 130 git clone git://code.oregonstate.edu/oswald-gentoo-overlay 131 }}} 127 132 128 133 == 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. 134 Next you should clone the OSWALD repositories for OE and the OE overlay: 135 136 {{{ 137 #!sh 138 git clone git://code.oregonstate.edu/oswald-oe 139 git clone git://code.oregonstate.edu/oswald-oe-overlay 140 }}} 130 141 131 142 == Edit the local.conf file ==
