Advertisement
Guest User

Untitled

a guest
Jan 18th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 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 += "meta-sentinel"
  9. BBFILE_PATTERN_meta-sentinel = "^${LAYERDIR}/"
  10. BBFILE_PRIORITY_meta-sentinel = "6"
  11.  
  12. LAYERDEPENDS_meta-sentinel = "core"
  13. LAYERSERIES_COMPAT_meta-sentinel = "honister"
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement