From f2eaf97c161a9b70ee1db906b3ddd8441d7d9236 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 20 May 2011 14:46:41 +0200 Subject: angstrom-systemd-image: small image with systemd as init manager Signed-off-by: Koen Kooi --- recipes/images/angstrom-systemd-image.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/images/angstrom-systemd-image.bb (limited to 'recipes/images/angstrom-systemd-image.bb') diff --git a/recipes/images/angstrom-systemd-image.bb b/recipes/images/angstrom-systemd-image.bb new file mode 100644 index 0000000000..9e2133522b --- /dev/null +++ b/recipes/images/angstrom-systemd-image.bb @@ -0,0 +1,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 -- cgit 1.2.3-korg