From 8941b068ed20bd77a822a77685e4816e4c5484e4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 9 Jun 2011 21:32:08 +0200 Subject: [PATCH] systemd-image: add cpufrequtils and htop systemd-gnome-image: add image that should get you a GNOME desktop, WIP Signed-off-by: Koen Kooi --- .../images/systemd-gnome-image.bb | 19 +++++++++++++++++++ recipes-angstrom/images/systemd-image.bb | 2 ++ 2 files changed, 21 insertions(+) create mode 100644 recipes-angstrom/images/systemd-gnome-image.bb diff --git a/recipes-angstrom/images/systemd-gnome-image.bb b/recipes-angstrom/images/systemd-gnome-image.bb new file mode 100644 index 0000000..47264bb --- /dev/null +++ b/recipes-angstrom/images/systemd-gnome-image.bb @@ -0,0 +1,19 @@ +require systemd-image.bb + +XSERVER ?= "xserver-xorg \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-fbdev \ + xf86-input-keyboard \ +" + +IMAGE_INSTALL += " \ + gdm-systemd \ + gnome-panel \ + gnome-icon-theme \ + gnome-themes \ + upower udisks \ + ${XSERVER} \ +" +export IMAGE_BASENAME = "systemd-GNOME-image" + diff --git a/recipes-angstrom/images/systemd-image.bb b/recipes-angstrom/images/systemd-image.bb index ce175b5..5a7b692 100644 --- a/recipes-angstrom/images/systemd-image.bb +++ b/recipes-angstrom/images/systemd-image.bb @@ -17,6 +17,8 @@ IMAGE_INSTALL += " \ avahi-daemon avahi-utils avahi-systemd \ connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd \ systemd-compat-units \ + cpufrequtils \ + htop \ " IMAGE_DEV_MANAGER = "udev"