From c2cf69c5b781405661787a38eaeb98a5c050fd97 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 10 Oct 2004 16:59:16 +0000 Subject: [PATCH] mythfront image additions BKrev: 41696a641yr5Xd_AJ3Y3aVqLmNZRQQ --- meta/mythfront-image.oe | 11 +++++++++++ meta/task-mythfront.oe | 8 ++++++++ 2 files changed, 19 insertions(+) diff --git a/meta/mythfront-image.oe b/meta/mythfront-image.oe index e69de29bb2..0ab66bde3a 100644 --- a/meta/mythfront-image.oe +++ b/meta/mythfront-image.oe @@ -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 diff --git a/meta/task-mythfront.oe b/meta/task-mythfront.oe index e69de29bb2..29230c1b9a 100644 --- a/meta/task-mythfront.oe +++ b/meta/task-mythfront.oe @@ -0,0 +1,8 @@ +PACKAGES = "${PN}" +DESCRIPTION = "Meta-package for MythTV diskless frontend" +MAINTAINER = "Phil Blundell " +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" -- 2.39.5