diff options
author | Richard Purdie <richard@openedhand.com> | 2006-04-13 13:59:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-04-13 13:59:34 +0000 |
commit | 4c4b4bf3966828e6e1aba815ac375f0ae553d1f3 (patch) | |
tree | b9f74714cdb0eed90d592f75e2440e0d9540b144 /build | |
parent | 2da72863e2490642adb7e8bdec2a52c360864903 (diff) | |
download | poky-4c4b4bf3966828e6e1aba815ac375f0ae553d1f3.tar.gz |
Add multimachine.conf and binary locale generation by default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@353 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rwxr-xr-x | build/conf/local.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index fcd4c8a7fd..e74e8b64a9 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -18,6 +18,7 @@ MACHINE = "c7x0" | |||
18 | #MACHINE = "akita" | 18 | #MACHINE = "akita" |
19 | #MACHINE = "spitz" | 19 | #MACHINE = "spitz" |
20 | #MACHINE = "nokia770" | 20 | #MACHINE = "nokia770" |
21 | #MACHINE = "qemuarm" | ||
21 | 22 | ||
22 | DISTRO = "poky" | 23 | DISTRO = "poky" |
23 | 24 | ||
@@ -48,3 +49,5 @@ BBINCLUDELOGS = "yes" | |||
48 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. | 49 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. |
49 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | 50 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" |
50 | 51 | ||
52 | include conf/distro/include/multimachine.conf | ||
53 | ENABLE_BINARY_LOCALE_GENERATION = "1" | ||