Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

meta-example

Yocto recipe example

Steps to add and bitbake

  1. Adding layer in conf/bblayers.conf

BBLAYERS ?= "
${TOPDIR}/../poky/meta
${TOPDIR}/../poky/meta-poky
${TOPDIR}/../poky/meta-yocto-bsp
${TOPDIR}/../meta-example
"

  1. bitbake

     bitbake core-image-minimal
     or
     bitbake HelloWorld
    

About

Yocto recipe example

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages