summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"