Re: [yocto] boost qt-mobility-x11 added to core-image-sato

2013-04-04 Thread Ross Burton
Please remember to ensure the list is included in your replies, i.e. reply to 
all not reply to sender. 

On Wednesday, 3 April 2013 at 23:47, Edward Vidal wrote: 
 Hello,
 I first want to thank Ross and Paul for pointing me in the direction of 
 dev-manual. I was looking in the ref-manual this explains several things. 
 This is what I created.
 core-image-sato-sdk-ex.bb (http://core-image-sato-sdk-ex.bb)
 require core-image-sato.bb (http://core-image-sato.bb)
 
 DESCRIPTION = Image with Sato support that includes everything within \
 core-image-sato plus meta-toolchain, development headers and libraries to \
 form a standalone SDK.
 
 IMAGE_FEATURES += dev-pkgs tools-sdk qt4-pkgs \
 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks 
 ssh-server-openssh 
 
 IMAGE_INSTALL += kernel-dev boost qt-mobility-x11
 Currently running MACHINE=beaglebone bitbake core-image-sato-sdk-ex -vDD.
 It appears that boost and qt-mobility will be added.
 
 If you want this in the meta-toolchain-sdk then you must create a custom 
 image for this as well correct?
 Once again thanks

Using bitbake core-image-sato-sdk-ex -c populate_sdk should generate a 
standalone SDK based on your image, if I've understood correctly.

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] boost qt-mobility-x11 added to core-image-sato

2013-04-03 Thread Burton, Ross
Hi,

On 3 April 2013 15:01, Edward Vidal vidal.devel...@gmail.com wrote:
 What is the correct procedure to add bitbake results to the target?

http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage-localconf

Generally you can specify the key packages and the dependencies will
pull in the rest.  In this case boost is a meta-package that has no
contents but simply depends on the library packages, so you can just
add boost if that's what you really want to do.

Ross
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto