]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky.conf: Add poky.bbclass and add to standard mirrors
authorRichard Purdie <richard@openedhand.com>
Mon, 12 Jun 2006 20:32:03 +0000 (20:32 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 12 Jun 2006 20:32:03 +0000 (20:32 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@473 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/classes/poky.bbclass [new file with mode: 0644]
openembedded/conf/distro/poky.conf

diff --git a/openembedded/classes/poky.bbclass b/openembedded/classes/poky.bbclass
new file mode 100644 (file)
index 0000000..885fb77
--- /dev/null
@@ -0,0 +1,4 @@
+MIRRORS_append () {
+ftp://.*/.*/    http://www.o-hand.com/~richard/poky/sources/
+http://.*/.*/   http://www.o-hand.com/~richard/poky/sources/
+}
index 092fbe2d4977b4350664f75bcc345a9482a12b56..09257b4091fbbe3823a7d8dd57b54f606c7a5bc6 100644 (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"