Next Previous Contents

7. Howto to modify to your needs

This chapter describes, how to modify the OE repository to your own needs. It gives some examples, which should be able to show the user the way it works.

7.1 Howto add a new HW Target

This chapter describes the steps I did to get a new HW-Target platform for a pxa based device called "ori" without a touchscreen and without a mouse.

I decided to use a pxa based zaurus as a bases.

Basic configuration

All OE lived starts with bitbake.conf followed by the distro and machine configuration. To make live easy, I decided to let openzaurus distro as is for the first shot. For the target machine config I used c7x0 as the basis. Follow the hints listed to get a machine description for your new target.

7.2 Howto build with gcc-2.95.3

This chapter describes how to build stuff using the 2.95.3 "sharp" compiler and NOT the gcc-3.x.y compiler. This allows to user to create e.g. sharprom compatible applications without build the whole stuff.

Though this is not future proof, it may help in some situations.

Now you may start to build.


Next Previous Contents