bblayers.conf 826 B

123456789101112131415161718192021222324
  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. # YOCTOROOT ="${@os.path.abspath(os.path.join(os.path.join("${TOPDIR}", os.pardir), os.pardir))}"
  7. YOCTOROOT ="${@os.path.abspath("${TOPDIR}/../../")}"
  8. BBLAYERS ?= " \
  9. ${YOCTOROOT}/openembedded-core/meta \
  10. ${YOCTOROOT}/meta-openembedded/meta-oe \
  11. ${YOCTOROOT}/meta-openembedded/meta-python \
  12. ${YOCTOROOT}/meta-openembedded/meta-multimedia \
  13. ${YOCTOROOT}/meta-openembedded/meta-networking \
  14. ${YOCTOROOT}/meta-external-toolchain \
  15. ${YOCTOROOT}/meta-riscv \
  16. ${YOCTOROOT}/meta-thead \
  17. ${YOCTOROOT}/meta-light \
  18. ${YOCTOROOT}/meta-openembedded/meta-gnome \
  19. ${YOCTOROOT}/meta-openembedded/meta-filesystems \
  20. ${YOCTOROOT}/meta-openembedded/meta-webserver \
  21. "