images: Add muffinman-image and accompanying task-muffinman.
authorAlex Ferguson <thoughtmonster@gmail.com>
Sat, 30 Oct 2010 18:42:36 +0000 (21:42 +0300)
committerKristoffer Ericson <kristoffer.ericson@gmail.com>
Wed, 3 Nov 2010 15:51:19 +0000 (16:51 +0100)
These were derived from xfce-image and task-xfce. Mostly for
use with ben-nanonote, but should work for any MACHINE.

Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
recipes/images/muffinman-image.bb [new file with mode: 0644]
recipes/tasks/task-muffinman.bb [new file with mode: 0644]

diff --git a/recipes/images/muffinman-image.bb b/recipes/images/muffinman-image.bb
new file mode 100644 (file)
index 0000000..8d70d49
--- /dev/null
@@ -0,0 +1,20 @@
+export IMAGE_BASENAME = "muffinman-image"
+
+IMAGE_LINGUAS = ""
+IMAGE_DEVICE_TABLES = ""
+PACKAGE_FORCE_OVERWRITE = "1"
+
+XSERVER ?= "xserver-xorg \
+            xf86-input-evdev \
+            xf86-video-fbdev"
+
+X_DEPENDS = "virtual/xserver"
+X_RDEPENDS = "${XSERVER}"
+
+MUFFINMAN_DEPENDS = "${MACHINE_TASK_PROVIDER} task-muffinman"
+MUFFINMAN_RDEPENDS = "${MUFFINMAN_DEPENDS}"
+
+IMAGE_INSTALL = "${X_RDEPENDS} ${MUFFINMAN_RDEPENDS}"
+DEPENDS = "${X_DEPENDS} ${MUFFINMAN_DEPENDS}"
+
+inherit image
diff --git a/recipes/tasks/task-muffinman.bb b/recipes/tasks/task-muffinman.bb
new file mode 100644 (file)
index 0000000..5eb7890
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "All packages required for the Jlime Muffinman userland"
+LICENSE = "MIT"
+PR = "r0"
+
+inherit task
+
+RDEPENDS_${PN} = "echinus ourico dzen2 matchbox-desktop net-tools xinit \
+                 ttf-dejavu-sans xcursor-transparent-theme libxcursor \
+                 alsa-utils-alsamixer alsa-utils-amixer xset xmodmap \
+                 fnkey rxvt-unicode xdialog gtkedit gtk-engine-industrial \
+                 gmu tzdata-africa tzdata-australia tzdata-antarctica \
+                 tzdata-americas tzdata-arctic tzdata-atlantic tzdata-asia \
+                 tzdata-europe tzdata-pacific gcalc wmctrl ttf-inconsolata \
+                 fileselector feh imlib2-loaders mupdf stppc2x mplayer \
+                 psplash jlime-extras"