From f8f6ddf146ae0b63089d9dfd7aa4e1426935ac02 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Nov 2005 17:42:39 +0000 Subject: 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 --- build/conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') 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" # BBDEBUG = "yes" MACHINE = "c7x0" +#MACHINE = "akita" +#MACHINE = "spitz" #MACHINE = "nokia770" -DISTRO = "openzaurus-3.5.4" +DISTRO = "poky" DISTRO_TYPE = "debug" KERNEL_VERSION = "2.6" -- cgit 1.2.3-korg