summaryrefslogtreecommitdiff
path: root/buildconf/bblayers.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 12:47:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:53:28 +0100
commitb187b6ac8f4f21e06524a9f05e3cff0374b927c6 (patch)
tree932a48ba109f0ea20bf76662fe68c49cd73ccdb9 /buildconf/bblayers.conf
parent7cac27bf9a0fdfa318cff5f9737d7f99fdddbede (diff)
buildconf: moved to meta-toradex-distro
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/bblayers.conf')
-rw-r--r--buildconf/bblayers.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
deleted file mode 100644
index bd527b8..0000000
--- a/buildconf/bblayers.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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/openembedded-core/meta \
- ${TOPDIR}/../layers/meta-yocto/meta-poky \
-"