diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-06 15:52:36 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-06 15:54:55 +0100 |
commit | cd8de7b443775f26dcfa72be9b852540f77c9af3 (patch) | |
tree | 1ae3f11e6b974b0d519a231896b70aebf000b577 | |
parent | 3b9ac3f017b82f5b670f2c6dcb833e30281b9911 (diff) | |
download | poky-cd8de7b443775f26dcfa72be9b852540f77c9af3.tar.gz |
moblin: drop moblin.conf and inherit poky for mirror configuration
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>
-rw-r--r-- | meta-moblin/classes/moblin.bbclass | 12 | ||||
-rw-r--r-- | meta-moblin/conf/distro/moblin.conf | 2 |
2 files changed, 1 insertions, 13 deletions
diff --git a/meta-moblin/classes/moblin.bbclass b/meta-moblin/classes/moblin.bbclass deleted file mode 100644 index aac6957583..0000000000 --- a/meta-moblin/classes/moblin.bbclass +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | |||
2 | PREMIRRORS_append () { | ||
3 | ftp://.*/.* http://pokylinux.org/sources/ | ||
4 | http://.*/.* http://pokylinux.org/sources/ | ||
5 | https://.*/.* http://pokylinux.org/sources/ | ||
6 | } | ||
7 | |||
8 | MIRRORS_append () { | ||
9 | ftp://.*/.* http://pokylinux.org/sources/ | ||
10 | http://.*/.* http://pokylinux.org/sources/ | ||
11 | https://.*/.* http://pokylinux.org/sources/ | ||
12 | } | ||
diff --git a/meta-moblin/conf/distro/moblin.conf b/meta-moblin/conf/distro/moblin.conf index f322f0c5af..05888ac667 100644 --- a/meta-moblin/conf/distro/moblin.conf +++ b/meta-moblin/conf/distro/moblin.conf | |||
@@ -6,7 +6,7 @@ MAINTAINER = "Moblin <dev@lists.moblin.org>" | |||
6 | 6 | ||
7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" | 7 | PACKAGE_CLASSES ?= "package_ipk package_rpm" |
8 | INHERIT_INSANE ?= "insane" | 8 | INHERIT_INSANE ?= "insane" |
9 | INHERIT += "${PACKAGE_CLASSES} debian moblin devshell ${INHERIT_INSANE} packaged-staging packagehistory" | 9 | INHERIT += "${PACKAGE_CLASSES} debian poky devshell ${INHERIT_INSANE} packaged-staging packagehistory" |
10 | 10 | ||
11 | # For some reason, this doesn't work | 11 | # For some reason, this doesn't work |
12 | # TARGET_OS ?= "linux" | 12 | # TARGET_OS ?= "linux" |