aboutsummaryrefslogtreecommitdiffstats
path: root/meta/gpe-image.oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta/gpe-image.oe')
-rw-r--r--meta/gpe-image.oe46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
deleted file mode 100644
index 156f0c8626..0000000000
--- a/meta/gpe-image.oe
+++ /dev/null
@@ -1,46 +0,0 @@
-MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
-
-FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
- gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe"
-FEED_URIS_append_opensimpad = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
- gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe"
-FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \
- gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe"
-
-PR = "r8"
-
-export IMAGE_BASENAME = "gpe-image"
-
-GUI_MACHINE_CLASS ?= "none"
-
-GPE_EXTRA_DEPENDS += "${GPE_EXTRA_DEPENDS_${GUI_MACHINE_CLASS}}"
-GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}"
-
-GPE_EXTRA_THEMES = "gtk-theme-industrial gtk-industrial-engine matchbox-themes-extra-industrial"
-
-#GPE_EXTRA_DEPENDS_bigscreen = "firefox linphone"
-#GPE_EXTRA_INSTALL_bigscreen = "firefox linphone"
-GPE_EXTRA_DEPENDS_bigscreen = "minimo"
-GPE_EXTRA_INSTALL_bigscreen = "minimo gpe-task-games ${GPE_EXTRA_THEMES}"
-
-GPE_EXTRA_DEPENDS_smallscreen = "minimo linphone-hh"
-GPE_EXTRA_INSTALL_smallscreen = "minimo linphone-hh gpe-task-games ${GPE_EXTRA_THEMES}"
-
-GPE_EXTRA_DEPENDS_none = ""
-GPE_EXTRA_INSTALL_none = ""
-
-XSERVER ?= "xserver-kdrive-fbdev"
-
-DEPENDS = "task-bootstrap \
- meta-gpe \
- ${GPE_EXTRA_DEPENDS}"
-
-export IPKG_INSTALL = "task-bootstrap gpe-task-base \
- gpe-task-pim gpe-task-settings \
- gpe-task-apps ${GPE_EXTRA_DEPENDS} \
- ${XSERVER} \
- ${GPE_EXTRA_INSTALL}"
-
-ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
-
-inherit image_ipk