blob: 21078790b78dbdd16f2cdd60a5ba16df6fb32bf5 (
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
|
#
# Copyright Matthias Hentges <devel@hentges.net> (c) 2006
# License: MIT (see COPYING.MIT)
#
# Filename: essential-image.bb
# Date: 23-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"
######################################################################################
export IMAGE_BASENAME = "essential-image"
export IMAGE_LINGUAS = ""
export PACKAGE_INSTALL = "task-essential-to-boot"
|