mythfront image additions
authorPhil Blundell <philb@gnu.org>
Sun, 10 Oct 2004 16:59:16 +0000 (16:59 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 10 Oct 2004 16:59:16 +0000 (16:59 +0000)
BKrev: 41696a641yr5Xd_AJ3Y3aVqLmNZRQQ

meta/mythfront-image.oe
meta/task-mythfront.oe

index e69de29..0ab66bd 100644 (file)
@@ -0,0 +1,11 @@
+export IMAGE_BASENAME = "mythfront-image"
+
+IMAGE_ROOTFS_SIZE_ext2 = "90000"
+IMAGE_LINGUAS = ""
+
+MYTHFRONT_PACKAGES = "task-bootstrap task-mythfront"
+
+export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}"
+DEPENDS = "${MYTHFRONT_PACKAGES}"
+
+inherit image_ipk
index e69de29..29230c1 100644 (file)
@@ -0,0 +1,8 @@
+PACKAGES = "${PN}"
+DESCRIPTION = "Meta-package for MythTV diskless frontend"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+ALLOW_EMPTY = 1
+PR = "r1"
+
+RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp snes232 linux-input"
+DEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-kernel ttf-bitstream-vera setserial snes9x ntp snes232 linux-input"