[yocto] Include all the native sdk packages built into sdk install script (populate_sdk)

Anooj Gopi anoojgopi at gmail.com
Thu Jul 17 00:51:34 PDT 2014


Dear Dennis,

Thank you very much. I have tried "TOOLCHAIN_HOST_TASK" which works. But
for some packages I could not find the bb file yet.
eg. nativesdk-libqt5core-dev-5.2.1-r1.i686_nativesdk.rpm generated by
https://github.com/meta-qt5/meta-qt5/. Do you have any clue on how to find
this out?

Regarding the IMAGE_FEATURE following one would not be helpful right?
*tools-sdk:* Installs a full SDK that runs on the device.

To generate the SDK I was always looking the install script generated by
"bitbake <image> -c populate_sdk", and I never tried ADT installer. Would
you thing the ADT installer will solve the missing package issues?

Best Regards,
Anooj Gopi


On Wed, Jul 16, 2014 at 2:59 PM, Meier, Dennis <meier.dennis at siemens.com>
wrote:

>  Dear Anooj
>
>
>
> What goes into the native sysroot is determined by the TOOLCHAIN_HOST_TASK
> variable I believe. So setting TOOLCHAIN_HOST_TASK +=
> “nativesdk-libqt5core-dev” or something alike should be what you are
> looking for. I don’t know if there is a simple solution to include *
> *every** nativesdk-* package in the SDK, I think you need to add them
> manually or write your own IMAGE_FEATURE.
>
>
>
> Regards,
>
> Dennis
>
>
>
> *From:* yocto-bounces at yoctoproject.org [mailto:
> yocto-bounces at yoctoproject.org] *On Behalf Of *Anooj Gopi
> *Sent:* Mittwoch, 16. Juli 2014 12:28
> *To:* yocto at yoctoproject.org
> *Subject:* [yocto] Include all the native sdk packages built into sdk
> install script (populate_sdk)
>
>
>
> Hello,
>
> Which is the best way to include all the native sdk packages built during
> the command
>
> bitbake <image> -c populate_sdk
>
> into the SDK sysroots generated in the SDKMACHINE (generated by sdk
> installation script).
>
> For eg. I can see
> "build/tmp/deploy/rpm/i686_nativesdk/nativesdk-libqt5core-dev-5.2.1-r1.i686_nativesdk.rpm"
> package generated in the build machine. But it is not available by default
> in the sysroot generated by "build/tmp/deploy/sdk/
> oecore-i686-cortexa15hf-vfp-neon-toolchain-oe-core.0.sh".
>
>
>
> Best Regards,
> Anooj Gopi
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140717/3f85e47c/attachment.html>


More information about the yocto mailing list