aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/angstrom-minimal-image.bb
blob: e10954838cb70dccc9dcff1236a770ef198bf177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#Angstrom minimalist image
#gives you a small images with ssh access
LICENSE = "MIT"
PR = "r3"

ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"
IMAGE_LINGUAS = " "

RDEPENDS = "task-boot \
            util-linux-mount util-linux-umount \
            ${DISTRO_SSH_DAEMON} \
            angstrom-version \
	   "

export IMAGE_BASENAME = "minimalist-image"
export IMAGE_LINGUAS = ""
export PACKAGE_INSTALL = "${RDEPENDS}"

inherit image