On 4/27/10, Koen Kooi <k.k...@student.utwente.nl> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 26-04-10 20:41, Abhishek Sharma wrote: > >> Thanks for the previous response. I did as suggested, but now the image >> built gives this sort of an error. >> kernel panic - not syncing: No init found. Try passing init= option to >> kernel > >> I don't have a clue as to why this is happening, do i need to set >> something >> in my image-recipe or the app-recipe??? > > Ehm, you specified that it shouldn't contain an init with: > > IMAGE_INIT_MANAGER = "" > IMAGE_INITSCRIPTS = "" > > Why did you put those vars in if you to want /sbin/init to be there?!?!? > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFL1fexMkyGM64RGpERAsfhAJ4kyXGOYi26QA5ZHS3YwFrFiwYsyQCfVpvU > 8/R9tQh7NSUZKFe++FKN+r4= > =7uwL > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel>
It was silly of me to put INIT_SCRIPTS = "" without actually knowing about them. Now I have changed the image file and it looks like: require base-image.bb IMAGE_INSTALL = "qtehelloworld" IMAGE_BASENAME = "qtehelloworld" RDEPENDS = "qte" inherit image Yet when I buils the image the same init error occurs. I am confused as to why is that happening?? Since I have used [required base-image.bb] so init parameters must be set automatically or do i need to set them manually?? -- Abhishek Sharma _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel