diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-11 20:58:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-11 20:58:23 +0000 |
commit | f2f5b8ab6d388ffca32a52a832a0044099d39a65 (patch) | |
tree | 646ab22ca4885e7f06094e01d7ca5a25ebbf4901 /packages | |
parent | 25b4b6a5d8169707ecafea20757b65392e69c694 (diff) |
sdr-image: image with SDR and unicorn stuff
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/sdr-image.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/images/sdr-image.bb b/packages/images/sdr-image.bb new file mode 100644 index 0000000000..fc30d69130 --- /dev/null +++ b/packages/images/sdr-image.bb @@ -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 + |