diff options
author | Richard Purdie <richard@openedhand.com> | 2005-11-16 17:42:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-11-16 17:42:39 +0000 |
commit | f8f6ddf146ae0b63089d9dfd7aa4e1426935ac02 (patch) | |
tree | 5e5e48a426c6eb1cbc530ec13f8c30344fc949ad /build/conf | |
parent | e5ba6f2e4424ea4b8baa39bfaec6ab01b7b66861 (diff) | |
download | poky-f8f6ddf146ae0b63089d9dfd7aa4e1426935ac02.tar.gz |
Make poky a distribution in its own right solving several issues. Unfortunately this means everyone needs to change DISTRO=openzaurus-3.5.4 to DISTRO=poky in their build/conf/local.conf files.
git-svn-id: https://svn.o-hand.com/repos/poky@184 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf')
-rwxr-xr-x | build/conf/local.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 3b514c8027..047683a285 100755 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -20,9 +20,11 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | |||
20 | # BBDEBUG = "yes" | 20 | # BBDEBUG = "yes" |
21 | 21 | ||
22 | MACHINE = "c7x0" | 22 | MACHINE = "c7x0" |
23 | #MACHINE = "akita" | ||
24 | #MACHINE = "spitz" | ||
23 | #MACHINE = "nokia770" | 25 | #MACHINE = "nokia770" |
24 | 26 | ||
25 | DISTRO = "openzaurus-3.5.4" | 27 | DISTRO = "poky" |
26 | 28 | ||
27 | DISTRO_TYPE = "debug" | 29 | DISTRO_TYPE = "debug" |
28 | KERNEL_VERSION = "2.6" | 30 | KERNEL_VERSION = "2.6" |