summaryrefslogtreecommitdiffstats
path: root/recipes/images/console-image.bb
blob: c3d3f17c39781b91a7c99100c3fd03697524d916 (plain)
1
2
3
4
5
6
7
8
9
10
#Angstrom bootstrap image
require console-base-image.bb

DEPENDS += "task-base-extended \
	   "

IMAGE_INSTALL += "task-base-extended \
	    "

export IMAGE_BASENAME = "console-image"