]> git.kernelconcepts.de Git - meta-tx09.git/blobdiff - conf/bblayers.conf.sample
*conf.sample: Add config templates for Yocto BSP
[meta-tx09.git] / conf / bblayers.conf.sample
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
new file mode 100644 (file)
index 0000000..1c41a5f
--- /dev/null
@@ -0,0 +1,24 @@
+POKY_BBLAYERS_CONF_VERSION = "2"
+
+BBPATH = "${TOPDIR}"
+BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}"
+
+BBFILES ?= ""
+BBLAYERS = " \
+  ${BSPDIR}/yocto/poky/meta \
+  ${BSPDIR}/yocto/poky/meta-poky \
+  \
+  ${BSPDIR}/yocto/meta-openembedded/meta-oe \
+  ${BSPDIR}/yocto/meta-openembedded/meta-multimedia \
+  ${BSPDIR}/yocto/meta-openembedded/meta-filesystems \
+  ${BSPDIR}/yocto/meta-openembedded/meta-python \
+  ${BSPDIR}/yocto/meta-openembedded/meta-networking \
+  \
+  ${BSPDIR}/yocto/meta-nodejs \
+  ${BSPDIR}/yocto/meta-qt5 \
+  ${BSPDIR}/yocto/meta-browser \
+  ${BSPDIR}/yocto/meta-webstuff \
+  \
+  ${BSPDIR}/yocto/meta-kc-bsp \
+  ${BSPDIR}/yocto/meta-tx09 \
+"