]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
moblin: drop moblin.conf and inherit poky for mirror configuration
authorJoshua Lock <josh@linux.intel.com>
Thu, 6 May 2010 14:52:36 +0000 (15:52 +0100)
committerJoshua Lock <josh@linux.intel.com>
Thu, 6 May 2010 14:54:55 +0000 (15:54 +0100)
Doesn't make any sense to duplicate the mirror configuration, and all that the
moblin class contained was minimal mirror config. So let's drop it.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta-moblin/classes/moblin.bbclass [deleted file]
meta-moblin/conf/distro/moblin.conf

diff --git a/meta-moblin/classes/moblin.bbclass b/meta-moblin/classes/moblin.bbclass
deleted file mode 100644 (file)
index aac6957..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-PREMIRRORS_append () {
-ftp://.*/.*    http://pokylinux.org/sources/
-http://.*/.*   http://pokylinux.org/sources/
-https://.*/.*   http://pokylinux.org/sources/
-}
-
-MIRRORS_append () {
-ftp://.*/.*    http://pokylinux.org/sources/
-http://.*/.*   http://pokylinux.org/sources/
-https://.*/.*   http://pokylinux.org/sources/
-}
index f322f0c5afcd1f626fcc52909799eafc1b9433b6..05888ac667e7f3f4fcd9e94ae41c1ca8fdc42215 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINER = "Moblin <dev@lists.moblin.org>"
 
 PACKAGE_CLASSES ?= "package_ipk package_rpm"
 INHERIT_INSANE ?= "insane"
-INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging packagehistory"
+INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging packagehistory"
 
 # For some reason, this doesn't work
 # TARGET_OS ?= "linux"