summaryrefslogtreecommitdiffstats
path: root/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/bblayers.conf.sample')
-rw-r--r--conf/bblayers.conf.sample28
1 files changed, 0 insertions, 28 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
deleted file mode 100644
index 5871c3a5..00000000
--- a/conf/bblayers.conf.sample
+++ /dev/null
@@ -1,28 +0,0 @@
-# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
-# changes incompatibly
-LCONF_VERSION = "6"
-
-BBPATH = "${TOPDIR}"
-BBFILES ?= ""
-
-# AGL layers for QEMUx86-64
-BBLAYERS ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-yocto \
- ##OEROOT##/meta-yocto-bsp \
- ##OEROOT##/../meta-agl/meta-ivi-common \
- ##OEROOT##/../meta-agl/meta-agl \
- ##OEROOT##/../meta-agl/meta-agl-bsp \
- ##OEROOT##/../meta-openembedded/meta-oe \
- ##OEROOT##/../meta-openembedded/meta-multimedia \
- ##OEROOT##/../meta-openembedded/meta-ruby \
- ##OEROOT##/../meta-openembedded/meta-efl \
- ##OEROOT##/../meta-agl-demo \
- ##OEROOT##/../meta-qt5 \
- ##OEROOT##/../meta-rust \
- "
-BBLAYERS_NON_REMOVABLE ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-yocto \
- ##OEROOT##/../meta-agl/meta-agl \
- "