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 | |
| parent | f887d025274cbe495f834ced044542ce7bddd3b2 (diff) | |
| download | poky-2efba78f9b0c759abfa6e2fc2aa1c0a1a4753589.tar.gz | |
Add meta-emenlow to the default layers list
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'build')
| -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 @@ | |||
| 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | 1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf |
| 2 | # changes incompatibly | 2 | # changes incompatibly |
| 3 | LCONF_VERSION = "1" | 3 | LCONF_VERSION = "2" |
| 4 | 4 | ||
| 5 | BBFILES ?= "" | 5 | BBFILES ?= "" |
| 6 | BBLAYERS = " \ | 6 | BBLAYERS = " \ |
| 7 | ##POKYBASE##/meta \ | 7 | ##POKYBASE##/meta \ |
| 8 | ##POKYBASE##/meta-moblin \ | 8 | ##POKYBASE##/meta-moblin \ |
| 9 | ##POKYBASE##/meta-emenlow \ | ||
| 9 | " | 10 | " |
