Files
tqma6-yocto-mirror/sources/template/conf/templates/ls/bblayers.conf.sample

20 lines
548 B
Plaintext
Raw Normal View History

POKY_BBLAYERS_CONF_VERSION = "2"
BBPATH = "${TOPDIR}"
BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
BBFILES ?= ""
BBLAYERS = "\
${BSPDIR}/sources/poky/meta \
${BSPDIR}/sources/poky/meta-poky \
\
${BSPDIR}/sources/meta-openembedded/meta-oe \
${BSPDIR}/sources/meta-openembedded/meta-python \
${BSPDIR}/sources/meta-openembedded/meta-networking \
\
${BSPDIR}/sources/meta-freescale \
\
${BSPDIR}/sources/meta-tq/meta-tq \
${BSPDIR}/sources/meta-tq/meta-dumpling \
"