]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add multimachine.conf and binary locale generation by default
authorRichard Purdie <richard@openedhand.com>
Thu, 13 Apr 2006 13:59:34 +0000 (13:59 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 13 Apr 2006 13:59:34 +0000 (13:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@353 311d38ba-8fff-0310-9ca6-ca027cbcb966

build/conf/local.conf.sample

index fcd4c8a7fd1700016cb442e84849b63f14ad5c29..e74e8b64a9e7d4a77c3f44171e85232ec2502b1e 100755 (executable)
@@ -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"