build - Choose kernel version in OpenEmbedded -


i want build angstrom kernel on ubuntu 13.04 host machine using openembedded.

git clone git://github.com/angstrom-distribution/setup-scripts.git cd setup-scripts machine=beagleboard./oebb.sh config beagleboard machine=beagleboard./oebb.sh update machine=beagleboard./oebb.sh bitbake virtual/kernel 

the reason of building kernel able cross-compile kernel driver on host machine, targeting on angstrom distribution (beagleboard). beagleboard runs prebuilt image of 2.6.32.

as know, cross-compile must target not angstrom distribution, same kernel version beagleboard runs. how oe choose "preferred" version? there way can choose kernel version bitbake build?

depending on preferred_provider_virtual/kernel choose, can specify version example:

preferred_provider_virtual/kernel ?= "linux-yocto" preferred_version_linux-yocto ?= "3.10%"

remember '%' means numbers following 3.10 doesn't matter.

another example

preferred_provider_virtual/kernel ?= "linux-imx" preferred_version_linux-imx ?= "3.10.2"

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -