aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/console-base-image.bb
blob: 2999d1c9c629b416f1dd1b873ca66fb851d1d24d (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
# bootstrap image
#
# the Angstrom-specific bits that were originally part of this image
# definition have been moved to angstrom-console-base-image.bb

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

IMAGE_EXTRA_INSTALL ?= ""

ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'

DEPENDS = "task-base \
           ${SPLASH} \
           ${ZZAPSPLASH} \
	   "

IMAGE_INSTALL = "task-base \
	    ${IMAGE_EXTRA_INSTALL} \
	    ${SPLASH} \
	    ${ZZAPSPLASH} \
	    "

IMAGE_LINGUAS = ""

inherit image