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"