systemd-image: add cpufrequtils and htop

systemd-gnome-image: add image that should get you a GNOME desktop, WIP

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-09 21:32:08 +02:00
parent eb4de47a41
commit 8941b068ed
2 changed files with 21 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"