This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x with Yocto Build System

Hi,

I am working with BeagleBone Black with Yocto build system and i have created my own layer name as meta-Opensystem in yocto. For the creation of the images for the board, i have the command like :

user@host:~/yocto/poky/build$ bitbake core-image-base
 
and it creates MLO-beaglebone, u-boot-beaglebone.img, uImage, core-image-base-begalebone.tar.bz2 in the yocto/poky/build/tmp/deploy/images/beaglebone
but for the custmize image creation for my layer, i have command like :
 
user@host:~/yocto/poky/build$ bitbake Opensystem-image
 
but by this command, the uImage is not available in the root file system i.e in boot folder of the Opensystem-image-begalebone.tar.bz2.
So, please suggest the steps to link the uImage in root file system in my cusmize image.
Thanks in advanced.