diff --git a/recipes-images/angstrom/development-gnome-image.bb b/recipes-images/angstrom/development-gnome-image.bb new file mode 100644 index 0000000..0c90cff --- /dev/null +++ b/recipes-images/angstrom/development-gnome-image.bb @@ -0,0 +1,53 @@ +# Image with a GNOME2 desktop and various tools installed + +CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet connman-plugin-wifi connman-systemd connman-gnome" + +require systemd-image.bb + +ARCHTOOLS = "" +ARCHTOOLS_x86 = "dmidecode" + +IMAGE_INSTALL += " \ + xinput-calibrator \ + systemd-analyze \ + gconf-sanity \ + packagegroup-gnome \ + packagegroup-gnome-apps \ + packagegroup-gnome-themes \ + packagegroup-gnome-xserver-base \ + packagegroup-core-x11-xserver \ + packagegroup-gnome-fonts \ + \ + packagegroup-sdk-target \ + \ + pciutils \ + usbutils \ + i2c-tools \ + parse-edid \ + memtester \ + alsa-utils \ + devmem2 \ + iw \ + bonnie++ \ + hdparm \ + iozone3 \ + iperf \ + lmbench \ + rt-tests \ + evtest \ + bc \ + fb-test \ + tcpdump \ + procps \ + util-linux \ + coreutils \ + ethtool \ + bridge-utils \ + wget \ + ${ARCHTOOLS} \ + \ + git \ +" + +export IMAGE_BASENAME = "development-GNOME-image" +