Module: meta-angstrom Branch: master Commit: 710bb429331ce12ac98502948a43c8ae1774bc3a
Author: Koen Kooi <[email protected]> Date: Fri May 27 09:52:30 2011 +0200 systemd-image: image to test systemd integration into angstrom Signed-off-by: Koen Kooi <[email protected]> --- recipes-angstrom/images/systemd-image.bb | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb new file mode 100644 index 0000000..3ecbd25 --- /dev/null +++ b/recipes-angstrom/images/systemd-image.bb @@ -0,0 +1,26 @@ +#Angstrom image to test systemd + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" + +IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp" + +IMAGE_INSTALL += " \ + angstrom-version angstrom-feed-configs \ + base-files base-passwd \ + opkg opkg-config-base \ + update-alternatives-cworth \ + busybox \ + dropbear \ + e2fsprogs-e2fsck \ + avahi-daemon avahi-utils avahi-systemd \ + 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" + +export IMAGE_BASENAME = "systemd-image" + +inherit image _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
