summaryrefslogtreecommitdiffstats
path: root/conf/template.qemuppc/bblayers.conf.sample
diff options
context:
space:
mode:
authorStefan Sicleru <stefan.sicleru@enea.com>2016-04-27 16:29:03 +0200
committerMartin Borg <martin.borg@enea.com>2016-04-28 16:29:53 +0200
commit6d2839a5614a68e717cc03865736e4d9cd369f39 (patch)
tree37752084a2f7d03a35f8db839a3d25b669b1ff4d /conf/template.qemuppc/bblayers.conf.sample
parentb784309308f9aa4235f58b742b0478df832d0ce0 (diff)
downloadmeta-el-common-6d2839a5614a68e717cc03865736e4d9cd369f39.tar.gz
conf: remove obsolete templates
Removed obsolete templates from this layer as they are no longer used. One should look into meta-el-standard layer for appropriate templates. Signed-off-by: Stefan Sicleru <stefan.sicleru@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'conf/template.qemuppc/bblayers.conf.sample')
-rw-r--r--conf/template.qemuppc/bblayers.conf.sample19
1 files changed, 0 insertions, 19 deletions
diff --git a/conf/template.qemuppc/bblayers.conf.sample b/conf/template.qemuppc/bblayers.conf.sample
deleted file mode 100644
index fd5b38a..0000000
--- a/conf/template.qemuppc/bblayers.conf.sample
+++ /dev/null
@@ -1,19 +0,0 @@
1# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
2# changes incompatibly
3POKY_BBLAYERS_CONF_VERSION = "1"
4
5BBPATH = "${TOPDIR}"
6BBFILES ?= ""
7
8BBLAYERS ?= " \
9 ##OEROOT##/meta \
10 ##OEROOT##/meta-enea-base \
11 ##OEROOT##/meta-enea-bsp-base \
12 ##OEROOT##/meta-poky \
13 "
14BBLAYERS_NON_REMOVABLE ?= " \
15 ##OEROOT##/meta \
16 ##OEROOT##/meta-poky \
17 ##OEROOT##/meta-enea-base \
18 ##OEROOT##/meta-enea-bsp-base \
19 "