diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-26 11:30:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-26 11:30:56 +0000 |
commit | 21a31add573a6789da2d005a6a03f98161ac2587 (patch) | |
tree | 735455ce5eb7deb3465c97e4230374e93b88d542 /packages/meta/essential-machine-image.bb | |
parent | 646a8894927e518b2ec13830e19abbcb16a9db76 (diff) | |
parent | 4c9e559843c70e4cd335660a181c87310206a8a5 (diff) |
merge of 78224668a76c9e5a8eb51b5e4683dac08c86d491
and 9fb367cc630cde7d5a99ef88ca4205d54aeb4dd9
Diffstat (limited to 'packages/meta/essential-machine-image.bb')
-rw-r--r-- | packages/meta/essential-machine-image.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/packages/meta/essential-machine-image.bb b/packages/meta/essential-machine-image.bb new file mode 100644 index 0000000000..c3c7b33b92 --- /dev/null +++ b/packages/meta/essential-machine-image.bb @@ -0,0 +1,37 @@ +# +# Copyright Matthias Hentges <devel@hentges.net> (c) 2006 +# License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) +# +# Filename: essential-machine-image.bb +# Date: 24-Apr-06 + +DESCRIPTION = "<description>" +MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>" +HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml" + +###################################################################################### + +PV = "0.0.1" +PR = "r0" + +###################################################################################### + +inherit image_ipk + +###################################################################################### + +DEPENDS = "task-essential-to-boot task-essential-parts" + +###################################################################################### + +MACHINE_TASKS_akita = "task-essential-to-boot \ + task-essential-pcmcia task-essential-userspace \ + task-essential-usbhost task-essential-usbclient \ + task-essential-sound task-essential-irda \ + task-essential-sd" + +###################################################################################### + +export IMAGE_BASENAME = "essential-image" +export IMAGE_LINGUAS = "" +export IPKG_INSTALL = "${MACHINE_TASKS}" |