summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-06-12 20:32:03 +0000
committerRichard Purdie <richard@openedhand.com>2006-06-12 20:32:03 +0000
commit01db9147c9f532595a1eb44fd26de89daffb0316 (patch)
treeb2b952bf3dc299f673a2a422689ca6c01fa2f3f0
parent2f8d4c97a7f2653276ae7cb0a530ed34d2ec5e79 (diff)
downloadopenembedded-core-contrib-01db9147c9f532595a1eb44fd26de89daffb0316.tar.gz
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
-rw-r--r--openembedded/classes/poky.bbclass4
-rw-r--r--openembedded/conf/distro/poky.conf2
2 files changed, 5 insertions, 1 deletions
diff --git a/openembedded/classes/poky.bbclass b/openembedded/classes/poky.bbclass
new file mode 100644
index 0000000000..885fb77441
--- /dev/null
+++ b/openembedded/classes/poky.bbclass
@@ -0,0 +1,4 @@
+MIRRORS_append () {
+ftp://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
+http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
+}
diff --git a/openembedded/conf/distro/poky.conf b/openembedded/conf/distro/poky.conf
index 092fbe2d49..09257b4091 100644
--- a/openembedded/conf/distro/poky.conf
+++ b/openembedded/conf/distro/poky.conf
@@ -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"