Warning, /packaging/yocto-meta-kde-demo/templates/bblayers.conf.rpi.sample is written in an unsupported language. File is not indexed.
0001 LCONF_VERSION = "6" 0002 0003 BBPATH = "${TOPDIR}" 0004 BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../../')}" 0005 0006 BBFILES ?= "" 0007 BBLAYERS = " \ 0008 ${BSPDIR}/sources/meta-kde-demo \ 0009 ${BSPDIR}/sources/meta-kde \ 0010 ${BSPDIR}/sources/meta-kf5 \ 0011 ${BSPDIR}/sources/meta-qt5 \ 0012 ${BSPDIR}/sources/meta-java \ 0013 ${BSPDIR}/sources/meta-openembedded/meta-networking \ 0014 ${BSPDIR}/sources/meta-openembedded/meta-python \ 0015 ${BSPDIR}/sources/meta-openembedded/meta-oe \ 0016 ${BSPDIR}/sources/meta-openembedded/meta-multimedia \ 0017 ${BSPDIR}/sources/meta-python2 \ 0018 ${BSPDIR}/sources/poky/meta-yocto-bsp \ 0019 ${BSPDIR}/sources/poky/meta-poky \ 0020 ${BSPDIR}/sources/poky/meta \ 0021 ${BSPDIR}/sources/meta-raspberrypi \ 0022 "