From a02281a08ace5c39428891270d2c6eb3c83be698 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Feb 2012 16:16:42 +0100 Subject: [PATCH] cloud9-image: include systemd-analyze Signed-off-by: Koen Kooi --- recipes-misc/images/cloud9-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-misc/images/cloud9-image.bb b/recipes-misc/images/cloud9-image.bb index 5d25493a..65ce4e0e 100644 --- a/recipes-misc/images/cloud9-image.bb +++ b/recipes-misc/images/cloud9-image.bb @@ -7,6 +7,7 @@ FATPAYLOAD = "${datadir}/beaglebone-getting-started/*" ROOTFSTYPE_beaglebone = "ext4" IMAGE_INSTALL += " \ + systemd-analyze \ cloud9 \ task-sdk-target \ vim vim-vimrc \