1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

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
This commit is contained in:
Richard Purdie
2005-11-16 17:42:39 +00:00
parent e5ba6f2e44
commit f8f6ddf146
4 changed files with 165 additions and 65 deletions
+3 -1
View File
@@ -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"