[oe-commits] org.oe.dev neuros osd base image: add base for neuros images

koen commit oe at amethyst.openembedded.net
Fri Jun 13 18:27:40 UTC 2008


neuros osd base image: add base for neuros images

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 512770b4741162a4c0ebc0c72ebf369d7f85f20d
ViewMTN: http://monotone.openembedded.org/revision/info/512770b4741162a4c0ebc0c72ebf369d7f85f20d
Files:
1
packages/images/neuros-osd-base-image.bb
Diffs:

#
# mt diff -r91d0a189bf7921fa336a1905178abee209810119 -r512770b4741162a4c0ebc0c72ebf369d7f85f20d
#
#
#
# add_file "packages/images/neuros-osd-base-image.bb"
#  content [c917176930daa9aa78c1264ea7bc13edf825a943]
#
============================================================
--- packages/images/neuros-osd-base-image.bb	c917176930daa9aa78c1264ea7bc13edf825a943
+++ packages/images/neuros-osd-base-image.bb	c917176930daa9aa78c1264ea7bc13edf825a943
@@ -0,0 +1,18 @@
+# This image is intended to be the base for further neuros images
+
+# Select which Secure Shell Daemon gets included into the rootfs
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+# Include a timestamp that initscripts can use to set the time to a 
+# more sane value after a reboot  
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+IMAGE_INSTALL = "task-boot \
+                 util-linux-mount util-linux-umount \
+                 ${DISTRO_SSH_DAEMON} \
+	         "
+
+IMAGE_LINGUAS = ""
+
+inherit image
+






More information about the Openembedded-commits mailing list