Difference between revisions of "Talk:Build Environment Ubuntu 9.04"
From Gumstix User Wiki
m |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"? | Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"? | ||
− | : | + | :why my page for 8.10 was deleted? is it the same for 9.04? |
+ | |||
+ | '''Modify Step 3?''' | ||
+ | |||
+ | from: sudo usermod -a -G oe ''YOUR_CURRENT_USERNAME'' | ||
+ | |||
+ | to: sudo usermod -a -G oe ''$USER'' | ||
+ | |||
+ | '''Bitbake Step''' | ||
+ | |||
+ | How about a step for getting bitbake? | ||
+ | Option 1) sudo apt-get bitbake | ||
+ | Option 2) pull bitbake from repository | ||
+ | Option 3) See [[Bitbake_on_Ubuntu|Bitbake On Ubuntu]] for directions on how to setup Bitbake. |
Latest revision as of 09:31, 8 October 2009
Since this is the page for building things in Ubuntu 9.04, shouldn't step 1) be "Get Ubuntu linux 9.04" instead of "Get Ubuntu linux 8.10"?
- why my page for 8.10 was deleted? is it the same for 9.04?
Modify Step 3?
from: sudo usermod -a -G oe YOUR_CURRENT_USERNAME
to: sudo usermod -a -G oe $USER
Bitbake Step
How about a step for getting bitbake? Option 1) sudo apt-get bitbake Option 2) pull bitbake from repository Option 3) See Bitbake On Ubuntu for directions on how to setup Bitbake.