blob: b6ae6aa5cbae4fee1d2260e2af1373f89ee84448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Image for kernel debugging and development testing
# Contains minimal userspace shim (no udev, etc.), but all useful
# "kernel userspace" utilities (feel free to add missing).
# Allows to login via serial and real console or SSH
LICENSE = "MIT"
PR = "r1"
RDEPENDS = "devimage busybox dropbear module-init-tools wireless-tools wpa-supplicant irda-utils acx-firmware"
export IMAGE_BASENAME = "devimage"
export IMAGE_LINGUAS = ""
PACKAGE_INSTALL = "${RDEPENDS}"
inherit image
|