[yocto] bitbake -c populate_sdk -v poky-image

Paul Eggleton paul.eggleton at linux.intel.com
Fri Jul 26 08:49:37 PDT 2013


Hi Navani,

On Monday 22 July 2013 16:33:48 Navani Srivastava wrote:
> I want to build meta-toolchain-qte.bb as sdk while running
> 
> "bitbake -c populate_sdk -v core-image-minimal" ..
> 
> Please suggest what changes need to be done to provide this feature?

At the moment you'll have to add something like the following to your image, 
after the "inherit image" or "inherit core-image" line:

TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-qte-toolchain-host"

You'll also need to append to the toolchain environment setup script. See what 
meta/recipes-qt/meta/meta-toolchain-qt.inc does and you should be able to do 
the same in your image recipe.

(I'd like to make this easier at some point in future, so that this extra stuff 
isn't needed.)

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the yocto mailing list