Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # We have a conf and classes directory, append to BBPATH
  2. BBPATH .= ":${LAYERDIR}"
  3.  
  4. # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
  5. BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
  6. ${LAYERDIR}/recipes*/*/*.bbappend"
  7.  
  8. BBFILE_COLLECTIONS += "cm-fx6-custom"
  9. BBFILE_PATTERN_cm-fx6-custom := "^${LAYERDIR}/"
  10. BBFILE_PRIORITY_cm-fx6-custom = "3"
  11. LAYERDEPENDS_cm-fx6-custom = "compulab"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement