development-gnome-image: a GNOME2 image with dev tools installed

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-05-15 17:43:06 +02:00
parent 9aadf40c4a
commit d6bfb49679

View File

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