sdr-image: image with SDR and unicorn stuff
authorKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 20:58:23 +0000 (20:58 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 11 Apr 2008 20:58:23 +0000 (20:58 +0000)
packages/images/sdr-image.bb [new file with mode: 0644]

diff --git a/packages/images/sdr-image.bb b/packages/images/sdr-image.bb
new file mode 100644 (file)
index 0000000..fc30d69
--- /dev/null
@@ -0,0 +1,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
+