angstrom-layers: add console-image to meta-angstrom
Signed-off-by: Koen Kooi <k-kooi@ti.com>
This commit is contained in:
22
recipes/images/console-base-image.bb
Normal file
22
recipes/images/console-base-image.bb
Normal 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
|
||||
10
recipes/images/console-image.bb
Normal file
10
recipes/images/console-image.bb
Normal 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"
|
||||
Reference in New Issue
Block a user