Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 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 ${LAYERDIR}/recipes-*/*/*.bbappend"
  6.  
  7. BBFILE_COLLECTIONS += "esg"
  8. BBFILE_PATTERN_esg = "^${LAYERDIR}/"
  9. BBFILE_PRIORITY_esg = "6"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement