# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" #BBLAYERS ?= " \ # /home/g/Yocto/poky/meta \ # /home/g/Yocto/poky/meta-yocto \ # /home/g/Yocto/poky/meta-yocto-bsp \ # " BBLAYERS_NON_REMOVABLE ?= " \ /home/g/Yocto/poky/meta \ /home/g/Yocto/poky/meta-yocto \ " #added by hob BBFILES += "${TOPDIR}/recipes/images/custom/*.bb" #added by hob BBFILES += "${TOPDIR}/recipes/images/*.bb" #added by hob BBLAYERS = "/home/g/Yocto/poky/meta /home/g/Yocto/poky/meta-yocto /home/g/Yocto/poky/meta-yocto-bsp /home/g/Yocto/poky/meta-embarcados /home/g/Yocto/poky/meta-raspberrypi /home/g/Yocto/poky/meta-oe/meta-oe /home/g/Yocto/poky/meta-qt5 /home/g/Yocto/poky/meta-sunxi"