aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/angstrom-systemd-image.bb
blob: 9e2133522b8d1e65753e3ff46c71af532a26168f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#Angstrom image to test systemd

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

IMAGE_INSTALL = " \
	busybox \
    bash-sh \
	dropbear \
	e2fsprogs-e2fsck \
	avahi-daemon avahi-utils \
    connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi"

IMAGE_DEV_MANAGER   = "udev"
IMAGE_INIT_MANAGER  = "systemd"
IMAGE_INITSCRIPTS   = " "
IMAGE_LOGIN_MANAGER = "tinylogin shadow"


inherit image