Hi,

I have a custom qt5 image recipe based upon arago distro.

In order to create an sdk based upon my image, I added following in
my-image.bb file
inherit populate_sdk populate_sdk_qt5

So now I can generate custom Qt5 sdk via bitbake my-image -c populate_sdk

However, I see a downside in this approach that it increases the build time
for my image.
Toolchain creation is usually one time task while customizing rootfs image
will be an on-going thing.

I wanted to know what is the best practice here ?
Ideal would be to have a separate recipe like meta-toolchain-my-image-sdk.bb
which creates a sdk based upon my image.

I don't want to use meta-toolchain-arago-tisdk as it creates a toolchain
with everything which might not be available in my custom image. This
allows to develop and cross-compile an application which might fail to run
on target (e.g application can be compiled using boost library but my
custom image lacks boost)

So basically I want to create trimmed version of meta-toolchain-arago-tisdk
based upon my custom image installs but not sure how.

thanks
Ankur
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to