aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/devimage-image.bb
blob: 6a3e60c5e350466cb97cb72a6e5dbd7f6ffaad1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

DEVIMAGE_EXTRA_RDEPENDS ?= ""
IMAGE_INSTALL = "devimage busybox dropbear udev \
            module-init-tools pcmciautils \
	    wireless-tools wpa-supplicant \
	    irda-utils acx-firmware \
	    ${DEVIMAGE_EXTRA_RDEPENDS}"

export IMAGE_BASENAME = "devimage"
IMAGE_LINGUAS = ""

inherit image