e2e2

bblayers.conf

Mar 15th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  2. # changes incompatibly
  3. LCONF_VERSION = "5"
  4.  
  5. BBPATH = "${TOPDIR}"
  6. BBFILES ?= ""
  7.  
  8. MACHINE = "qemuarm"
  9.  
  10. BBLAYERS ?= " \
  11. /home/eric/oe-core/meta \
  12. /home/eric/oe-core/meta-handheld \
  13. /home/eric/oe-core/meta-openembedded/meta-initramfs \
  14. "
  15.  
  16. BBLAYERS_NON_REMOVABLE ?= " \
  17. /home/eric/oe-core/meta \
  18. "
Advertisement
Add Comment
Please, Sign In to add comment