summaryrefslogtreecommitdiffstats
path: root/meta/conf/bblayers.conf.sample
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-08-17 17:34:59 +0100
committerJoshua Lock <josh@linux.intel.com>2010-08-17 17:41:20 +0100
commite624b2700abc93990b58bef0ba9447373148a31c (patch)
tree1e8c6773d5eebb7177da07499fa33647e2b4945d /meta/conf/bblayers.conf.sample
parent2225e1214285f0e9a3c0ee2962b3d678c5c05292 (diff)
downloadopenembedded-core-contrib-e624b2700abc93990b58bef0ba9447373148a31c.tar.gz
build/conf: move sample conf files to meta/conf
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/conf/bblayers.conf.sample')
-rw-r--r--meta/conf/bblayers.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
new file mode 100644
index 0000000000..d361f244d9
--- /dev/null
+++ b/meta/conf/bblayers.conf.sample
@@ -0,0 +1,10 @@
+# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
+# changes incompatibly
+LCONF_VERSION = "2"
+
+BBFILES ?= ""
+BBLAYERS = " \
+ ##POKYBASE##/meta \
+ ##POKYBASE##/meta-moblin \
+ ##POKYBASE##/meta-emenlow \
+ "