remove configuration templates
[AGL/meta-agl-demo.git] / templates / qemux86 / conf / bblayers.conf.sample
diff --git a/templates/qemux86/conf/bblayers.conf.sample b/templates/qemux86/conf/bblayers.conf.sample
deleted file mode 100644 (file)
index e684d4b..0000000
+++ /dev/null
@@ -1,31 +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-efl \
-  ##OEROOT##/../meta-openembedded/meta-networking \
-  ##OEROOT##/../meta-openembedded/meta-python \
-  ##OEROOT##/../meta-openembedded/meta-filesystems \
-  ##OEROOT##/../meta-agl-demo \
-  ##OEROOT##/../meta-openembedded/meta-ruby \
-  ##OEROOT##/../meta-qt5 \
-  ##OEROOT##/../meta-rust \
-  "
-BBLAYERS_NON_REMOVABLE ?= " \
-  ##OEROOT##/meta \
-  ##OEROOT##/meta-yocto \
-  ##OEROOT##/../meta-agl/meta-agl \
-  "