From e624b2700abc93990b58bef0ba9447373148a31c Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Tue, 17 Aug 2010 17:34:59 +0100 Subject: 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 --- meta/conf/bblayers.conf.sample | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/conf/bblayers.conf.sample (limited to 'meta/conf/bblayers.conf.sample') 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 \ + " -- cgit v1.2.3-54-g00ecf