development-gnome-image: a GNOME2 image with dev tools installed
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
53
recipes-images/angstrom/development-gnome-image.bb
Normal file
53
recipes-images/angstrom/development-gnome-image.bb
Normal 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"
|
||||
|
||||
Reference in New Issue
Block a user