bblayers.conf 722 B

12345678910111213141516
  1. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
  2. # changes incompatibly
  3. LCONF_VERSION = "7"
  4. BBPATH = "${TOPDIR}"
  5. BBFILES ?= ""
  6. BBLAYERS ?= " \
  7. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/openembedded-core/meta \
  8. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-openembedded/meta-oe \
  9. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-openembedded/meta-python \
  10. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-openembedded/meta-multimedia \
  11. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-openembedded/meta-networking \
  12. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-external-toolchain \
  13. /home/koumei.lhm/git_repo/yocto-work/riscv_yocto/meta-riscv \
  14. "