Changes between Version 17 and Version 18 of OSSIEBeagleboard_BitBake
- Timestamp:
- 06/16/11 11:27:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSSIEBeagleboard_BitBake
v17 v18 32 32 }}} 33 33 34 Now, get the lastest !BitBake (1.12. 1as of this writing, to find the latest version visit http://download.berlios.de/bitbake/), and unpack it:34 Now, get the lastest !BitBake (1.12.0 as of this writing, to find the latest version visit http://download.berlios.de/bitbake/), and unpack it: 35 35 {{{ 36 wget http://download.berlios.de/bitbake/bitbake-1.12. 1.tar.gz # Download the BitBake package37 tar zxvf bitbake-1.12. 1.tar.gz # Extract it38 mv bitbake{-1.12. 1,} # Rename the directory to bitbake36 wget http://download.berlios.de/bitbake/bitbake-1.12.0.tar.gz # Download the BitBake package 37 tar zxvf bitbake-1.12.0.tar.gz # Extract it 38 mv bitbake{-1.12.0,} # Rename the directory to bitbake 39 39 }}} 40 40