Advertisement
Guest User

meta-openpli/conf/layer.conf

a guest
Sep 4th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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, add to BBFILES
  5. BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
  6.  
  7. BBFILE_COLLECTIONS += "openpli-layer"
  8. BBFILE_PATTERN_openpli-layer := "^${LAYERDIR}/"
  9. BBFILE_PRIORITY_openpli-layer = "7"
  10.  
  11. OPENPLI_BASE := "${LAYERDIR}"
  12.  
  13. # URL definitions
  14. #PLISVNURL ?= "svn://svn.code.sf.net/p/openpli/code"
  15. #PLISVNPROTO ?= "http"
  16. #PLISVNBRANCH ?= "trunk"
  17.  
  18. # we currently only support spark boxes so exclude the other ones
  19. #BBMASK .= "|meta-openpli/recipes-bsp/dreambox"
  20. #BBMASK .= "|meta-openpli/recipes-bsp/etx00"
  21. #BBMASK .= "|meta-openpli/recipes-bsp/vuplus"
  22. #BBMASK .= "|meta-openpli/recipes-bsp/xp"
  23. #BBMASK .= "|meta-openpli/recipes-devtools/git"
  24. #BBMASK .= "|meta-openpli/recipes-devtools/opkg"
  25. #BBMASK .= "|meta-oe/meta-oe/recipes-core/llvm"
  26. #BBMASK .= "|meta-oe/meta-oe/recipes-devtools/giflib"
  27. #BBMASK .= "|meta-oe/meta-oe/recipes-extended/libungif"
  28. #BBMASK .= "|meta-openpli/recipes-multimedia/libungif"
  29. #BBMASK .= "|meta-openpli/recipes-core/busybox"
  30. #BBMASK .= "|meta-openpli/recipes-core/udev"
  31. #BBMASK .= "|meta-openpli/recipes-core/base-files"
  32. #BBMASK .= "|meta-openpli/recipes-core/initscripts"
  33. #BBMASK .= "|meta-openpli/recipes-core/module-init-tools"
  34. #BBMASK .= "|meta-openpli/recipes-core/packagegroups"
  35. #BBMASK .= "|meta-openpli/recipes-core/sysvinit"
  36. #BBMASK .= "|meta-openpli/recipes-core/util-linux"
  37. #BBMASK .= "|meta-openpli/recipes-core/xfsprogs"
  38. #BBMASK .= "|meta-openpli/recipes-multimedia/libdvbsi\+\+"
  39. #BBMASK .= "|meta-oe/meta-oe/recipes-multimedia/libass"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement