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:
19
recipes-angstrom/images/systemd-gnome-image.bb
Normal file
19
recipes-angstrom/images/systemd-gnome-image.bb
Normal 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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user