PDA

View Full Version : Makefile OpenBlackHole



Larry-G
09-01-11, 16:53
Howto compile images with OpenBlackHole OE ?

First of all you have to know howto compile images, this project is for image developers and not an howto for newbies. If you know howto compile e2 images the istructions are really simply:

- create a directory on your linux box
- put in the directory the makefile you find here in attach (unzip before)
- edit makefile to choose machine (ie: MACHINE ?= et9000)
- type the command:
Code:

make -f Makefile-openblackhole-1.6 image

- Once the image is created you can use the command form the build directory:
Code:

source ./env.source
bitbake -k openblackhole-image

to rebuild the image

thanks to juli13 for the upload