angstrom-layers: add console-image to meta-angstrom

Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
Koen Kooi
2010-11-01 19:39:22 +01:00
parent ebef4f450f
commit acb346e525
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
#Angstrom bootstrap image
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
ANGSTROM_EXTRA_INSTALL ?= ""
ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'
DEPENDS = "task-base \
${SPLASH} \
${ZZAPSPLASH} \
"
IMAGE_INSTALL = "task-base \
${ANGSTROM_EXTRA_INSTALL} \
${SPLASH} \
${ZZAPSPLASH} \
"
IMAGE_LINGUAS = ""
inherit image

View File

@@ -0,0 +1,10 @@
#Angstrom bootstrap image
require console-base-image.bb
DEPENDS += "task-base-extended \
"
IMAGE_INSTALL += "task-base-extended \
"
export IMAGE_BASENAME = "console-image"