On Fri, Feb 15, 2013 at 12:52 AM, He Zheng <[email protected]> wrote: > Hi folks, > > I'm trying to build a Yocto project for imx6qsabrelite. > > The followings are what I did today. > 1. Made a folder for Yocto and downloaded poky, meta-openembedded, > meta-fsl-arm. > > zhengh@sdchargers:~/yocto$ ls > downloads meta-fsl-arm meta-openembedded poky > > 2.Set machine value in build/conf/local.conf. > MACHINE ?= "imx6qsabrelite" > > 3. Set bblayers value in build/conf/bblayers.conf. > > BBLAYERS ?= " \ > /home/zhengh/yocto/poky/meta \ > /home/zhengh/yocto/poky/meta-yocto \ > /home/zhengh/yocto/meta-openembedded/meta-oe \ > /home/zhengh/yocto/meta-fsl-arm \ > " > > 4. Build the image. > bitbake -v core-image-minimal > > At the end, I got an image which doesn't have a graphic driver :(
The smaller image, ready for use, with Xorg is core-image-x11; you can use fsl-image-gui for a more complete testing image. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
