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)
downloadpoky-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 @@
1MIRRORS_append () {
2ftp://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
3http://.*/.*/ http://www.o-hand.com/~richard/poky/sources/
4}
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"
10# DISTRO_TYPE = "release" 10# DISTRO_TYPE = "release"
11 11
12 12
13INHERIT += " package_ipk debian multimachine" 13INHERIT += " package_ipk debian multimachine poky "
14# For some reason, this doesn't work 14# For some reason, this doesn't work
15# TARGET_OS ?= "linux" 15# TARGET_OS ?= "linux"
16TARGET_OS = "linux" 16TARGET_OS = "linux"