On Mon, Apr 26, 2010 at 1:05 PM, Abhishek Sharma <[email protected] > 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.. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
