Skip to content

Commit

Permalink
development-gnome-image: a GNOME2 image with dev tools installed
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed May 15, 2013
1 parent a3bb99b commit 84bd4fb
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions recipes-images/angstrom/development-gnome-image.bb
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 84bd4fb

Please sign in to comment.