<div dir="ltr">Hi I'm having some trouble generating a Qt(4) SDK that I can use on a host system. We generate our own image edna-image-minimal:<div><br><div><div>PR="2"</div><div>####################################################################</div>
<div># Copied from meta/recipes-core/images/<a href="http://core-image-minibal.bb">core-image-minibal.bb</a></div><div>####################################################################</div><div>DESCRIPTION = "A small image just capable of allowing a device to boot."</div>
<div><br></div><div>IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"</div><div><br></div><div>IMAGE_LINGUAS = " "</div><div><br></div><div>LICENSE = "MIT"</div>
<div><br></div><div>inherit core-image</div><div><br></div><div># remove not needed ipkg informations</div><div>ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "</div><div>####################################################################</div>
<div># Copied from meta/recipes-graphics/images/<a href="http://core-image-x11.bb">core-image-x11.bb</a></div><div>####################################################################</div><div>IMAGE_FEATURES += "splash package-management x11-base xserver-xf86-config"</div>
<div>####################################################################</div><div># IMAGE_INSTALL += "qtbase qtbase-tools qtbase-plugins" </div><div># qtbase-tools qtbase-plugins"</div><div><br></div><div>
IMAGE_FEATURES += "qt4-pkgs"<br></div><div>IMAGE_INSTALL += "mini-x-session"</div><div>TOOLCHAIN_HOST_TASK += "nativesdk-qemu"<br>----------------------------------------------------------------------</div>
</div><div>Now when I try to generate a SDK with the following command: MACHINE="qemuarm" bitbake edna-image-minimal -c populate_sdk</div><div>The SDK script gets generated, I execute it and it extracts itself.</div>
<div><br></div><div>Now I'd like to know where I can find the native tools to cross compile my application, I have no qmake or cross-gcc.</div><div><br></div><div>Another issue is about the eclipse adt plugin, I installed the plugin configured the sysroot path and the cross compiler path (it uses scripts from /opt/poky/1.4.1) and then in the Qemu part I picked the kernel generated in the build/tmp/deploy/images, but then it complains about a pseudo and asks about qemu-extract-sdk. So to cut the story short I'm stuck at generating a decent cross sdk.</div>
<div>(I used the official <span style="color:rgb(0,0,255);font-family:'Times New Roman'"><a href="http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#configuring-the-eclipse-ide-juno">http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#configuring-the-eclipse-ide-juno</a> </span><span style="font-family:'Times New Roman'"><font color="#000000">guide).</font></span></div>
<div><br></div><div>How do I proceed, or are there other ways I can do to get a decent SDK working?</div><div><br></div><div><br></div></div></div>