james-image: image for the james, a home entertainment solution
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:36:35 +0000 (22:36 +0100)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 17 Nov 2010 21:36:35 +0000 (22:36 +0100)
see http://www.elinux.org/BeagleBoard/James for outdated doc
will be updated (and maybe relocated) in the future

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/images/james-image.bb [new file with mode: 0644]

diff --git a/recipes/images/james-image.bb b/recipes/images/james-image.bb
new file mode 100644 (file)
index 0000000..7d75c13
--- /dev/null
@@ -0,0 +1,37 @@
+# James image
+
+inherit image
+
+IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
+
+IMAGE_INSTALL += "task-boot \
+           task-nas-server-everything \
+           task-mythtv \
+           task-internetserver \
+           task-mediaserver \
+           task-importmedia \
+# stuff below needs a proper task
+           dropbear \
+           xinetd \
+            util-linux-ng-mount util-linux-ng-umount \
+           screen \
+           cups procps\
+           xmltv \
+           midori \
+           lame \
+           cwiid \
+           w3cam  \
+          "
+
+# the following packages still need some work and will (maybe?) 
+# be added in due time
+#          motion \
+#          asterisk \
+#          ekiga \
+#          lcd4linux \
+#          mplayer \
+
+export IMAGE_BASENAME = "james-image"
+IMAGE_LINGUAS = ""
+
+