aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/essential-machine-image.bb
blob: 70ce1e119a1b530beda173df1d57120c14f66c7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# 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>"
HOMEPAGE = "http://www.hentges.net/misc/openzaurus/index.shtml"

######################################################################################

PV = "0.0.1"
PR = "r0"

######################################################################################

inherit image

######################################################################################

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 PACKAGE_INSTALL = "${MACHINE_TASKS}"