compared to other images:
3.3M Angstrom-minimalist-image-glibc-ipk-2007.9-test-
20071211-collie.rootfs.tar.gz
8.5M Angstrom-console-image-glibc-ipk-2007.9-test-
20071211-collie.rootfs.tar.gz
11M Angstrom-minimalist-gpe-image-glibc-ipk-2007.9-test-
20071211-collie.rootfs.tar.gz
17M Angstrom-x11-image-glibc-ipk-2007.9-test-
20071211-collie.rootfs.tar.gz
--- /dev/null
+#Angstrom minimal gpe image
+# This image provides a barebone dm and 'desktop'
+# Very angstrom and ipkg centric
+
+XSERVER ?= "xserver-kdrive-fbdev"
+
+export IMAGE_BASENAME = "minimalist-gpe-image"
+
+DEPENDS = "task-boot"
+IMAGE_INSTALL = "\
+ ${XSERVER} \
+ task-boot \
+ gpe-session-scripts gpe-login \
+ matchbox-wm \
+ angstrom-feed-configs \
+ ipkg \
+ "
+
+#zap root password for release images
+ROOTFS_POSTPROCESS_COMMAND += '${@base_conditional("DISTRO_TYPE", "release", "zap_root_password; ", "",d)}'
+
+inherit image