blob: cecd98d644816d1394024ba75fce71149f3b2206 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Image for kernel debugging and development testing
# It includes all useful "kernel userspace" utilities, but
# only shell and dropbear are loaded by default.
# Allows to login via serial and real console or SSH
DEPENDS = "task-devimage"
IMAGE_INSTALL = "task-devimage"
export IMAGE_BASENAME = "devimage"
IMAGE_LINGUAS = ""
inherit image
|