[oe-commits] org.oe.dev minimal-openmoko-image: image with only dialer + terminal

koen commit openembedded-commits at lists.openembedded.org
Wed Dec 12 10:44:31 UTC 2007


minimal-openmoko-image: image with only dialer + terminal

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

#
# mt diff -re27d6ace5ff47a0d85dee2f23c784caefcb09b0e -rcdb61d347986751d8acce81e0c2951cb2cbd1ee0
#
# 
# 
# add_file "packages/images/minimal-openmoko-image.bb"
#  content [081a8fd1c41249291811628d2aae861012180504]
# 
============================================================
--- packages/images/minimal-openmoko-image.bb	081a8fd1c41249291811628d2aae861012180504
+++ packages/images/minimal-openmoko-image.bb	081a8fd1c41249291811628d2aae861012180504
@@ -0,0 +1,21 @@
+#------------------------------------------------------
+# Minimal OpenMoko Image Recipe
+# This should only have the base system + dialer
+# #------------------------------------------------------
+
+IMAGE_LINGUAS = ""
+ANGSTROM_EXTRA_INSTALL ?= ""
+
+IMAGE_INSTALL = "\
+  task-base \
+  ${ANGSTROM_EXTRA_INSTALL} \
+  task-openmoko-linux \
+  task-openmoko-net \
+  task-openmoko-ui \
+  task-openmoko-base \
+  task-openmoko-phone \
+  "
+
+inherit image
+
+ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'






More information about the Openembedded-commits mailing list