diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 23:28:24 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 23:28:24 +0100 |
commit | 2efba78f9b0c759abfa6e2fc2aa1c0a1a4753589 (patch) | |
tree | 932e9d2996ee72cbc3c0147fac62605a563042bc /build/conf/bblayers.conf.sample | |
parent | f887d025274cbe495f834ced044542ce7bddd3b2 (diff) | |
download | openembedded-core-2efba78f9b0c759abfa6e2fc2aa1c0a1a4753589.tar.gz openembedded-core-2efba78f9b0c759abfa6e2fc2aa1c0a1a4753589.tar.bz2 openembedded-core-2efba78f9b0c759abfa6e2fc2aa1c0a1a4753589.zip |
Add meta-emenlow to the default layers list
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'build/conf/bblayers.conf.sample')
-rw-r--r-- | build/conf/bblayers.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/bblayers.conf.sample b/build/conf/bblayers.conf.sample index 04b7768ffa..d361f244d9 100644 --- a/build/conf/bblayers.conf.sample +++ b/build/conf/bblayers.conf.sample @@ -1,9 +1,10 @@ # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly -LCONF_VERSION = "1" +LCONF_VERSION = "2" BBFILES ?= "" BBLAYERS = " \ ##POKYBASE##/meta \ ##POKYBASE##/meta-moblin \ + ##POKYBASE##/meta-emenlow \ " |