Skip to content

aks-arise1600/meta-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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
    

Releases

No releases published

Packages

No packages published