summaryrefslogtreecommitdiff
path: root/packages/images
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-06-13 16:50:22 +0000
committerKoen Kooi <koen@openembedded.org>2008-06-13 16:50:22 +0000
commitb728bd86d8387fa14eb040babd803261d1cf606f (patch)
tree20b9a71744f8cacc445396f11f6cf9604a71b714 /packages/images
parentb954294f7a83cb53f5984ef75458658ac0607ef8 (diff)
neuros osd base image: add base for neuros images
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/neuros-osd-base-image.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/images/neuros-osd-base-image.bb b/packages/images/neuros-osd-base-image.bb
new file mode 100644
index 0000000000..ddf524574a
--- /dev/null
+++ b/packages/images/neuros-osd-base-image.bb
@@ -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
+