summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:48:37 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:55:16 +0100
commitcb3a89c37da2892fbc812a858a1f587c3737b7a0 (patch)
tree769f5309b0ca9bdc3b9360a803a2e3b39fb88fe1 /buildconf/bblayers.conf
parentaf2deffa61768a72142fdba7563db18759f6bde6 (diff)
buildconf: moved here from meta-toradex-demo
Also adapted to use the now available tdx-x11 distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/bblayers.conf')
-rw-r--r--buildconf/bblayers.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
new file mode 100644
index 0000000..e922113
--- /dev/null
+++ b/buildconf/bblayers.conf
@@ -0,0 +1,38 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "7"
+
+BBPATH = "${TOPDIR}"
+BBFILES ?= ""
+
+BBLAYERS ?= " \
+ ${TOPDIR}/../layers/meta-toradex-nxp \
+ ${TOPDIR}/../layers/meta-freescale \
+ ${TOPDIR}/../layers/meta-freescale-3rdparty \
+ \
+ ${TOPDIR}/../layers/meta-toradex-tegra \
+ \
+ ${TOPDIR}/../layers/meta-toradex-bsp-common \
+ \
+ ${TOPDIR}/../layers/meta-openembedded/meta-oe \
+ ${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
+ ${TOPDIR}/../layers/meta-openembedded/meta-gnome \
+ ${TOPDIR}/../layers/meta-openembedded/meta-xfce \
+ ${TOPDIR}/../layers/meta-openembedded/meta-initramfs \
+ ${TOPDIR}/../layers/meta-openembedded/meta-networking \
+ ${TOPDIR}/../layers/meta-openembedded/meta-multimedia \
+ ${TOPDIR}/../layers/meta-openembedded/meta-python \
+ ${TOPDIR}/../layers/meta-lxde \
+ ${TOPDIR}/../layers/meta-browser \
+ ${TOPDIR}/../layers/meta-qt4 \
+ ${TOPDIR}/../layers/meta-qt5 \
+ ${TOPDIR}/../layers/meta-qt5-extra \
+ ${TOPDIR}/../layers/meta-rust \
+ ${TOPDIR}/../layers/meta-freescale-distro \
+ ${TOPDIR}/../layers/meta-toradex-demos \
+ \
+ \
+ ${TOPDIR}/../layers/meta-toradex-distro \
+ ${TOPDIR}/../layers/meta-yocto/meta-poky \
+ ${TOPDIR}/../layers/openembedded-core/meta \
+"