blob: fc30d69130435d211c3dc3ceab15354cbe6addbf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#Angstrom SDR image
# An image with tools for software defined radio and unicorn radio
# TODO:
# http://poh9.blogspot.com/2008/02/for-my-own-future-reference-how-to.html
# X demo
# xorg.conf
ANGSTROM_EXTRA_INSTALL ?= ""
DISTRO_SSH_DAEMON ?= "dropbear"
IMAGE_INSTALL = " task-base-extended \
kernel-modules \
task-proper-tools \
gnuradio gnuradio-usrp \
gnuplot \
xf86-input-keyboard \
xf86-input-evdev \
xf86-input-mouse \
xf86-video-dummy \
xf86-video-fbdev \
xf86-video-sisusb \
xf86-video-vesa \
python-core perl \
uucp picocom \
pulseaudio pulseaudio-module-zeroconf-publish avahi-utils \
"
inherit image
|