[oe-commits] org.oe.dev openmoko-minimal-image.bb : add minimal image and make neccessary changes to

xora commit oe at amethyst.openembedded.net
Thu Mar 20 07:47:36 UTC 2008


openmoko-minimal-image.bb : add minimal image and make neccessary changes to
openmoko-image from OM mtn

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

#
# mt diff -rc1b9cd818edbf0df6db2b7d6d1ceee125359d3eb -recb61b6a56e88c6b717944d186ed4aa3239ada69
#
#
#
# add_file "packages/images/openmoko-minimal-image.bb"
#  content [a740cb7d4b108c6fc352e2a396d3563360322be0]
# 
# patch "packages/images/openmoko-image.bb"
#  from [27d8c08338a94022bf82abaf47e4cb3564893958]
#    to [5f9600df0c8788b30f581be68e4fb44d2c96f580]
#
============================================================
--- packages/images/openmoko-minimal-image.bb	a740cb7d4b108c6fc352e2a396d3563360322be0
+++ packages/images/openmoko-minimal-image.bb	a740cb7d4b108c6fc352e2a396d3563360322be0
@@ -0,0 +1,21 @@
+#------------------------------------------------------
+# OpenMoko Minimal Image Recipe
+# other openmoko images should include this.
+# -----------------------------------------------------
+
+IMAGE_LINGUAS = ""
+
+IMAGE_INSTALL = "\
+  ${MACHINE_TASK_PROVIDER} \
+  task-openmoko-linux \
+  "
+
+DEPENDS = "\
+  ${MACHINE_TASK_PROVIDER} \
+  task-openmoko-linux \
+  "
+
+
+inherit image
+
+ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'
============================================================
--- packages/images/openmoko-image.bb	27d8c08338a94022bf82abaf47e4cb3564893958
+++ packages/images/openmoko-image.bb	5f9600df0c8788b30f581be68e4fb44d2c96f580
@@ -2,11 +2,9 @@
 # OpenMoko Image Recipe
 #------------------------------------------------------
 
-IMAGE_LINGUAS = ""
+require openmoko-minimal-image.bb
 
-IMAGE_INSTALL = "\
-  ${MACHINE_TASK_PROVIDER} \
-  task-openmoko-linux \
+IMAGE_INSTALL += "\
   task-openmoko-net \
   task-openmoko-ui \
   task-openmoko-base \
@@ -15,12 +13,9 @@ IMAGE_INSTALL = "\
   task-openmoko-pim \
   "
 
-DEPENDS = "\
-  ${MACHINE_TASK_PROVIDER} \
+DEPENDS += "\
   task-openmoko \
-"
+  "
 
-
 inherit image
 
-ROOTFS_POSTPROCESS_COMMAND += 'date "+%m%d%H%M%Y" >${IMAGE_ROOTFS}/etc/timestamp'






More information about the Openembedded-commits mailing list