[yocto] How to integrate QT Embedded toolchain in the final SDK.sh image

2013-11-25 Thread Andy Ng
Hi I try to produce some SDK that the environment has QT embedded support plus Boost. As far as I know the command to produce sdk is bitbake foo-image -c populate_sdk Despite the fact that the foo-image builds the QT, Boost, and the application, the -c populate_sdk command does not put QT

Re: [yocto] How to integrate QT Embedded toolchain in the final SDK.sh image

2013-11-25 Thread Andy Ng
Using Dylan 9.0.1 On Mon, Nov 25, 2013 at 1:29 PM, Andy Ng andreas2...@gmail.com wrote: Hi I try to produce some SDK that the environment has QT embedded support plus Boost. As far as I know the command to produce sdk is bitbake foo-image -c populate_sdk Despite the fact that the

Re: [yocto] How to integrate QT Embedded toolchain in the final SDK.sh image

2013-11-25 Thread Maxim Radugin
Hello Andy, You can create, for example, sdk-image.bb recipe with something like (tested with Danny): -- LICENSE = MIT LIC_FILES_CHKSUM = file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 PR = r1