aboutsummaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/bblayers.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/bblayers.conf.sample')
-rw-r--r--meta-yocto/conf/bblayers.conf.sample16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample
deleted file mode 100644
index 0eda565f96..0000000000
--- a/meta-yocto/conf/bblayers.conf.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
-# changes incompatibly
-LCONF_VERSION = "6"
-
-BBPATH = "${TOPDIR}"
-BBFILES ?= ""
-
-BBLAYERS ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-yocto \
- ##OEROOT##/meta-yocto-bsp \
- "
-BBLAYERS_NON_REMOVABLE ?= " \
- ##OEROOT##/meta \
- ##OEROOT##/meta-yocto \
- "