From 5426fb4ebd087ab75490a27bd9ac6074ff1881c0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 4 Jul 2006 20:20:45 +0000 Subject: Add madplay to -extras and create an extras image to include apps in extras git-svn-id: https://svn.o-hand.com/repos/poky/trunk@502 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/meta/oh-image-extras.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 openembedded-extras/packages/meta/oh-image-extras.bb (limited to 'openembedded-extras/packages/meta/oh-image-extras.bb') diff --git a/openembedded-extras/packages/meta/oh-image-extras.bb b/openembedded-extras/packages/meta/oh-image-extras.bb new file mode 100644 index 000000000..0b2ac430e --- /dev/null +++ b/openembedded-extras/packages/meta/oh-image-extras.bb @@ -0,0 +1,27 @@ +PR = "r9" + +export IMAGE_BASENAME = "oh-extras" + +GUI_MACHINE_CLASS ?= "none" + +XSERVER ?= "xserver-kdrive-fbdev" + +DEPENDS = "\ + task-oh \ + task-oh-extras" + +RDEPENDS = "\ + task-oh-boot \ + task-oh-boot-extras \ + task-oh-base \ + task-oh-standard \ + task-oh-testapps \ + task-oh-devtools \ + task-oh-extraapps \ + ${XSERVER} " + +export IPKG_INSTALL = "${RDEPENDS}" +#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; " + +inherit image_ipk +LICENSE = MIT -- cgit v1.2.3