summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-31 14:08:48 +0000
committerPhil Blundell <philb@gnu.org>2004-07-31 14:08:48 +0000
commit1f9fe5b22710cb2c6701bfeed45ef38f6304e363 (patch)
treea15a0f19add9a4333693afc3882e49638f68bab7 /meta
parent3d7d7824d6c77aeb0a050332f21982a7764e9157 (diff)
apply gpe-image customisations per MACHINE
BKrev: 410ba7f0ShbJNMv1MMxAwSmYqI1PPQ
Diffstat (limited to 'meta')
-rw-r--r--meta/gpe-image.oe25
1 files changed, 21 insertions, 4 deletions
diff --git a/meta/gpe-image.oe b/meta/gpe-image.oe
index 0b1c927d17..959d234d6e 100644
--- a/meta/gpe-image.oe
+++ b/meta/gpe-image.oe
@@ -1,13 +1,30 @@
export IMAGE_BASENAME = "gpe-image"
+GPE_MACHINE_CLASS ?= "none"
+
+GPE_EXTRA_DEPENDS ?= "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
+GPE_EXTRA_INSTALL ?= "${GPE_EXTRA_DEPENDS_${GPE_MACHINE_CLASS}}"
+
+GPE_EXTRA_DEPENDS_bigscreen = "firefox gaim linphone"
+GPE_EXTRA_INSTALL_bigscreen = "firefox gaim"
+
+GPE_EXTRA_DEPENDS_smallscreen = "minimo"
+GPE_EXTRA_INSTALL_smallscreen = "minimo"
+
+GPE_EXTRA_DEPENDS_none = ""
+GPE_EXTRA_INSTALL_none = ""
+
DEPENDS = 'task-bootstrap \
diet-x11 xserver-kdrive matchbox-wm matchbox-desktop matchbox-panel \
- meta-gpe ttf-bitstream-vera'
+ meta-gpe ttf-bitstream-vera ${GPE_EXTRA_DEPENDS}'
-export IPKG_INSTALL = 'task-bootstrap xserver-kdrive-fbdev \
- gpe ttf-bitstream-vera pango-module-basic-x pango-module-basic-fc \
- glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png'
+XSERVER ?= "xserver-kdrive-fbdev"
+export IPKG_INSTALL = 'task-bootstrap ${XSERVER} \
+ gpe ttf-bitstream-vera \
+ pango-module-basic-x pango-module-basic-fc \
+ glibc-gconv glibc-gconv-iso8859-1 gdk-pixbuf-loader-png \
+ ${GPE_EXTRA_INSTALL}'
IMAGE_POSTPROCESS_COMMAND = "zap_root_password"