[oe-commits] org.oe.dev minimal-gpe-image: add images that only offers a basic 'desktop'

koen commit openembedded-commits at lists.openembedded.org
Tue Dec 11 20:33:26 UTC 2007


minimal-gpe-image: add images that only offers a basic 'desktop'

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

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 39b27e31a7770e5328446297a0b0df7ef29b07d3
ViewMTN: http://monotone.openembedded.org/revision/info/39b27e31a7770e5328446297a0b0df7ef29b07d3
Files:
1
packages/images/minimal-gpe-image.bb
Diffs:

#
# mt diff -r1dd8a9a5d81a76938d17e6b145683f1aa9db5847 -r39b27e31a7770e5328446297a0b0df7ef29b07d3
#
# 
# 
# add_file "packages/images/minimal-gpe-image.bb"
#  content [e8665528258e599e44b51e8574508562e66d7af9]
# 
============================================================
--- packages/images/minimal-gpe-image.bb	e8665528258e599e44b51e8574508562e66d7af9
+++ packages/images/minimal-gpe-image.bb	e8665528258e599e44b51e8574508562e66d7af9
@@ -0,0 +1,22 @@
+#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






More information about the Openembedded-commits mailing list