[oe] Regarding customized image with Qt embedded support.

Abhishek Sharma spyzer.abhishek0 at gmail.com
Mon Apr 26 08:00:23 UTC 2010


On Mon, Apr 26, 2010 at 1:05 PM, Abhishek Sharma <spyzer.abhishek0 at gmail.com
> wrote:

> Hello all,
>
> I am building an image for mini2440 which should support Qt embedded
> applications. I even made a test recipe of a simple Qt embedded app(namely
> "qtehelloworld") and then I wrote the image(namely qtehelloworld-image) as
> such:
>
> IMAGE_INSTALL = "qtehelloworld"
> IMAGE_BASENAME = "qtehelloworld"
> IMAGE_LINGUAS = ""
> IMAGE_LOGIN_MANAGER = ""
> IMAGE_INIT_MANAGER = ""
> IMAGE_INITSCRIPTS = ""
> IMAGE_DEV_MANAGER = ""
> RDEPENDS = "qte"
> DEPENDS = "task-base"
> require base-image.bb
> inherit image
>
> here qtehelloworld as I mentioned earlier is a simple/sample qte app.
> Before deploying to mini2440 I am testing the image for qemu by setting the
> conf to MACHINE="qemuarm". But when I run the image, I am unable to find the
> "qtehelloworld" app inside the image(to run the app). Kindly tell me, why is
> such a thing happening.
>
> Thank You.
>
> --
> Abhishek Sharma
>
>
Also even if I cannot "make" the qte application to be directly into the
image, then i could atleast do this, that I can create a minimalistic kind
of image(base-image) which has qte libraries but i don't know as to how
should i do it. Kindly help..



More information about the Openembedded-devel mailing list