Build Linux Image
| 
Steps for building Linux Image can be found on this site Step 1
get the setup scripts:Go to the the setup-scripts repository and clone it. 
git clone git://github.com/Angstrom-distribution/setup-scripts.git Step 2
Change the proxy settings oebb.sh file. 
Start building: 
MACHINE=beagleboard ./oebb.sh config beagleboard 
MACHINE=beagleboard ./oebb.sh update 
MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel 
#Build Root FileSystem 
MACHINE=beagleboard ./oebb.sh bitbake console-image 
MACHINE=beagleboard ./oebb.sh bitbake systemd-gnome-image 
They built images will be stored in the Deploy folder. | 
 
No comments:
Post a Comment