poky.conf: Add poky.bbclass and add to standard mirrors

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@473 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-06-12 20:32:03 +00:00
parent 2f8d4c97a7
commit 01db9147c9
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
MIRRORS_append () {
ftp://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
}

View File

@ -10,7 +10,7 @@ DISTRO_TYPE = "debug"
# DISTRO_TYPE = "release"
INHERIT += " package_ipk debian multimachine"
INHERIT += " package_ipk debian multimachine poky "
# For some reason, this doesn't work
# TARGET_OS ?= "linux"
TARGET_OS = "linux"