diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-28 21:58:59 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-28 21:58:59 +0000 |
commit | 439db2032c8b3446fc3bbae945370d2f28b0d2c2 (patch) | |
tree | f161f94ee42c5c53ecbb6697e4227c249758a8f2 /build/conf | |
parent | c74733f58c274921f9e1801a37e0a96dfd5d4776 (diff) | |
download | poky-439db2032c8b3446fc3bbae945370d2f28b0d2c2.tar.gz |
Change multimachine to a bbclass and update distro configurations. Add multimachine functionlity to cope with packages with machine specific sub packages. Also applied to OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@450 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
-rwxr-xr-x | build/conf/local.conf.sample | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 08e92eab70..dcdf80024b 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -57,5 +57,4 @@ BBINCLUDELOGS = "yes" | |||
57 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. | 57 | # a cvs:// URI. Uncomment this, if you not want to pull directly from CVS. |
58 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | 58 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" |
59 | 59 | ||
60 | include conf/distro/include/multimachine.conf | ||
61 | ENABLE_BINARY_LOCALE_GENERATION = "1" | 60 | ENABLE_BINARY_LOCALE_GENERATION = "1" |