diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-08-17 17:34:59 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-08-17 17:41:20 +0100 |
commit | e624b2700abc93990b58bef0ba9447373148a31c (patch) | |
tree | 1e8c6773d5eebb7177da07499fa33647e2b4945d /meta/conf/bblayers.conf.sample | |
parent | 2225e1214285f0e9a3c0ee2962b3d678c5c05292 (diff) | |
download | poky-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.sample | 10 |
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 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
2 | # changes incompatibly | ||
3 | LCONF_VERSION = "2" | ||
4 | |||
5 | BBFILES ?= "" | ||
6 | BBLAYERS = " \ | ||
7 | ##POKYBASE##/meta \ | ||
8 | ##POKYBASE##/meta-moblin \ | ||
9 | ##POKYBASE##/meta-emenlow \ | ||
10 | " | ||