[oe-commits] Frans Meulenbroeks : james-image: image for the james, a home entertainment solution

git version control git at git.openembedded.org
Wed Nov 17 21:49:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 537f94646e73c18a69a91ebefe52ce18bc202f6d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=537f94646e73c18a69a91ebefe52ce18bc202f6d

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Nov 17 22:36:35 2010 +0100

james-image: image for the james, a home entertainment solution

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 at gmail.com>

---

 recipes/images/james-image.bb |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/recipes/images/james-image.bb b/recipes/images/james-image.bb
new file mode 100644
index 0000000..7d75c13
--- /dev/null
+++ b/recipes/images/james-image.bb
@@ -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 = ""
+
+





More information about the Openembedded-commits mailing list