Changes between Version 3 and Version 4 of OSSIEBeagleboard_BitBake
- Timestamp:
- 11/09/10 16:01:57 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSSIEBeagleboard_BitBake
v3 v4 1 '''This page is not yet completed'''1 '''This guide is not yet complete.''' 2 2 3 3 ---- … … 18 18 }}} 19 19 20 Now, get !BitBake, and unpack it:20 Now, get the lastest !BitBake (1.10.1 as of this writing, to find the latest version visit http://download.berlios.de/bitbake/), and unpack it: 21 21 {{{ 22 $ wget http://download.berlios.de/bitbake/bitbake-1. 8.18.tar.gz # Download the BitBake package23 $ tar zxvf bitbake-1. 8.18.tar.gz # Extract it24 $ mv bitbake{-1. 8.18,} # Rename the directory to bitbake22 $ wget http://download.berlios.de/bitbake/bitbake-1.10.1.tar.gz # Download the BitBake package 23 $ tar zxvf bitbake-1.10.1.tar.gz # Extract it 24 $ mv bitbake{-1.10.1,} # Rename the directory to bitbake 25 25 }}} 26 26