diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-04 20:20:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-04 20:20:45 +0000 |
commit | 5426fb4ebd087ab75490a27bd9ac6074ff1881c0 (patch) | |
tree | c80e2bf07f0db59ec054a61351de60619bad040d /openembedded-extras/packages/meta | |
parent | 81b93eb2ed7eb493d3da664bf7b4d6b3178fe535 (diff) | |
download | openembedded-core-5426fb4ebd087ab75490a27bd9ac6074ff1881c0.tar.gz openembedded-core-5426fb4ebd087ab75490a27bd9ac6074ff1881c0.tar.bz2 openembedded-core-5426fb4ebd087ab75490a27bd9ac6074ff1881c0.tar.xz openembedded-core-5426fb4ebd087ab75490a27bd9ac6074ff1881c0.zip |
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
Diffstat (limited to 'openembedded-extras/packages/meta')
-rw-r--r-- | openembedded-extras/packages/meta/oh-image-extras.bb | 27 | ||||
-rw-r--r-- | openembedded-extras/packages/meta/task-oh-extras.bb | 10 |
2 files changed, 37 insertions, 0 deletions
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 diff --git a/openembedded-extras/packages/meta/task-oh-extras.bb b/openembedded-extras/packages/meta/task-oh-extras.bb new file mode 100644 index 000000000..6c5b9a974 --- /dev/null +++ b/openembedded-extras/packages/meta/task-oh-extras.bb @@ -0,0 +1,10 @@ +PACKAGES = "task-oh-extraapps" +DESCRIPTION = "Extras Tasks for OpenedHand Poky" +MAINTAINER = "Richard Purdie <richard@openedhand.com>" +PR = "r0" + +ALLOW_EMPTY = "1" + +RDEPENDS_task-oh-extraapps = "\ + madplay \ + mc" |