Advertisement
Guest User

meta-myerver

a guest
Mar 30th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #We have a conf and classes directory, add to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3.  
  4. # We have recipes-* directories, add to BBFILES
  5. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
  6. ${LAYERDIR}/recipes-*/*/*.bbappend"
  7.  
  8. BBFILE_COLLECTIONS += "myserver"
  9. BBFILE_PATTERN_myserver = "^${LAYERDIR}/"
  10. BBFILE_PRIORITY_myserver = "5"
  11. LAYERVERSION_myserver = "3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement