neuros osd base image: add base for neuros images
authorKoen Kooi <koen@openembedded.org>
Fri, 13 Jun 2008 16:50:22 +0000 (16:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 13 Jun 2008 16:50:22 +0000 (16:50 +0000)
packages/images/neuros-osd-base-image.bb [new file with mode: 0644]

diff --git a/packages/images/neuros-osd-base-image.bb b/packages/images/neuros-osd-base-image.bb
new file mode 100644 (file)
index 0000000..ddf5245
--- /dev/null
@@ -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
+