Angstrom-distribution / setup-scripts

Helper scripts for setting an Angstrom development environment
http://www.angstrom-distribution.org/building-angstrom
MIT License
84 stars 108 forks source link

README instructions for bitbake are outdated #7

Open JKSH opened 11 years ago

JKSH commented 11 years ago

The README still says

To start a build of the kernel, do:

    $ MACHINE=beagleboard ./oebb.sh bitbake virtual/kernel

...but the setup recommends calling bitbake directly after setting up the environment via

. ~/.oe/environment-angstromv2012.05
19mrz82 commented 11 years ago

Hi JKSH, I want to prepare my host computer for cross-compilation on beagleboard-xm with Angstrom . I followed the guide at site below http://www.angstrom-distribution.org/building-angstrom with the link updated as ~/Git$ git clone git://github.com/Angstrom-distribution/setup-scripts.git I followed the steps but then I am not the directory "angstrom-setup-scripts/build/tmp-angstrom_2008_1/deploy/glibc/images/beagleboard" is created after running the command ~/Git/angstrom-setup-scripts$ bitbake base-image console-image After the command bitbake does not create the directory and then have a problem then to select the kernel from this folder. Can you advise me what steps follow?

Thanks

Maurizio

lcrocker commented 10 years ago

Also, readme says:

For an example workflow for dealing with kernels please read http://www.slimlogic.co.uk/2011/05
/openembeddedangstrom-kernel-workflow/

...and this document no longer exists.