Advertisement
Guest User

Untitled

a guest
May 6th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. # We have a conf and classes directory, add to BBPATH
  2. BBPATH := "${BBPATH}:${LAYERDIR}"
  3. # We have a packages directory, add to BBFILES
  4. BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
  5. ${LAYERDIR}/recipes-*/*/*.bbappend"
  6. BBFILE_COLLECTIONS += "vc"
  7. BBFILE_PATTERN_vc := "^${LAYERDIR}/"
  8. BBFILE_PRIORITY_vc := "5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement