diff options
Diffstat (limited to 'meta-moblin')
-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" |