blob: db0543774e5094334ae94676ebcbc427500a7f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#Angstrom bootmanager image
SPLASH ?= ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-angstrom", "",d)}'
DEPENDS = "task-angstrom"
IMAGE_INSTALL = "angstrom-base-depends angstrom-bootmanager ${SPLASH}"
export IMAGE_BASENAME = "bootmanager-image"
inherit image
|