diff options
-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" #MACHINE = "akita" #MACHINE = "spitz" #MACHINE = "nokia770" +#MACHINE = "qemuarm" DISTRO = "poky" @@ -48,3 +49,5 @@ BBINCLUDELOGS = "yes" # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" +include conf/distro/include/multimachine.conf +ENABLE_BINARY_LOCALE_GENERATION = "1" |